Commit dfafe0edb53882b0098721c4adc634c28d88072c
1 parent
bdbc344e
Exists in
master
removed one read and one write of the output fits file, replaced by call to mrd_hread and modfits
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
LabTools/IRAP/JPB/make_sed_phangs_tables.pro
... | ... | @@ -92,6 +92,7 @@ CASE use_grid_type OF |
92 | 92 | dustem_make_sed_table,model,pd,iv_min,iv_max,iv_Nvalues,fpd=fpd,fiv=fiv,filename=table_name,plog=plog,show_seds=show_seds,/print_params,filters=filters |
93 | 93 | END |
94 | 94 | '1': BEGIN ;======= This is to produce a grid with the DBP90 model + Mathis field for G0 and PAH abundance |
95 | + fortran_user=dustem_set_up_fortran(/random_name) ;use a random fortran number | |
95 | 96 | !quiet=1 |
96 | 97 | model='DBP90' |
97 | 98 | ;===== This is to do a small test_table |
... | ... |