Commit bd60b43f97828bfb036d186ec77face93079ec22

Authored by Annie Hughes
1 parent a4c9699a
Exists in master

retired unused files

src/idl_retired/dustem_fit_redshift_readme.pro
... ... @@ -102,7 +102,7 @@ IF count NE 0 THEN spec(ind).error=0.2*spec(ind).spec
102 102  
103 103 ;=== Set which parameters you want to fit
104 104 CASE !dustem_which OF
105   - 'WEB3p8':BEGIN
  105 + 'RELEASE':BEGIN
106 106 ;=== This is to use Desert model
107 107 ;=== must have done dustem_init,/DBP90
108 108 CASE use_model OF
... ...
src/idl_retired/dustem_fit_sed_spinning_readme.pro
... ... @@ -89,7 +89,7 @@ IF count NE 0 THEN spec(ind).error=0.2*spec(ind).spec
89 89  
90 90 ;=== Set which parameters you want to fit
91 91 CASE !dustem_which OF
92   - 'WEB3p8':BEGIN
  92 + 'RELEASE':BEGIN
93 93 ;=== This is to use Desert model
94 94 ;=== must have done dustem_init,/DBP90
95 95 CASE use_mode OF
... ...
src/idl_retired/dustem_variational_study_readme.pro
... ... @@ -79,7 +79,7 @@ IF not keyword_set(dir) THEN BEGIN
79 79 'COMPIEGNE': dir='MC_DAT/'
80 80 'VERSTRAETE': dir='d_3.5/'
81 81 'VERSTRAETE': dir='LV_DAT/'
82   - 'WEB3p8': dir_in=!dustem_soft_dir
  82 + 'RELEASE': dir_in=!dustem_soft_dir
83 83 ELSE: dir='les_DAT/'
84 84 ENDCASE
85 85 ENDIF
... ...