subtract_bias¶
-
ccdproc.subtract_bias(ccd, master, add_keyword=True)[source]¶ Subtract master bias from image.
Parameters: ccd :
CCDDataImage from which bias will be subtracted.
master :
CCDDataMaster image to be subtracted from
ccd.add_keyword : str,
Keywordor dict-like, optionalItem(s) to add to metadata of result. Set to False or None to completely disable logging. Default is to add a dictionary with a single item: The key is the name of this function and the value is a string containing the arguments the function was called with, except the value of this argument.
Returns: result :
CCDDataCCDData object with bias subtracted.