phangs_isrf_pipeline.pro 475 Bytes
PRO phangs_isrf_pipeline


;PHANGS ISRF pipeline

plot_phangs_ssps_against_uv_fast

make_phangs_ssps_isrf_prediction,source_name='ngc0628',/save
make_phangs_isrf_classes,/save
check_phangs_ssps_isrf_prediction

;make_sed_phangs_tables,/test,/show_seds   ;test of plugin dustem_plugin_phangs_class_isrf.pro
;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

END