Skip to content

1.0.3

Compare
Choose a tag to compare
@lmperry lmperry released this 27 Oct 18:51
· 2 commits to master since this release

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 not Functional 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)