Commit acb1f0b501a73038b0bb73e3b29968bd66ba0e24
1 parent
0bbec005
Exists in
master
improved
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
LabTools/IRAP/JPB/phangs_compare_seds_isrf.pro
@@ -10,7 +10,8 @@ table_name=dir+model+'_MuseISRF_JWST_G0_YPAH_YVSG_4Phangs'+isrf_class_str+'.fits | @@ -10,7 +10,8 @@ table_name=dir+model+'_MuseISRF_JWST_G0_YPAH_YVSG_4Phangs'+isrf_class_str+'.fits | ||
10 | st=mrdfits(table_name,1,h) | 10 | st=mrdfits(table_name,1,h) |
11 | Nst=n_elements(st) | 11 | Nst=n_elements(st) |
12 | 12 | ||
13 | -use_filters_names=['F360M','F0770W','F1000W','F1130W','F2100W'] | 13 | +;use_filters_names=['F360M','F0770W','F1000W','F1130W','F2100W'] |
14 | +use_filters_names=['F360M','F0770W','F1000W','F1130W','F2100W','PACS_BLUE','PACS_GREEN','PACS_RED','PSW','PMW','PLW'] | ||
14 | filters=dustem_filter_names2filters(use_filters_names) | 15 | filters=dustem_filter_names2filters(use_filters_names) |
15 | Nfilters=n_elements(filters) | 16 | Nfilters=n_elements(filters) |
16 | 17 |