MosaicPipeline
- class romancal.pipeline.MosaicPipeline(*args, **kwargs)[source]
Bases:
RomanPipelineMosaicPipeline: Apply all calibration steps to the roman data to produce level 3 products. Included steps are:
flux,skymatch,outlier_detection,resampleandsource catalog.See
Stepfor the parameters.Attributes Summary
Methods Summary
process(dataset)Process the Roman WFI data from Level 2 to Level 3
Attributes Documentation
- class_alias = 'roman_mos'
- spec
save_results = boolean(default=False) on_disk = boolean(default=False) resample_on_skycell = boolean(default=True)
- step_defs: ClassVar = {'flux': <class 'romancal.flux.flux_step.FluxStep'>, 'outlier_detection': <class 'romancal.outlier_detection.outlier_detection_step.OutlierDetectionStep'>, 'resample': <class 'romancal.resample.resample_step.ResampleStep'>, 'skymatch': <class 'romancal.skymatch.skymatch_step.SkyMatchStep'>, 'source_catalog': <class 'romancal.source_catalog.source_catalog_step.SourceCatalogStep'>}
Methods Documentation