Commit cbf9f937795be860bef6bffe948fec52b7e66c95
1 parent
e4b0bacf
Exists in
master
moved plugins_description.xcat to ONHOLD directory outside of git repo
Showing
1 changed file
with
0 additions
and
24 deletions
Show diff stats
plugins_description.xcat deleted
@@ -1,24 +0,0 @@ | @@ -1,24 +0,0 @@ | ||
1 | -\plugins_description.xcat | ||
2 | -\------------------------------------------------------------------ | ||
3 | -\Plugin code is dustem_plugin_PLUGIN_NAME.pro | ||
4 | -\Possible SCOPES are: | ||
5 | -\ ADD_SED: the output of the plugin function is to be added to the intensity SED | ||
6 | -\ ADD_EXT: the output of the plugin function is to be added to the intensity Extinction SED | ||
7 | -\ ADD_POLSED: the output of the plugin function is to be added to the intensity POLarizationSED | ||
8 | -\ ADD_POLEXT: the output of the plugin function is to be added to the intensity POLarizationSED Extinction SED | ||
9 | -\ MODIFY : Plugin modifies dust model variables | ||
10 | -\Caution: scope(s) could also be defined inside the plugin, as a returned keyword .... | ||
11 | -\------------------------------------------------------------------ | ||
12 | -|PLUGIN_NAME |SCOPE |PARAM1 |PARAM1_DEFAULT |PARAM2 |PARAM2_DEFAULT |PARAM3 |PARAM3_DEFAULT | PARAM4 |PARAM4_DEFAULT | | ||
13 | -|char |char |char |real |char |real |char |real |char |real | | ||
14 | -|NULL |NULL |NULL |NULL |NULL |NULL |NULL |NULL ||NULL |NULL | | ||
15 | -\------------------------------------------------------------------ | ||
16 | -\This is the NIR continuum plugin | ||
17 | -nir_continuum ADD_SED Temperature 1000. Amplitude 0.001 NULL NULL NULL NULL | ||
18 | -\This is the free-free plugin | ||
19 | -\freefree ADD_SED Tgas 1000. Amplitude 1.000 NULL NULL NULL NULL | ||
20 | -\This is the synchtron plugin | ||
21 | -\s=3 ;power spectrum of CR E distribution | ||
22 | -\A=1. ;Synchrotron radiation amplitude at 10 mm | ||
23 | -\synchrotron ADD_SED s 3. Amplitude 1. NULL NULL NULL NULL | ||
24 | -\grey_body ADD_SED |