Commit de06ad2c54c717e69d9043861079d7c2e6704b93
1 parent
ae9e8631
Exists in
master
added another plugin to the fpd for fun
Showing
1 changed file
with
10 additions
and
7 deletions
Show diff stats
src/idl/dustem_run_prediction_example.pro
... | ... | @@ -169,16 +169,19 @@ pval = [1.] |
169 | 169 | |
170 | 170 | fpd=['(*!dustem_params).G0', $ |
171 | 171 | '(*!dustem_params).grains(0).mdust_o_mh',$ ;PAH0 mass fraction |
172 | - '(*!dustem_params).grains(1).mdust_o_mh',$ ;VSG mass fraction | |
173 | - '(*!dustem_params).grains(2).mdust_o_mh'];,$ | |
174 | -; 'dustem_plugin_continuum_1', $ ; | |
175 | -; 'dustem_plugin_continuum_2'] ; | |
172 | + '(*!dustem_params).grains(1).mdust_o_mh',$ ;VSG mass fraction | |
173 | + '(*!dustem_params).grains(2).mdust_o_mh', $ ;,$ | |
174 | + 'dustem_plugin_synchrotron_1', $ ; | |
175 | + 'dustem_plugin_continuum_1', $ ; | |
176 | + 'dustem_plugin_continuum_2'] ; | |
177 | + | |
176 | 178 | fpval = [1., $ |
177 | 179 | st_model.grains(0).mdust_o_mh,$ |
178 | 180 | st_model.grains(1).mdust_o_mh,$ |
179 | - st_model.grains(2).mdust_o_mh];,$ | |
180 | - ; 800,$ | |
181 | - ; 0.05] | |
181 | + st_model.grains(2).mdust_o_mh,$ ;,$ | |
182 | + 2.,$ | |
183 | + 800,$ | |
184 | + 0.05] | |
182 | 185 | |
183 | 186 | ;=== initialise all this information into dustemwrap's brain |
184 | 187 | dustem_init_params,model,pd,pval,fpd=fpd,fiv=fpval,pol=use_polarisation | ... | ... |