WFC3 ImageObjects¶
wfc3Data module provides classes used to import WFC3 specific instrument data.
| Authors: | Megan Sosey, Christopher Hanley |
|---|---|
| License: | LICENSE |
-
class
drizzlepac.wfc3Data.WFC3InputImage(filename=None, group=None)[source]¶ Bases:
drizzlepac.imageObject.imageObject-
SEPARATOR= '_'¶
-
-
class
drizzlepac.wfc3Data.WFC3UVISInputImage(filename=None, group=None)[source]¶
-
class
drizzlepac.wfc3Data.WFC3IRInputImage(filename=None, group=None)[source]¶ Bases:
drizzlepac.wfc3Data.WFC3InputImage-
doUnitConversions(self)[source]¶ WF3 IR data come out in electrons, and I imagine the photometry keywords will be calculated as such, so no image manipulation needs be done between native and electrons
-
getdarkcurrent(self)[source]¶ Return the dark current for the WFC3/IR detector. This value will be contained within an instrument specific keyword.
Returns: - darkcurrent: float
The dark current value in units of electrons.
-
getdarkimg(self, chip)[source]¶ Return an array representing the dark image for the detector.
Returns: - dark: array
Dark image array in the same shape as the input image with units of cps
-
getexptimeimg(self, chip)[source]¶ Return an array representing the exposure time per pixel for the detector.
Returns: - dark: array
Exposure time array in the same shape as the input image
-