Skip to content

Commit

Permalink
Config to use HTTP instead of FTP
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Dec 12, 2018
1 parent 628fb6c commit 25d8631
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions synphot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,70 +24,70 @@ class Conf(ConfigNamespace):

# STANDARD STARS
vega_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/calspec/alpha_lyr_stis_008.fits', 'Vega')
'http://ssb.stsci.edu/cdbs/calspec/alpha_lyr_stis_008.fits', 'Vega')

# REDDENING/EXTINCTION LAWS
lmc30dor_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/extinction/lmc_30dorshell_001.fits',
'http://ssb.stsci.edu/cdbs/extinction/lmc_30dorshell_001.fits',
'Gordon et al. 2003, ApJ, 594, 279; R_V = 2.76')
lmcavg_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/extinction/lmc_diffuse_001.fits',
'http://ssb.stsci.edu/cdbs/extinction/lmc_diffuse_001.fits',
'Gordon et al. 2003, ApJ, 594, 279; R_V = 3.41')
mwavg_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/extinction/milkyway_diffuse_001.fits',
'http://ssb.stsci.edu/cdbs/extinction/milkyway_diffuse_001.fits',
'Cardelli, Clayton, & Mathis 1989, ApJ, 345, 245; R_V = 3.10')
mwdense_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/extinction/milkyway_dense_001.fits',
'http://ssb.stsci.edu/cdbs/extinction/milkyway_dense_001.fits',
'Cardelli, Clayton, & Mathis 1989, ApJ, 345, 245; R_V = 5.00')
mwrv21_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/extinction/milkyway_rv21_001.fits',
'http://ssb.stsci.edu/cdbs/extinction/milkyway_rv21_001.fits',
'Cardelli, Clayton, & Mathis 1989, ApJ, 345, 245; R_V = 2.1')
mwrv40_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/extinction/milkyway_rv4_001.fits',
'http://ssb.stsci.edu/cdbs/extinction/milkyway_rv4_001.fits',
'Cardelli, Clayton, & Mathis 1989, ApJ, 345, 245; R_V = 4.0')
smcbar_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/extinction/smc_bar_001.fits',
'http://ssb.stsci.edu/cdbs/extinction/smc_bar_001.fits',
'Gordon et al. 2003, ApJ, 594, 279; R_V=2.74')
xgal_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/extinction/xgal_starburst_001.fits',
'http://ssb.stsci.edu/cdbs/extinction/xgal_starburst_001.fits',
'Calzetti et al. 2000, ApJ, 533, 682')

# COMMON FILTER BANDPASS
bessel_h_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/comp/nonhst/bessell_h_004_syn.fits',
'http://ssb.stsci.edu/cdbs/comp/nonhst/bessell_h_004_syn.fits',
'Bessel H')
bessel_j_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/comp/nonhst/bessell_j_003_syn.fits',
'http://ssb.stsci.edu/cdbs/comp/nonhst/bessell_j_003_syn.fits',
'Bessel J')
bessel_k_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/comp/nonhst/bessell_k_003_syn.fits',
'http://ssb.stsci.edu/cdbs/comp/nonhst/bessell_k_003_syn.fits',
'Bessel K')
cousins_i_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/comp/nonhst/cousins_i_004_syn.fits',
'http://ssb.stsci.edu/cdbs/comp/nonhst/cousins_i_004_syn.fits',
'Cousins I')
cousins_r_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/comp/nonhst/cousins_r_004_syn.fits',
'http://ssb.stsci.edu/cdbs/comp/nonhst/cousins_r_004_syn.fits',
'Cousins R')
johnson_b_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/comp/nonhst/johnson_b_004_syn.fits',
'http://ssb.stsci.edu/cdbs/comp/nonhst/johnson_b_004_syn.fits',
'Johnson B')
johnson_i_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/comp/nonhst/johnson_i_003_syn.fits',
'http://ssb.stsci.edu/cdbs/comp/nonhst/johnson_i_003_syn.fits',
'Johnson I')
johnson_j_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/comp/nonhst/johnson_j_003_syn.fits',
'http://ssb.stsci.edu/cdbs/comp/nonhst/johnson_j_003_syn.fits',
'Johnson J')
johnson_k_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/comp/nonhst/johnson_k_003_syn.fits',
'http://ssb.stsci.edu/cdbs/comp/nonhst/johnson_k_003_syn.fits',
'Johnson K')
johnson_r_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/comp/nonhst/johnson_r_003_syn.fits',
'http://ssb.stsci.edu/cdbs/comp/nonhst/johnson_r_003_syn.fits',
'Johnson R')
johnson_u_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/comp/nonhst/johnson_u_004_syn.fits',
'http://ssb.stsci.edu/cdbs/comp/nonhst/johnson_u_004_syn.fits',
'Johnson U')
johnson_v_file = ConfigItem(
'ftp://ftp.stsci.edu/cdbs/comp/nonhst/johnson_v_004_syn.fits',
'http://ssb.stsci.edu/cdbs/comp/nonhst/johnson_v_004_syn.fits',
'Johnson V')


Expand Down

0 comments on commit 25d8631

Please sign in to comment.