diff --git a/src/idl/dustem_fit_polarization_example.pro b/src/idl/dustem_fit_polarization_example.pro index 6f279fa..5c9cc2a 100644 --- a/src/idl/dustem_fit_polarization_example.pro +++ b/src/idl/dustem_fit_polarization_example.pro @@ -224,7 +224,7 @@ IF keyword_set(fits_save_and_restore) THEN BEGIN dustem_write_fits_table,filename=fits_save_and_restore,help=help ;=== At this point, you could erase all dustem system variables, or exit idl... all the ;=== information needed to recover the results and remake the plots has been saved in the FITS table - dustem_read_fits_table,filename=fits_save_and_restore,dustem_spectra_st=dustem_spectra_st + dustem_read_fits_table,filename=fits_save_and_restore,dustem_st=dustem_spectra_st ;==== plot result taken from the saved fits table res=*(*!dustem_fit).CURRENT_PARAM_VALUES dustemwrap_plot,res,dustem_spectra_st,xr=xr,/xstyle,yr=yr,/ysty,/ylog,/xlog,title=title+' (From saved FITS file)' @@ -236,7 +236,7 @@ ENDIF message,'Finished dustem_polarization_example',/info -stop +;stop the_end: diff --git a/src/idl/dustem_show_file_dependencies.pro b/src/idl/dustem_show_file_dependencies.pro index a68a206..ac19f90 100644 --- a/src/idl/dustem_show_file_dependencies.pro +++ b/src/idl/dustem_show_file_dependencies.pro @@ -43,9 +43,23 @@ use_outfile='./DustEMWrap_dependencies.xcat' if keyword_set(outfile) then use_outfile=outfile ; HERE IS WHERE YOU PUT THE TOP-LEVEL ROUTINES TO RUN -;dustem_init -;dustem_run_example -dustem_fit_intensity_example + + +;/Users/jpb/Soft_Libraries/dustem-wrapper_idl/src/idl/dustem_run_example.pro +;/Users/jpb/Soft_Libraries/dustem-wrapper_idl/src/idl/dustem_stellarpopisrf_example.pro + +dustem_run_example,'MC10' +dustem_make_polarization_sed_example,model='G17_MODELA' +dustem_fit_intensity_example,Nitermax=1,fits_save_and_restore='/tmp/mysavefile1.fits' +dustem_fit_polarization_example,Nitermax=1,fits_save_and_restore='/tmp/mysavefile2.fits' + +dustem_fit_sed_ext_pol_example,Nitermax=1,fits_save_and_restore='/tmp/mysavefile2.fits' + +dustem_fit_ext_pol_example,Nitermax=1,fits_save_and_restore='/tmp/mysavefile2.fits' +dustem_fit_intensity_mbb_example,Nitermax=1 +dustem_fit_modified_bb_example,Nitermax=1 + +;dustem_fit_intensity_example ; END LIST OF TOP-LEVEL ROUTINES help,/function,output=ff -- libgit2 0.21.2