Module observationmode
source code
|
|
CompTable
CompTable class; opens the specified comptable and populates 1-d
arrays of component names and file names in the members compnames
and filenames
|
|
|
GraphTable
GraphTable class; opens the specified graph table and populates 1-d
arrays of keyword names, innodes, outnodes and component names in
the members keywords, innodes, outnodes and compnames
|
|
|
BaseObservationMode
Class that handles the graph table, common to both optical and
thermal obsmodes.
|
|
|
ObservationMode
|
|
|
_ThermalObservationMode
|
|
|
_Component
|
|
|
_ThermalComponent
|
|
|
|
|
|
setref(graphtable=None,
comptable=None,
thermtable=None,
area=None)
provide user access to global reference data. |
source code
|
|
|
|
getref()
Collects & returns the current refdata as a dictionary |
source code
|
|
|
|
showref()
Prints the values settable by setref |
source code
|
|
|
|
DEBUG = False
|
|
|
rootdir = ''
|
|
|
datadir = '/arzach/data1/iraf/work/spr/lib/python/pysynphot/da...
|
|
|
wavecat = '/arzach/data1/iraf/work/spr/lib/python/pysynphot/da...
|
|
|
GRAPHTABLE = None
|
|
|
COMPTABLE = None
|
|
|
THERMTABLE = None
|
|
|
HSTAREA = 45238.93416
|
|
|
CLEAR = 'clear'
|
|
|
__package__ = 'pysynphot'
|
Imports:
string,
glob,
re,
os,
warnings,
N,
pyfits,
spectrum,
units,
locations,
irafconvert,
_refTable,
planck,
wavetable
setref(graphtable=None,
comptable=None,
thermtable=None,
area=None)
| source code
|
provide user access to global reference data. Graph/comp/therm table
names must be fully specified.
|
datadir
- Value:
'/arzach/data1/iraf/work/spr/lib/python/pysynphot/data/'
|
|
wavecat
- Value:
'/arzach/data1/iraf/work/spr/lib/python/pysynphot/data/wavecat.dat'
|
|