Blame view

plugins_description.xcat 1.88 KB
97ac8522   Annie Hughes   comments and typos
1
2
\plugins_description.xcat
\------------------------------------------------------------------
8d3ca45d   Jean-Philippe Bernard   First commit
3
\Plugin code is dustem_plugin_PLUGIN_NAME.pro
97ac8522   Annie Hughes   comments and typos
4
\Possible SCOPES are:
8d3ca45d   Jean-Philippe Bernard   First commit
5
6
7
8
\     ADD_SED: the output of the plugin function is to be added to the intensity SED
\     ADD_EXT: the output of the plugin function is to be added to the intensity Extinction SED
\     ADD_POLSED: the output of the plugin function is to be added to the intensity POLarizationSED
\     ADD_POLEXT: the output of the plugin function is to be added to the intensity POLarizationSED Extinction SED
97ac8522   Annie Hughes   comments and typos
9
\     MODIFY : Plugin modifies dust model variables
8d3ca45d   Jean-Philippe Bernard   First commit
10
\Caution: scope(s) could also be defined inside the plugin, as a returned keyword ....
97ac8522   Annie Hughes   comments and typos
11
12
13
14
15
16
17
18
19
20
\------------------------------------------------------------------
|PLUGIN_NAME    |SCOPE        |PARAM1       |PARAM1_DEFAULT |PARAM2    |PARAM2_DEFAULT   |PARAM3     |PARAM3_DEFAULT | PARAM4     |PARAM4_DEFAULT |
|char           |char         |char         |real           |char      |real             |char       |real           |char        |real           |  
|NULL           |NULL         |NULL         |NULL           |NULL      |NULL             |NULL       |NULL           ||NULL       |NULL           |
\------------------------------------------------------------------
\This is the NIR continuum plugin
nir_continuum   ADD_SED       Temperature   1000.           Amplitude   0.001             NULL        NULL            NULL         NULL
\This is the free-free plugin 
\freefree        ADD_SED       Tgas          1000.           Amplitude  1.000             NULL        NULL            NULL         NULL
\This is the synchtron plugin 
8d3ca45d   Jean-Philippe Bernard   First commit
21
22
\s=3           ;power spectrum of CR E distribution
\A=1.          ;Synchrotron radiation amplitude at 10 mm
97ac8522   Annie Hughes   comments and typos
23
\synchrotron     ADD_SED       s             3.              Amplitude  1.                NULL        NULL            NULL         NULL
8d3ca45d   Jean-Philippe Bernard   First commit
24
\grey_body       ADD_SED