![]() |
![]() |
![]() |
Gwyddion Module Library Reference Manual | ![]() |
---|
Data Process Plug-insData Process Plug-ins — Data processing by external programs |
When the plug-in is called with register
as
its first argument it should dump following information about self to
standard output (each on a separate line) and terminate:
This information correspond to similar data process module information. All fields are case-sensitive. The run modes line consists of a space-separated sublist of:
interactive |
noninteractive |
modal |
with_defaults |
Note however, truly interactive plug-ins are not supported (and maybe they never will, because it is hard to do this without making plug-ins derived works of Gwyddion), only modal ones.
So the output of plugin my_plugin when run as my_plugin register could look:
1 2 3 |
my_plugin /_Plug-ins/My Plug-in noninteractive with_defaults |