HighLevelPipeline

class romancal.pipeline.HighLevelPipeline(*args, **kwargs)[source]

Bases: RomanPipeline

HighLevelPipeline: Apply all calibration steps to the roman data to produce level 3 products. Included steps are: skymatch, outlier_detection and resample.

See Step.__init__ for the parameters.

Attributes Summary

class_alias

spec

step_defs

Methods Summary

process(input)

Process the Roman WFI data from Level 2 to Level 3

Attributes Documentation

class_alias = 'roman_hlp'
spec
save_results = boolean(default=False)
step_defs = {'outlier_detection': <class 'romancal.outlier_detection.outlier_detection_step.OutlierDetectionStep'>, 'resample': <class 'romancal.resample.resample_step.ResampleStep'>, 'skymatch': <class 'romancal.skymatch.skymatch_step.SkyMatchStep'>}

Methods Documentation

process(input)[source]

Process the Roman WFI data from Level 2 to Level 3