Skip to content
Snippets Groups Projects
Commit 5eb4f73a authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

DOC: Mention eval routines

parent 76da5231
No related branches found
No related tags found
1 merge request!40RF: Adjust argument order for evaluation routines so they can be used by `feedsRun` scripts
Pipeline #27040 passed
......@@ -264,6 +264,10 @@ sp.call('flirt -in {} -ref {} -out {} -omat {}'.format(
inimg, refimg, outimg, outxform).split())
```
If you want to perform your own evaluation within your `feedsRun` script, you
may find some of the routines in the `pyfeeds.evaluate` module useful. For
example, the `evalImage` routine can be used to compare two NIfTI images.
## Other examples
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment