diff --git a/src/idl/dustem_show_file_dependencies.pro b/src/idl/dustem_show_file_dependencies.pro index 7496987..6edf58b 100644 --- a/src/idl/dustem_show_file_dependencies.pro +++ b/src/idl/dustem_show_file_dependencies.pro @@ -65,18 +65,27 @@ if keyword_set(compfile) then use_compfile=compfile ;===== The following is the list of non regression tests performed under idl and fawlty dustem_init,/wrap,/plot dustem_run_example,'MC10',show="all" -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_ext_pol_example,Nitermax=1,fits_save_and_restore='/tmp/mysavefile3.fits' -dustem_fit_sed_ext_pol_example,Nitermax=1,fits_save_and_restore='/tmp/mysavefile4.fits' +dustem_make_polarization_sed_example,model='G17_MODELD',outfile='./pol_sed_G17D.xcat' +dustem_fit_intensity_example,Nitermax=5,fits_save_and_restore='/tmp/mysavefile1.fits' +dustem_fit_intensity_example,Nitermax=1,/noobj dustem_fit_intensity_mbb_example,Nitermax=1,postscript='/tmp/dustemwrap_postcript_example.ps' +dustem_fit_polarization_example,Nitermax=1,fits_save_and_restore='/tmp/mysavefile2.fits' +dustem_make_polarization_ext_example,model='G17_MODELD',outfile='./pol_ext_G17D.xcat' +dustem_make_polarization_ext_example,model='G17_MODELA',outfile='./pol_ext_G17A.xcat' +dustem_fit_ext_example,Nitermax=1,fits_save_and_restore='/tmp/mysavefile3.fits' +dustem_fit_ext_pol_example,Nitermax=3,fits_save_and_restore='/tmp/mysavefile4.fits' +;following fails in the write_fits_table +dustem_fit_ext_pol_example,Nitermax=3,ext_file='./pol_ext_G17D.xcat';,fits_save_and_restore='/tmp/mysavefile5.fits' +dustem_fit_sed_ext_pol_example,Nitermax=2,fits_save_and_restore='/tmp/mysavefile6.fits' +;following fails in the write_fits_table +;dustem_fit_sed_ext_pol_example,Nitermax=5,fits_save_and_restore='/tmp/mysavefile7.fits',ext_file='./pol_ext_G17D.xcat',sed_file='./pol_sed_G17D.xcat' +dustem_fit_sed_ext_pol_example,Nitermax=5,ext_file='./pol_ext_G17D.xcat',sed_file='./pol_sed_G17D.xcat' + ;=== for some reason plot goes red here under fawlty ;=== and fails when run with only the minimal dustemwrap installed (stellar . txt file is missing) -dustem_myisrf_example,Nitermax=1,fits_save_and_restore='/tmp/mysavefile5.fits' +;dustem_myisrf_example,Nitermax=1,fits_save_and_restore='/tmp/mysavefile5.fits' ;=== fails when run with only the minimal dustemwrap installed (stellar . txt file is missing) -dustem_stellarpopisrf_example,Nitermax=1,fits_save_and_restore='/tmp/mysavefile6.fits' -dustem_fit_intensity_example,Nitermax=1,/noobj +;dustem_stellarpopisrf_example,Nitermax=1,fits_save_and_restore='/tmp/mysavefile6.fits' ; END LIST OF TOP-LEVEL ROUTINES @@ -141,7 +150,7 @@ message,'Wrote '+use_outfile,/info ; CONSTRUCT A STRUCTURE WITH ROUTINES IN SRC/IDL THAT WERE NOT ; COMPILED DURING THE EXAMPLES allpro=file_search(!dustem_wrap_soft_dir+'src/idl/*pro',count=nall) -mathch2,st.path,allpro,a,b +match2,st.path,allpro,a,b idx=where(b eq -1, ct) if ct ne 0 then begin ust=replicate(one_st,ct) -- libgit2 0.21.2