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

inputstr | ImagerModel | IFUImageModel

The input data to remove the dark from.

methodstr

The normalization method, either ‘mean’, ‘median’, or ‘mode’. Default is ‘mean’.

Subarrays

TBD

Calibration Files

None