-
Notifications
You must be signed in to change notification settings - Fork 15
remove parfor from spatial processing and add QA options #394
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
Conversation
for more information, see https://pre-commit.ci
|
working on my local! A slight hiccup is when I ran the following, I got an orientation dimension mismatch error. Maybe I'm not updated with the latest changes on how to run What works: When crashes: Error is below: |
|
oh maybe one more name changing is needed. Please see below: |
it seems that you did reslice the TPMs before doing the functional QA but that the resolution is not right. that could be the issue. Do you run those 2 in sequence? |
|
@CerenB will merge this for now but let me know if you get this bug again. |
fixes #389
@CerenB and @marcobarilari I have added some options for functional QA that should speed it up and prevent generating some (big) files.
opt.QA.func.carpetPlot = trueto plot carpet plot when runningfunctionaQAopt.QA.funccontains a lot of options used byspmup_first_level_qainfunctionaQAopt.QA.func.MotionParameters = 'on'opt.QA.func.FramewiseDisplacement = 'on'opt.QA.func.Voltera = 'on'opt.QA.func.Globals = 'on'opt.QA.func.Movie = 'on'; set it tooffto skip generating movies of the time seriesopt.QA.func.Basics = 'on'@marcobarilari I have changed the name of the option to skip the GLM QA that sometimes took ages for you:
opt.QA.glm.do = true.