Commit c3ffe9c78cec9875b5af286de7c53b8a1007a148
1 parent
7a182438
Exists in
master
improved
Showing
3 changed files
with
4 additions
and
3 deletions
Show diff stats
LabTools/IRAP/JPB/phangs_isrf_pipeline.pro
... | ... | @@ -166,7 +166,8 @@ phangs_brute_force_fit_with_isrf_grid,model='DL07',source_name='ngc0628',/includ |
166 | 166 | ;fit map using MUSE derived ISRF |
167 | 167 | ;table_name_root='_logn_MuseISRF_JWST_adaptedG0_Ypah1added_Yvsgadded_4Phangs_noionis_F0upext' ;Uses extended F0 range .... |
168 | 168 | table_name_root='_logn_MuseISRF_JWST_adaptedG0_Ypah1added_Yvsgadded_4Phangs_noionis' ;previous stage |
169 | -class_min_max=0 | |
169 | +;class_min_max=0 | |
170 | +class_min_max=[4,4] | |
170 | 171 | show_sed=1 & nostop=0 |
171 | 172 | ;show_sed=0 & nostop=1 |
172 | 173 | phangs_brute_force_fit_with_isrf_grid,model='DL07',source_name='ngc0628',/include_herschel,/normalize,/fit_G0,/save,resolution_filter='PACS3' $ |
... | ... |
LabTools/IRAP/JPB/srun/make_phangs_grids.pro
... | ... | @@ -24,7 +24,7 @@ bidon=1 |
24 | 24 | ;FOR i=5L,26 DO make_sed_phangs_tables,grid_type=223,isrf_class=i ;This is to compute DL07 with logn keyword for both PAH0 and PAH1 |
25 | 25 | ;make_sed_phangs_tables,grid_type=223,isrf_class=0 ;Mathis |
26 | 26 | |
27 | -make_sed_phangs_tables,grid_type='+2000',isrf_class=4 ;,/test | |
27 | +;make_sed_phangs_tables,grid_type='+2000',isrf_class=4 ;,/test | |
28 | 28 | FOR i=5L,26 DO make_sed_phangs_tables,grid_type='+2000',isrf_class=i ;This is to extend F0 by 2 twoards higher values DL07 |
29 | 29 | make_sed_phangs_tables,grid_type='+2000',isrf_class=0 ;alma1 (For Mathis field) |
30 | 30 | |
... | ... |
src/idl/dustem_write_sed_grid.pro
... | ... | @@ -282,7 +282,7 @@ IF keyword_set(grain_keywords) THEN BEGIN |
282 | 282 | ENDFOR |
283 | 283 | ENDIF ELSE BEGIN |
284 | 284 | FOR i=0L,Ngrains-1 DO BEGIN |
285 | - sxaddpar,h0,'KEYWG'+strtrim(k+1,2),((*!dustem_params).grains.TYPE_KEYWORDS)[k],'Grain DustemWrap keywords Used',before='END' | |
285 | + sxaddpar,h0,'KEYWG'+strtrim(i+1,2),((*!dustem_params).grains.TYPE_KEYWORDS)[i],'Grain DustemWrap keywords Used',before='END' | |
286 | 286 | ENDFOR |
287 | 287 | ENDELSE |
288 | 288 | sxaddpar,h0,'NHREF',*!dustem_HCD,'dustemwrap reference NH [H/cm2]',after='MODEL' |
... | ... |