From 5eb4f73aa6fbe5f33f169c788d9cd006a5b541e0 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 31 Jan 2025 12:11:08 +0000 Subject: [PATCH] DOC: Mention eval routines --- doc/writing_a_test.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/writing_a_test.md b/doc/writing_a_test.md index 4d7425d..d13f11e 100644 --- a/doc/writing_a_test.md +++ b/doc/writing_a_test.md @@ -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 -- GitLab