Commit 32f7f3f48e9359484a56f726482f4585176e0424

Authored by Annie Hughes
1 parent 90ca942a
Exists in master

updated out_st to st keyword

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/idl/dustem_read_fits_table.pro
... ... @@ -148,7 +148,7 @@ ENDFOR
148 148 ;=== Below is only to get the same output form as dustem_compute_sed
149 149 ;Note: If the same model is used, the outputs should be the same as what is in the fits file ....
150 150 ;stop
151   -dustem_predicted_sed=dustem_compute_sed(*(*!dustem_fit).current_param_values,out_st=dustem_spectra_st)
  151 +dustem_predicted_sed=dustem_compute_sed(*(*!dustem_fit).current_param_values,st=dustem_spectra_st)
152 152  
153 153 ;==== get the predicted emission spectra from extension 4
154 154 toto=mrdfits(file,unit_predicted_spectra,header_predicted_spectra)
... ...