astropy:docs

sigma_func

ccdproc.sigma_func(arr)[source]

Robust method for calculating the deviation of an array. sigma_func uses the median absolute deviation to determine the standard deviation.

Parameters:

arr : CCDData or ndarray

Array whose deviation is to be calculated.

Returns:

float

standard deviation of array

Page Contents