You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to find a dataset among openneuro ones which was generated with fw-heudiconv. Either there is none or there is no annotation of any kind by fw-heudiconv that it is a tool which was used:
(git)smaug:/mnt/datasets/datalad/crawl/openneuro[master]git
$> grep -i flywheel */*2>/dev/null
ds004413/README.md:These files were obtained from Flywheel, defaced and run through fMRIPrep.
ds004450/README.md:These files were obtained from Flywheel, defaced and run through fMRIPrep.
$> grep -i fw-heudiconv */*2>/dev/null
FWIW in heudiconv we since recent nipy/heudiconv#529 we have been adding metadata on heudiconv used:
so we are adding it per each converted subject/session and then task-* files on top level aggregate common metadata fields across all subject/sessions and thus appear on the top level.
I have tried to find a dataset among openneuro ones which was generated with fw-heudiconv. Either there is none or there is no annotation of any kind by fw-heudiconv that it is a tool which was used:
FWIW in heudiconv we since recent nipy/heudiconv#529 we have been adding metadata on heudiconv used:
so we are adding it per each converted subject/session and then task-* files on top level aggregate common metadata fields across all subject/sessions and thus appear on the top level.
It is not a standard BIDS term. Since then the
was merged and released as a part of BIDS 1.9.0 so now we can use GeneratedBy.
Apparently there is already a good number of openneuro datasets which use GeneratedBy
so apparently some tools already do it out of the box (e.g. bidscoin), and I filed similar issue within heudiconv to make use of GeneratedBy:
The text was updated successfully, but these errors were encountered: