PJPipe Steps
PJPipe has a number of steps. Here is a complete list, in approximately the
order they are expected to be run in (although there is some flexibility).
Each step has a do_step call that will run the step:
from pjpipe import AStep
step = AStep(*args)
result = step.do_step()
However, we highly recommend running these are part of the integrated pipeline.
Steps
- PJPipeline
- DownloadStep
- GaiaQueryStep
- MoveRawObsStep
- Lv1Step
- SingleTileDestripeStep
- Lv2Step
- GetWCSAdjustStep
- ApplyWCSAdjustStep
- LyotSeparateStep
- LyotMaskStep
- LevelMatchStep
- MultiTileDestripeStep
- PSFModelStep
- Lv3Step
- AstrometricCatalogStep
- AstrometricAlignStep
- MosaicIndividualFieldsStep
- AnchoringStep
- PSFMatchingStep
- ReleaseStep
- RegressAgainstPreviousStep