-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'DwellTime' #65
Comments
It looks like the JSON sidecar associated with the T1w you are trying to process does not have a 'DwellTime' field. The DwellTime value is required for correcting distortion in the anatomicals. The best solution would be to identify this value and add the field to your JSON file, which you get from DICOM field (0019,1018) / 1e-6. For Siemens, 1/(PixelBandwidth * BaseResolution* ParallelReductionFactorInPlane) might give you right value, if you happen to have those fields in the JSON. If you are running the pipeline in |
@rhancockn Add error handling around |
Thank you @rhancockn. So if I want to run |
That's right; the default --processing-mode hcp will require a DwellTime
for the T1w and T2w volumes.
…On Fri, Jan 22, 2021 at 9:10 AM Giulia Bertò ***@***.***> wrote:
Thank you @rhancockn <https://github.com/rhancockn>. So if I want to run --processing-mode
hcp I'd always need the DwellTime value? Is --processing-mode hcp the
default?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#65 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARMKW54OHANIA44GNAI3ITS3GBMVANCNFSM4WD4OGEQ>
.
|
Hiya! I've been trying to run this BIDs/HCP app (https://hub.docker.com/r/bids/hcppipelines) using the dataset from this tutorial (https://bids-apps.neuroimaging.io/tutorial/), and have run into the same error. However, I don't have any access to a JSON file similar to what you've described, despite downloading the tutorial dataset. Is there something I can do to work around this, or am I missing something? |
I tried that but |
This is still an issue in docker://bids/hcppipelines:v4.3.0-3 , even with |
With the dockerized version v4.1.3-1 I get the following error:
Any advice? Thanks!
The text was updated successfully, but these errors were encountered: