Releases: cni/cni-qa-report-fmri
Releases · cni/cni-qa-report-fmri
1.0.4
What's New
- FIX: Set imaging modality on output files (#7). Previously the output files had no modality set, even though the classification was being set to match the input file. This was resulting in errors (no modality) when updates to the classification were attempted on the file.
1.0.3
NEW
- Add
require_functional
configuration parameter to require that data be classified as functional for the algorithm to run. Default =true
, which means by default the Gear will exit if the input data are notFunctional
data. This helps prevent runs that will ultimately fail. (Closes #3)
FIXES
- Don't exit with error when input data does not have sufficient timepoints (Closes #6). This prevents misleading error exit codes and helps identify real errors. Now a helpful message is provided in the log and the gear exits without error.
- Improve handling of filenames with extra
.
in them (e.g.,1.3.4.5.6.nii.gz
). (Closes #4)