diff --git a/src/idl/dustem_run_prediction_example.pro b/src/idl/dustem_run_prediction_example.pro index cdfeff2..43cdcc5 100644 --- a/src/idl/dustem_run_prediction_example.pro +++ b/src/idl/dustem_run_prediction_example.pro @@ -169,16 +169,19 @@ pval = [1.] fpd=['(*!dustem_params).G0', $ '(*!dustem_params).grains(0).mdust_o_mh',$ ;PAH0 mass fraction - '(*!dustem_params).grains(1).mdust_o_mh',$ ;VSG mass fraction - '(*!dustem_params).grains(2).mdust_o_mh'];,$ -; 'dustem_plugin_continuum_1', $ ; -; 'dustem_plugin_continuum_2'] ; + '(*!dustem_params).grains(1).mdust_o_mh',$ ;VSG mass fraction + '(*!dustem_params).grains(2).mdust_o_mh', $ ;,$ + 'dustem_plugin_synchrotron_1', $ ; + 'dustem_plugin_continuum_1', $ ; + 'dustem_plugin_continuum_2'] ; + fpval = [1., $ st_model.grains(0).mdust_o_mh,$ st_model.grains(1).mdust_o_mh,$ - st_model.grains(2).mdust_o_mh];,$ - ; 800,$ - ; 0.05] + st_model.grains(2).mdust_o_mh,$ ;,$ + 2.,$ + 800,$ + 0.05] ;=== initialise all this information into dustemwrap's brain dustem_init_params,model,pd,pval,fpd=fpd,fiv=fpval,pol=use_polarisation -- libgit2 0.21.2