Package multidrizzle :: Module stis_input :: Class CCDInputImage
[hide private]
[frames] | no frames]

Class CCDInputImage

source code


Instance Methods [hide private]
 
__init__(self, input, dqname, platescale, memmap=0, proc_unit='native')
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getdarkcurrent(self)
Return the dark current for the detector.
source code
 
getReadNoise(self)
Return the detector readnoise.
source code

Inherited from STISInputImage: doUnitConversions, getflat, setInstrumentParameters, updateMDRIZSKY

Inherited from input_image.InputImage: computeSky, getCRbit, getComputedSky, getEffGain, getExpTime, getGain, getInstrParameter, getReadNoiseImage, getRootname, getSubtractedSky, getdarkimg, getreferencesky, getskyimg, runDrizCR, setComputedSky, setSubtractedSky, signature, subtractSky, updateStaticMask

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from STISInputImage: SEPARATOR

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, input, dqname, platescale, memmap=0, proc_unit='native')
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

getdarkcurrent(self)

source code 

Purpose

Return the dark current for the detector. This value will be contained within an instrument specific keyword. The value in the image header will be converted to units of electrons.

:units: electrons

Overrides: input_image.InputImage.getdarkcurrent
(inherited documentation)

getReadNoise(self)

source code 

Purpose

Return the detector readnoise.

:units: electrons

Overrides: input_image.InputImage.getReadNoise