|
|
__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)
Sets the instrument parameters. |
source code
|
|
|
|
doUnitConversions(self)
Convert the sci extension pixels to electrons |
source code
|
|
|
|
getInstrParameter(self,
value,
header,
keyword)
This method gets a instrument parameter from a pair of task
parameters: a value, and a header keyword. |
source code
|
|
|
|
|
|
|
_averageFromList(self,
param)
Averages out values passed as a comma-separated list, disregarding
the zero-valued entries. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_isSubArray(self)
Instrument specific method to determine whether input is a subarray
or not. |
source code
|
|
|
|
_isNotValid(self,
par1,
par2)
Method used to determine if a value or keyword is supplied as input
for instrument specific parameters. |
source code
|
|
|
|
updateStaticMask(self,
static_mask)
This method updates a static mask passed as a parameter, with mask
info derived from the [SCI] array. |
source code
|
|
|
|
signature(self)
Generates a signature unique to this image. |
source code
|
|
|
|
computeSky(self,
skypars)
Compute the sky value based upon the sci array of the chip |
source code
|
|
|
|
| _extractSkyValue(self,
ImageStatsObject,
skystat) |
source code
|
|
|
|
|
|
|
|
|
|
runDrizCR(self,
blotted_array,
mask_array,
drizcrpars,
skypars,
corr_file,
cr_file)
Run 'deriv' and 'driz_cr' to create cosmic-ray mask for this image. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|