| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
|||
|
|||
|
|||
rootdir = os.environ ['PYSYN_CDBS']
|
|||
specdir = os.path.join(os.path.dirname(__file__), 'data')+ os.
|
|||
vfname = os.path.join(specdir, 'versioninfo.dat')
|
|||
CAT_TEMPLATE = os.path.join(rootdir, 'grid', '*', 'catalog.fits')
|
|||
KUR_TEMPLATE = os.path.join(rootdir, 'grid', '*')
|
|||
VegaFile = os.path.join(specdir, 'vega.fits')
|
|||
wavecat = os.path.join(specdir, 'wavecat.dat')
|
|||
Imports: os
|
|||
Convert the IRAF file name (in directory$file format) to its
unix equivalent
Input: string iraffilename
Output: returns string unixfilename
If '$' not found in the input string, just return
the input string
Non-string input raises an AttributeError
|
|
|||
specdir
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Feb 18 14:41:38 2008 | http://epydoc.sourceforge.net |