StepNoisePlots¶
- class sofia_redux.instruments.hawc.steps.stepnoiseplots.StepNoisePlots[source]¶
Bases:
StepParentProduce diagnostic plots for lab-generated noise data.
Input is the power spectrum image created from noise data, by the StepNoiseFFT step. Output is a number of diagnostic images. The FITS input data is not modified, except for the addition of a table containing binned median noise values by pixel.
Methods Summary
run()Run the data reduction algorithm.
setup()Set parameters and metadata for the pipeline step.
Methods Documentation