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

fMRIprep did not generate multi echo outputs. #3362

Open
TamerGezici opened this issue Sep 7, 2024 · 2 comments
Open

fMRIprep did not generate multi echo outputs. #3362

TamerGezici opened this issue Sep 7, 2024 · 2 comments

Comments

@TamerGezici
Copy link

TamerGezici commented Sep 7, 2024

What happened?

I ran fmriprep on multi echo data, but the outputs did not create any of the multi echo files

Input BIDS:
image

Output of prep:
image

What command did you use?

docker run -ti --rm \
    -v /f/Tamer/prep/bids_data:/data:ro \
    -v /f/Tamer/prep/output:/out \
    -v /f/Tamer/prep/freesurfer.txt:/license.txt:ro \
    nipreps/fmriprep /data /out participant \
    --fs-license-file /license.txt \
    --me-output-echos \
    --ignore slicetiming

What version of fMRIPrep are you running?

Latest

How are you running fMRIPrep?

Docker

Is your data BIDS valid?

Yes

Are you reusing any previously computed results?

No

Please copy and paste any relevant log output.

No response

Additional information / screenshots

No response

@TamerGezici TamerGezici added the bug label Sep 7, 2024
@tsalo
Copy link
Collaborator

tsalo commented Sep 17, 2024

Can you share the full stdout and stderr log files?

@effigies
Copy link
Member

Do you have at least three echos? If not, fMRIPrep does not have anything useful to do with the echos. The log should make clear what decisions were made near the very beginning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants