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

Auto_acpc_reorient Error with fullfile select for img_type #1

Open
keithcdodd opened this issue Jul 27, 2021 · 0 comments
Open

Auto_acpc_reorient Error with fullfile select for img_type #1

keithcdodd opened this issue Jul 27, 2021 · 0 comments

Comments

@keithcdodd
Copy link

Hello, I have noticed that fullfile select for the structural does not work since last I pulled from here. This appears to be due to line 113 img_type=lower(img_type). I understand that line is so that it is more robust at catching 't1group' but this also causes a failure to identify it as a full file path down the line. I changed the lines 113-115 in my download of the code to
img_type_l = lower(img_type); % Manage special cases (ie, template name is too long so we allow a shorthand) if strcmp(img_type_l, 't1group')
And that appears to fix the issue.

I'm pretty new to how changes in github works, so please let me know if I should be finding a way to suggest changes differently?

Thanks!

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

1 participant