Class that handles the graph table, common to both optical and thermal
obsmodes.
|
|
__init__(self,
obsmode,
method='HSTGraphTable',
graphtable=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
showfiles(self)
Duplicate synphot showfiles behavior |
source code
|
|
|
|
bandWave(self)
Return the binned waveset most appropriate for the obsmode, as
defined by the wavecat.dat file. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|