plugin_scopes_definition.xcat
1.26 KB
\------------------------------------------------------------------
\========= 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
\ADD POLSED 1
\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
\REPLACE POLSED 3
REPLACE POLEXT 3
\This scope is for plugins which fully replace the Fortran, including by calling Fortran several times ...
\Note: These plugins must have an dditional st=st keyword
REPLACE FORTRAN 4