Description :
Some BIDS datasets containing DWI modalities — such as the IXI dataset — do not include certain metadata fields like PhaseEncodingDirection and TotalReadoutTime in their JSON sidecars.
These values are sometimes critical for preprocessing pipelines (e.g., dwi-preprocessing-*), but could potentially be estimated or guessed from the available raw imaging data, or be attributed a null value when not retrievable.
Question :
Would it make sense to implement a way to estimate/guess these values from the raw data so that DWI preprocessing pipelines can still run without manual metadata completion ?