brainlife / ezbids

A web service for semi-automated conversion of raw imaging data to BIDS
https://brainlife.io/ezbids
MIT License
26 stars 13 forks source link

[ENH] Begin addressing missing fmap info #124

Closed dlevitas closed 4 months ago

dlevitas commented 5 months ago

In certain scenarios, particularly with Philips scanners, important metadata pertaining to spin-echo field maps (PhaseEncodingDirection and TotalReadoutTime) is missing yet required by the BIDS specifcation. This PR attempts to address such missing information.

dlevitas commented 4 months ago

Merging now, despite not having a built-in mechanism for automatically injecting TotalReadoutTime metadata when missing. Users can do so manually using the "Edit Metadata" button.