Commit 90c5380915bba6444b0eaa3f13c74b450332e607
1 parent
0cf486f6
Exists in
master
updated doc header help
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/idl/dustem_read_fits_table.pro
... | ... | @@ -6,7 +6,7 @@ PRO dustem_read_fits_table,filename=filename,help=help,dustem_spectra_st=dustem_ |
6 | 6 | ; PURPOSE: |
7 | 7 | ; Reads a Dustem fits table into current Dustem system variables |
8 | 8 | ; CATEGORY: |
9 | -; Dustem | |
9 | +; DustEMWrap, High-Level, Distributed, User convenience | |
10 | 10 | ; CALLING SEQUENCE: |
11 | 11 | ; dustem_read_fits_table[,filename=][,/help] |
12 | 12 | ; INPUTS: |
... | ... | @@ -126,6 +126,7 @@ dustem_predicted_sed=dustem_compute_sed(*(*!dustem_fit).current_param_values,out |
126 | 126 | ;==== get the predicted emission spectra from extension 4 |
127 | 127 | toto=mrdfits(file,unit_predicted_spectra,header_predicted_spectra) |
128 | 128 | dustem_spectra_st.sed=toto |
129 | + | |
129 | 130 | ;==== get the predicted extinction spectra from extension 5 |
130 | 131 | toto=mrdfits(file,unit_predicted_extinctions,header_predicted_extinctions) |
131 | 132 | dustem_spectra_st.ext=toto | ... | ... |