Technical: BIDS validator errors #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For the current conversion, the bids validator reports several warnings (mostly SIDECAR_KEY_RECOMMENDED), but also two errors:
Extension mismatch
This has been flagged in #1 and needs clarification about the intended meaning of these acquisitions.
Repetition Time / Acquisition Duration
The sidecar JSONs are produced by dcm2niix (with potential postprocessing by Heudiconv). The functional images all have
RepetitionTime1.5 seconds, but theAcquisitionDurationvalues are (closest multiples of 1.5 in brackets): 719.42 (720), 481.417 (481.5), 727.417 (727.5), 44.417 (45). This means rounding is required to either half-second or full second. I am currently not sure whether that is a data issue, dcm2niix issue, or heudiconv issue.