Chooser¶
- class sofia_redux.pipeline.chooser.Chooser[source]¶
Bases:
objectChoose Redux reduction objects.
This class provides the API for Redux choosers. It returns a
Reductionobject for all input data. Any more complex behavior should be implemented in a subclass of this class.- Attributes:
- supported: dict
Keys are the instruments supported by this chooser; values are lists of supported modes for the instrument.
Initialize the chooser.
Methods Summary
choose_reduction([data, config])Return a
Reductionobject.Methods Documentation