Commit 5809414bc37da3b608868decbee23d2f3a0490ea

Authored by Annie Hughes
1 parent 6dc6aa41
Exists in master

added SED extraction example and generalised directory tree

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
src/idl/dustem_show_file_dependencies.pro
... ... @@ -59,7 +59,7 @@ if keyword_set(help) then begin
59 59 goto,the_end
60 60 END
61 61  
62   -use_outfile='./DustEMWrap_dependencies.xcat'
  62 +use_outfile='./DustEMWrap_dependencies_extra.xcat'
63 63 use_compfile='./DustEMWrap_unused_routines.xcat'
64 64 if keyword_set(outfile) then use_outfile=outfile
65 65 if keyword_set(compfile) then use_compfile=compfile
... ... @@ -108,7 +108,7 @@ dustem_run_example,'COMPIEGNE_ETAL10',show="all"
108 108 dustem_run_example,'DL01',show="all"
109 109 dustem_run_example,'DL01_RV3P1_BC6',show="all"
110 110 ;;dustem_run_example,'DL01_RV5P5B_BC3',show="all" ; model removed from 2023 release
111   -;;dustem_run_example,'DL01_RV5P5B_BC0',show="all" ; model removed from 2023 release
  111 +;;dustem_run_example,'DL01_RV5P5B_BC0',show="all" ; model removed from 2023 releaset
112 112  
113 113 dustem_run_example,'DL07',show="extir"
114 114  
... ... @@ -192,6 +192,7 @@ dustem_stellarpopisrf_example,Nitermax=3
192 192 dustem_stellarpopisrf_example,Nitermax=3,/noobj
193 193 dustem_stellarpopisrf_example,Nitermax=2, postscript=!dustem_dat+'dustemwrap_stellarpop_example.ps'
194 194  
  195 +dustem_extract_sed_example
195 196  
196 197 ;dustem_fitsio_example,/nostop
197 198  
... ... @@ -254,7 +255,6 @@ write_xcat,st,use_outfile,/wiki
254 255 write_xcat,st,use_outfile
255 256 message,'Wrote '+use_outfile,/info
256 257  
257   -
258 258 ; CONSTRUCT A STRUCTURE WITH ROUTINES IN SRC/IDL THAT WERE NOT
259 259 ; COMPILED DURING THE EXAMPLES
260 260 allpro=file_search(!dustem_wrap_soft_dir+'src/idl/*pro',count=nall)
... ...