gain_correct¶
-
ccdproc.
gain_correct
(ccd, gain, gain_unit=None)[source]¶ Correct the gain in the image.
Parameters: - ccd :
CCDData
Data to have gain corrected.
- gain :
Quantity
orKeyword
gain value for the image expressed in electrons per adu.
- gain_unit :
Unit
or None, optional Unit for the
gain
; used only ifgain
itself does not provide units. Default isNone
.- add_keyword : str,
Keyword
or dict-like, optional Item(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 :
CCDData
CCDData object with gain corrected.
- ccd :