Package pysynphot :: Module locations
[hide private]
[frames] | no frames]

Module locations

source code

Functions [hide private]
 
getBandFileName(band) source code
 
irafconvert(iraffilename)
Convert the IRAF file name (in directory$file format) to its unix equivalent
source code
Variables [hide private]
  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


Function Details [hide private]

irafconvert(iraffilename)

source code 
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


Variables Details [hide private]

specdir

Value:
os.path.join(os.path.dirname(__file__), 'data')+ os.path.sep