Step ArgumentsΒΆ
The background image subtraction step has two optional arguments.
They are used in the process of creating an average background image, to
control the sigma clipping, and are passed as arguments to the astropy
sigma_clip function:
--sigmaThe number of standard deviations to use for the clipping limit. Defaults to 3.
--maxitersThe number of clipping iterations to perform, or
Noneto clip until convergence is achieved. Defaults toNone.