Commit c9a8dd2293a760cc1419ca4ba02769a5e274ddff
1 parent
026c2ba5
Exists in
master
improved
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
LabTools/IRAP/JPB/phangs_brute_force_fit_with_isrf_grid.pro
... | ... | @@ -52,8 +52,8 @@ restore,data_dir+use_source_name+'_isrf_min_prediction.sav',/verb |
52 | 52 | ;class_min=13 |
53 | 53 | ;class_max=13 |
54 | 54 | |
55 | -class_min=10 | |
56 | -class_max=15 | |
55 | +class_min=9 | |
56 | +class_max=17 | |
57 | 57 | |
58 | 58 | restore,data_dir+use_source_name+'_jwst_seds_muse_pixels.sav',/verb |
59 | 59 | ;% RESTORE: Restored variable: ALL_SEDS. | ... | ... |
LabTools/IRAP/JPB/srun/make_phangs_grids.pro
... | ... | @@ -21,7 +21,7 @@ bidon=1 |
21 | 21 | |
22 | 22 | ;make grid |
23 | 23 | ;make_sed_phangs_tables,/test,grid_type=2,/show_seds,isrf_class=15 |
24 | -make_sed_phangs_tables,grid_type=2,isrf_class=17 | |
24 | +make_sed_phangs_tables,grid_type=2,isrf_class=18 | |
25 | 25 | ;make_sed_phangs_tables,grid_type=2,isrf_class=17 |
26 | 26 | ;make_sed_phangs_tables,grid_type=2,isrf_class=16 |
27 | 27 | ;make_sed_phangs_tables,grid_type=2,isrf_class=15 | ... | ... |