Commit 70c029068a88e23ee62e5466fd8637830ed3ed1a

Authored by Ilyes Choubani
2 parents ac25d5ed 9818c4c0
Exists in master

Merge branch 'master' of https://gitlab.irap.omp.eu/OV-GSO-DC/dustem-wrapper_idl

src/idl/dustem_init.pro
... ... @@ -278,7 +278,7 @@ st_model=dustem_read_all(dir_in,/silent,kwords=kwords)
278 278  
279 279 ;=== create dynamical storage if needed
280 280 IF not file_test(!dustem_dat,/dir) THEN BEGIN
281   - spawn,'mkdir '+!duswtem_dat
  281 + spawn,'mkdir '+!dustem_dat
282 282 ENDIF
283 283 IF not file_test(!dustem_res,/dir) THEN BEGIN
284 284 spawn,'mkdir '+!dustem_dat
... ...
src/idl/dustem_plugin_freefree.pro
... ... @@ -66,9 +66,9 @@ mjy=1 ;output is in MJy/sr
66 66 lambir_ref=10000.
67 67  
68 68 ;stop
69   -use_method='Deschenes2008'
  69 +;use_method='Deschenes2008'
70 70 ;use_method='WallsGabaud1998'
71   -;use_method='Dickinson2003_norm'
  71 +use_method='Dickinson2003_norm'
72 72  
73 73 CASE use_method OF
74 74 'WallsGabaud1998':BEGIN
... ...
src/idl/dustem_write_all_web3p8.pro
... ... @@ -27,6 +27,7 @@ dustem_write_gas,file_out,st.GAS
27 27 ;== SPIN
28 28 dustem_write_spin,dir_out_dat,st.spin
29 29  
  30 +;stop
30 31 ;== CHRG
31 32 dustem_write_chrg,dir_out_dat,st.chrg
32 33  
... ...