get_steps

jwst.stpipe.integration.get_steps()[source]

Return tuples describing the stpipe.Step subclasses provided by this package.

This method is registered with the stpipe.steps entry point.

Returns:
list of tuple (str, str, bool)

The first element each tuple is a fully-qualified Step subclass name. The second element is an optional class alias. The third element indicates that the class is a subclass of Pipeline.