Blame view

LabTools/IRAP/JPB/phangs_isrf_pipeline.pro 1.26 KB
2adbba75   Jean-Philippe Bernard   First commit
1
2
3
4
5
PRO phangs_isrf_pipeline


;PHANGS ISRF pipeline

e314ac19   Jean-Philippe Bernard   improved
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
;==== make sky images
;make _jwst_images.sav
phangs_make_jwst_images,source_name='ngc0628',/save,/show,/nostop
;produces _muse_filters_data.sav,_muse_images.sav, _muse_NH.sav
phangs_make_muse_filters_images,source_name='ngc0628',/save,/show,/nostop
;make _astrosat_data.sav
phangs_make_astrosat_images,source_name='ngc0628',/save,/show,/nostop

;==== extract SEDs on MUSE pixels
;produces _jwst_seds_muse_pixels.sav, _muse_seds_muse_pixels.sav', _astrosat_seds_muse_pixels.sav
phangs_extract_seds,source_name='ngc0628'


;fit_phangs_ngc0628_nir_continuum,/from_restore,/show_plots     ;fit seds of some voronoi bins
;fit_phangs_ngc0628_nir_continuum,/from_restore,/brute_force
;fit_phangs_ngc0628_nir_continuum,/from_restore,/grid_brute_force





3b79f061   Jean-Philippe Bernard   improved
27
28
plot_phangs_ssps_against_uv_fast

2adbba75   Jean-Philippe Bernard   First commit
29
30
make_phangs_ssps_isrf_prediction,source_name='ngc0628',/save
make_phangs_isrf_classes,/save
3b79f061   Jean-Philippe Bernard   improved
31
32
33
check_phangs_ssps_isrf_prediction

;make_sed_phangs_tables,/test,/show_seds   ;test of plugin dustem_plugin_phangs_class_isrf.pro
429a6075   Jean-Philippe Bernard   improved
34
35
36
;Generally very long. Do it using nohup (see make_phangs_grid.pro)
make_sed_phangs_tables,grid_type=2,isrf_class=15
make_sed_phangs_tables,grid_type=2,isrf_class=0
e314ac19   Jean-Philippe Bernard   improved
37
38
39
;...

phangs_brute_force_fit_with_isrf_grid,source_name='ngc0628'
2adbba75   Jean-Philippe Bernard   First commit
40
41

END