Discussion:
[Gwyddion-users] Batch processing with pygwy script
b nolan
2013-12-07 01:35:27 UTC
Permalink
I would like to apply the Data Process "Correct lines by matching height
median" to a batch of files using a pygwy script. I believe I need to use
the function:

gwy_process_func_run(*name*, *data*, *run*)

to do this, however (somewhat new to python) I am not sure how to get the
list of acceptable arguments for *name*; I cannot find them in the API
documentation.

What are the acceptable strings for *name*?
Is there a way to generate this list? Was it somewhere online I missed?

Thanks,
Brian
David Nečas (Yeti)
2013-12-07 16:36:30 UTC
Permalink
Post by b nolan
I am not sure how to get the
list of acceptable arguments for *name*; I cannot find them in the API
documentation.
What are the acceptable strings for *name*?
Is there a way to generate this list? Was it somewhere online I missed?
You can find them both on-line and in the program. In the program, go
to Meta[*] → Module Browser. This lists all modules, the actual
functions are always listed in the details (data processing functions
with prefix proc::, which is not part for the name).

The same information can be found in a slightly different form at

http://gwyddion.net/module-list.php

and

http://gwyddion.net/module-list-nocss.php

The latter is very long and therefore a bit unwieldy but probably the
best searchable list.

Regards,

Yeti


[*] Soon to be called Info.

Loading...