Commit 70c029068a88e23ee62e5466fd8637830ed3ed1a
Exists in
master
Merge branch 'master' of https://gitlab.irap.omp.eu/OV-GSO-DC/dustem-wrapper_idl
Showing
3 changed files
with
4 additions
and
3 deletions
Show diff stats
src/idl/dustem_init.pro
@@ -278,7 +278,7 @@ st_model=dustem_read_all(dir_in,/silent,kwords=kwords) | @@ -278,7 +278,7 @@ st_model=dustem_read_all(dir_in,/silent,kwords=kwords) | ||
278 | 278 | ||
279 | ;=== create dynamical storage if needed | 279 | ;=== create dynamical storage if needed |
280 | IF not file_test(!dustem_dat,/dir) THEN BEGIN | 280 | IF not file_test(!dustem_dat,/dir) THEN BEGIN |
281 | - spawn,'mkdir '+!duswtem_dat | 281 | + spawn,'mkdir '+!dustem_dat |
282 | ENDIF | 282 | ENDIF |
283 | IF not file_test(!dustem_res,/dir) THEN BEGIN | 283 | IF not file_test(!dustem_res,/dir) THEN BEGIN |
284 | spawn,'mkdir '+!dustem_dat | 284 | spawn,'mkdir '+!dustem_dat |
src/idl/dustem_plugin_freefree.pro
@@ -66,9 +66,9 @@ mjy=1 ;output is in MJy/sr | @@ -66,9 +66,9 @@ mjy=1 ;output is in MJy/sr | ||
66 | lambir_ref=10000. | 66 | lambir_ref=10000. |
67 | 67 | ||
68 | ;stop | 68 | ;stop |
69 | -use_method='Deschenes2008' | 69 | +;use_method='Deschenes2008' |
70 | ;use_method='WallsGabaud1998' | 70 | ;use_method='WallsGabaud1998' |
71 | -;use_method='Dickinson2003_norm' | 71 | +use_method='Dickinson2003_norm' |
72 | 72 | ||
73 | CASE use_method OF | 73 | CASE use_method OF |
74 | 'WallsGabaud1998':BEGIN | 74 | 'WallsGabaud1998':BEGIN |
src/idl/dustem_write_all_web3p8.pro
@@ -27,6 +27,7 @@ dustem_write_gas,file_out,st.GAS | @@ -27,6 +27,7 @@ dustem_write_gas,file_out,st.GAS | ||
27 | ;== SPIN | 27 | ;== SPIN |
28 | dustem_write_spin,dir_out_dat,st.spin | 28 | dustem_write_spin,dir_out_dat,st.spin |
29 | 29 | ||
30 | +;stop | ||
30 | ;== CHRG | 31 | ;== CHRG |
31 | dustem_write_chrg,dir_out_dat,st.chrg | 32 | dustem_write_chrg,dir_out_dat,st.chrg |
32 | 33 |