Skip to content

0.1.0: Added:

Compare
Choose a tag to compare
@TinasheMTapera TinasheMTapera released this 09 Oct 17:09
· 217 commits to master since this release

Added:

  • fw-heudiconv-meta for managing BIDS metadata (see BIDS spec)
    • Currently only handles Participants file and sessions files on Flywheel
    • Plan for all modality agnostic files to be handled by this feature
    • Currently fw-heudiconv-export has not implemented exporting these files yet
  • fw-heudiconv-clear for clearing BIDS data
  • fw-heudiconv-validate for validating BIDS datasets
  • --unique vs --no-unique flag for fw-heudiconv-tabulate lets you download seqInfo data for all files
  • All tools support input of API key at command line

Changed:

  • Heuristics are flexible to sub-{subject} vs {subject} nomenclature
  • Aesthetic/printing improvements/uniformity for all tools
  • fw-heudiconv-export now supports creating & naming a directory to download in with --directory-name; otherwise use --destination to create a default named directory

Fixed:

  • Numerous bugfixes including acquisition sorting issues and regex search NoneType errors

Deprecated:

  • fw-heudiconv-export --path flag is now deprecated. Use --destination or --directory-name instead