0.1.0: Added:
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 datafw-heudiconv-validate
for validating BIDS datasets--unique
vs--no-unique
flag forfw-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