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

Module locations

source code

Functions [hide private]
 
_refTable(template) source code
 
irafconvert(iraffilename)
Convert the IRAF file name (in directory$file format) to its unix equivalent
source code
Variables [hide private]
  rootdir = '/grp/hst/cdbs/'
  specdir = '/usr/stsci/pyssg/2.7.stsci_python/pysynphot/data/'
  CAT_TEMPLATE = '/grp/hst/cdbs/grid/*/catalog.fits'
  KUR_TEMPLATE = '/grp/hst/cdbs/grid/*'
  VegaFile = '/usr/stsci/pyssg/2.7.stsci_python/pysynphot/data/a...
  extdir = 'grid/extinction'
  RedLaws = {None: '/grp/hst/cdbs/grid/extinction/milkyway_diffu...
  wavecat = '/usr/stsci/pyssg/2.7.stsci_python/pysynphot/data/wa...
  __package__ = 'pysynphot'
  k = 'mwdense'

Imports: os, warnings, glob, re


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]

VegaFile

Value:
'/usr/stsci/pyssg/2.7.stsci_python/pysynphot/data/alpha_lyr_stis_005.f\
its'

RedLaws

Value:
{None: '/grp/hst/cdbs/grid/extinction/milkyway_diffuse_001.fits',
 'gal3': '/grp/hst/cdbs/grid/extinction/milkyway_diffuse_001.fits',
 'lmc30dor': '/grp/hst/cdbs/grid/extinction/lmc_30dorshell_001.fits',
 'lmcavg': '/grp/hst/cdbs/grid/extinction/lmc_diffuse_001.fits',
 'mwavg': '/grp/hst/cdbs/grid/extinction/milkyway_diffuse_001.fits',
 'mwdense': '/grp/hst/cdbs/grid/extinction/milkyway_dense_001.fits',
 'smcbar': '/grp/hst/cdbs/grid/extinction/smc_bar_001.fits',
 'xgalsb': '/grp/hst/cdbs/grid/extinction/xgal_starburst_001.fits'}

wavecat

Value:
'/usr/stsci/pyssg/2.7.stsci_python/pysynphot/data/wavecat.dat'