Blame view

plugin_scopes_definition.xcat 1.2 KB
4b27dd18   Jean-Philippe Bernard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\------------------------------------------------------------------
\========= plugin_scopes_definition.xcat
\------------------------------------------------------------------
\Defines the only accepted scopes for dustemwrap plugins
\The plugin scope should be defined in the plugin code as FUNCTION_TARGET
\Function: This is what the pluggin is doing
\target: This is the target of the plugin
\run_order: This is when the pluggin has to be run (see dustem_activate_plugins.pro)
\------------------------------------------------
|OBJECTIVE    |TARGET    |RUN_ORDER             |
|char         |char      |int                   |
|NULL         |NULL      |NULL                  |
\------------------------------------------------
\This scope is for plugins adding to the output SEDs 
ADD           SED        1
a84e0595   Jean-Philippe Bernard   modified plugin s...
16
\ADD           POLSED     1
4b27dd18   Jean-Philippe Bernard   First commit
17
18
19
20
21
\This scope is for plugins replacing the ISRF before fortran is run 
REPLACE       ISRF       2
ADD           ISRF       2
\This scope is for plugins replacing the fortran SEDs 
REPLACE       SED        3
a84e0595   Jean-Philippe Bernard   modified plugin s...
22
\REPLACE       POLSED     3
4b27dd18   Jean-Philippe Bernard   First commit
23
24
25
REPLACE       POLEXT     3
\This scope is for plugins which fully replace the Fortran, including by calling Fortran several times ...
REPLACE       FORTRAN    4