StepLabChop

class sofia_redux.instruments.hawc.steps.steplabchop.StepLabChop[source]

Bases: StepParent

Produce diagnostic data for lab chopping.

Methods Summary

run()

Run the data reduction algorithm.

setup()

Set parameters and metadata for the pipeline step.

Methods Documentation

run()[source]

Run the data reduction algorithm.

Because this step is single-in, single-out (SISO), self.datain must be a DataFits object. The output is also a DataFits object, stored in self.dataout.

The process is:

  1. Calculate median modulus and phase

  2. Save to output

setup()[source]

Set parameters and metadata for the pipeline step.

Output files have PRODTYPE = ‘labchop’, and are named with the step abbreviation ‘RED’.

There are currently no parameters defined for this step.