Skip to content
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: 'PixelBandwidth' #119

Open
JD-Hwang opened this issue Jul 14, 2024 · 0 comments
Open

KeyError: 'PixelBandwidth' #119

JD-Hwang opened this issue Jul 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@JD-Hwang
Copy link

What happened?

I tried running ABCD-HCP-pipeline docker with some of the 2-year follow-up ABCD bids data to get the RSFC matrix but got a KeyError of t1w metadata.
I guess all other arguments were well given... what should I do? Has anyone had a similar issue?

image

What command did you use?

sudo docker run -v /data5/open_data/ABCD/4.0/Package_1204192/fmriresults01/abcd-mproc-release4/unziped:/bids_input:ro -v /data5/open_data/ABCD/derivatives_2YFU:/output -v /users/hjd/freesurfer/license/license.txt:/opt/freesurfer/license.txt dcanumn/abcd-hcp-pipeline:v0.1.5 /bids_input /output --freesurfer-license=/opt/freesurfer/license.txt --ignore func

What version of the abcd-hcp pipeline are you using?

v0.1.5

Directory Structure

image

Relevant log output

Traceback (most recent call last):
  File "/app/run.py", line 396, in <module>
    _cli()
  File "/app/run.py", line 69, in _cli
    return interface(**kwargs)
  File "/app/run.py", line 291, in interface
    session_spec = ParameterSettings(session, out_dir)
  File "/app/pipelines.py", line 106, in __init__
    self.bids_data['t1w_metadata'])
  File "/app/helpers.py", line 295, in get_realdwelltime
    pBW = metadata['PixelBandwidth']
KeyError: 'PixelBandwidth'

Add any additional information or context about the problem here.

Tried docker image latest version and then v0.1.5, got the same issue

@JD-Hwang JD-Hwang added the bug Something isn't working label Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant