Commit 4b27dd18de7e9760aad3998470e976263dc662bb
1 parent
7e4d3529
Exists in
master
First commit
Showing
1 changed file
with
25 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,25 @@ |
1 | +\------------------------------------------------------------------ | |
2 | +\========= plugin_scopes_definition.xcat | |
3 | +\------------------------------------------------------------------ | |
4 | +\Defines the only accepted scopes for dustemwrap plugins | |
5 | +\The plugin scope should be defined in the plugin code as FUNCTION_TARGET | |
6 | +\Function: This is what the pluggin is doing | |
7 | +\target: This is the target of the plugin | |
8 | +\run_order: This is when the pluggin has to be run (see dustem_activate_plugins.pro) | |
9 | +\------------------------------------------------ | |
10 | +|OBJECTIVE |TARGET |RUN_ORDER | | |
11 | +|char |char |int | | |
12 | +|NULL |NULL |NULL | | |
13 | +\------------------------------------------------ | |
14 | +\This scope is for plugins adding to the output SEDs | |
15 | +ADD SED 1 | |
16 | +ADD POLSED 1 | |
17 | +\This scope is for plugins replacing the ISRF before fortran is run | |
18 | +REPLACE ISRF 2 | |
19 | +ADD ISRF 2 | |
20 | +\This scope is for plugins replacing the fortran SEDs | |
21 | +REPLACE SED 3 | |
22 | +REPLACE POLSED 3 | |
23 | +REPLACE POLEXT 3 | |
24 | +\This scope is for plugins which fully replace the Fortran, including by calling Fortran several times ... | |
25 | +REPLACE FORTRAN 4 | ... | ... |