Module observationmode
source code
|
|
|
|
|
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 = '/grp/hst/cdbs/'
|
|
|
datadir = '/usr/stsci/pyssg/2.7.stsci_python/pysynphot/data/'
|
|
|
wavecat = '/usr/stsci/pyssg/2.7.stsci_python/pysynphot/data/wa...
|
|
|
GRAPHTABLE = '/grp/hst/cdbs/mtab/u921351jm_tmg.fits'
|
|
|
GRAPHDICT = {}
|
|
|
COMPTABLE = '/grp/hst/cdbs/mtab/v8h1925fm_tmc.fits'
|
|
|
COMPDICT = {}
|
|
|
THERMTABLE = '/grp/hst/cdbs/mtab/tae17277m_tmt.fits'
|
|
|
THERMDICT = {}
|
|
|
HSTAREA = 45238.93416
|
|
|
CLEAR = 'clear'
|
|
|
__package__ = 'pysynphot'
|
Imports:
string,
glob,
re,
os,
warnings,
N,
pyfits,
spectrum,
units,
locations,
irafconvert,
_refTable,
planck,
wavetable,
CompTable,
GraphTable
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.
|
wavecat
- Value:
'/usr/stsci/pyssg/2.7.stsci_python/pysynphot/data/wavecat.dat'
|
|