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

Class STISInputImage

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
 
updateMDRIZSKY(self, filename=None) source code
 
doUnitConversions(self)
Convert the sci extension pixels to electrons
source code
 
getflat(self)
Method for retrieving a detector's flat field.
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
 
_setMAMAchippars(self) source code
 
_setMAMADefaultGain(self) source code
 
_setMAMADefaultReadnoise(self) source code

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

updateMDRIZSKY(self, filename=None)

source code 
Overrides: input_image.InputImage.updateMDRIZSKY

doUnitConversions(self)

source code 

Convert the sci extension pixels to electrons

Overrides: input_image.InputImage.doUnitConversions
(inherited documentation)

getflat(self)

source code 

Purpose

Method for retrieving a detector's flat field. For STIS there are three

This method will return an array the same shape as the image.

Overrides: input_image.InputImage.getflat

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