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 = ''
  specdir = '/tmp/pysynphot/data/'
  vfname = '/tmp/pysynphot/data/versioninfo.dat'
  CAT_TEMPLATE = 'grid/*/catalog.fits'
  KUR_TEMPLATE = 'grid/*'
  VegaFile = '/tmp/pysynphot/data/alpha_lyr_stis_003.fits'
  wavecat = '/tmp/pysynphot/data/wavecat.dat'
  __warningregistry__ = {}
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