Normalize
Overview
Normalize a data model by dividing it by a normalization factor.
Class: NormalizeStep
Algorithm
The normalization factor is computed as either the mean, median, or mode of the data. This value is then divided into the data model’s data
and err
attributes.
Arguments
- input
str
|ImagerModel
|IFUImageModel
The input data to remove the dark from.
- method
str
The normalization method, either ‘mean’, ‘median’, or ‘mode’. Default is ‘mean’.
Subarrays
TBD
Calibration Files
None