nimh-dsst / abcd-fasttrack2bids

0 stars 2 forks source link

In bids_corrections.py, add a correction to calculate TotalReadoutTime #22

Closed ericearl closed 3 months ago

ericearl commented 3 months ago

When EffectiveEchoSpacing‎ and ReconMatrixPE‎ are present, but TotalReadoutTime is not, insert a calculated TotalReadoutTime based on:

TotalReadoutTime = EffectiveEchoSpacing * (ReconMatrixPE - 1)

ericearl commented 3 months ago

Solved with 8a363a7.