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

manual-correction framework not compatible with func contrast #81

Open
rohanbanerjee opened this issue Mar 5, 2024 · 2 comments
Open
Assignees

Comments

@rohanbanerjee
Copy link
Contributor

The manual-correction framework is not compatible for functional data and currently only works for dwi and anat contrasts, as mentioned below.

# TODO - add support for func (fMRI)
contrast = 'dwi' if 'dwi' in filename_path else 'anat' # Return contrast (dwi or anat)

Working on a PR to solve this issue

@rohanbanerjee rohanbanerjee self-assigned this Mar 5, 2024
@valosekj
Copy link
Member

Working on a PR to solve this issue

Hi @rohanbanerjee! Any news on the PR by any chance?

@rohanbanerjee
Copy link
Contributor Author

Hello @valosekj , apologies for the late reply to this. PR #88 by @sandrinebedard solves this issue. I am reviewing it and will merge it after testing it on my data (fMRI data).

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

No branches or pull requests

2 participants