|
|
__init__(self,
obsmode,
method='HSTGraphTable',
graphtable=None,
comptable=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
| _getOpticalComponents(self,
throughput_filenames) |
source code
|
|
|
|
Sensitivity(self)
Calculate the sensitivity by combining the throughput curves with
hc/lambda to convert erg/cm^2/sec/Angstrom to counts/sec. |
source code
|
|
|
|
Throughput(self)
Throughput returns the TabularSpectralElement obtained by multiplying
the SpectralElement components together. |
source code
|
|
|
|
|
|
|
|
|
Inherited from BaseObservationMode:
GetFileNames,
__len__,
__str__,
bandWave,
showfiles
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__
|