astromodule.pipeline.Pipeline.run# Pipeline.run(validate: bool = True)[source]# Validates and executes all stages of the pipeline Parameters: validatebool, optionalIf True, a pipeline requirements validation will be performed using validate method. If False, the validation will be skiped, by default True See also astromodule.pipeline.Pipeline.validate