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

Class NUVInputImage

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
 
setInstrumentParameters(self, instrpars, pri_header)
This method overrides the superclass to set default values into the parameter dictionary, in case empty entries are provided.
source code
 
getdarkcurrent(self)
Return the dark current for the detector.
source code

Inherited from STISInputImage: doUnitConversions, getflat, updateMDRIZSKY

Inherited from input_image.InputImage: computeSky, getCRbit, getComputedSky, getEffGain, getExpTime, getGain, getInstrParameter, getReadNoise, 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)

setInstrumentParameters(self, instrpars, pri_header)

source code 

This method overrides the superclass to set default values into the parameter dictionary, in case empty entries are provided.

Overrides: input_image.InputImage.setInstrumentParameters

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)