ACS ImageObjects

Class used to model ACS specific instrument data.

Authors:Christopher Hanley, Warren Hack, Ivo Busko, David Grumm
License:LICENSE
class drizzlepac.acsData.ACSInputImage(filename=None, group=None)[source]

Bases: drizzlepac.imageObject.imageObject

SEPARATOR = '_'
doUnitConversions()[source]
getdarkcurrent(extver)[source]

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

Returns:
darkcurrent: float

Dark current value for the ACS detector in units of electrons.

class drizzlepac.acsData.WFCInputImage(filename=None, group=None)[source]

Bases: drizzlepac.acsData.ACSInputImage

setInstrumentParameters(instrpars)[source]

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

This method gets called from processInput.

class drizzlepac.acsData.HRCInputImage(filename=None, group=None)[source]

Bases: drizzlepac.acsData.ACSInputImage

setInstrumentParameters(instrpars)[source]

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

This method gets called from processInput.

class drizzlepac.acsData.SBCInputImage(filename=None, group=None)[source]

Bases: drizzlepac.acsData.ACSInputImage

setInstrumentParameters(instrpars)[source]

Sets the instrument parameters.