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.