-
Notifications
You must be signed in to change notification settings - Fork 5
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
Explicit mask not run #6
Comments
@AlexBowring: could you do the first point above? Thanks! |
@cmaumet I have put the mask nifti in the spm_explicit_mask directory... "mask.nii". I'm not sure what you meant by 'in nidm_export, re-write...', but this is the same mask file that the batch.m file points to (line 250):
|
Thanks @AlexBowring! One minor thing... Could you rename the mask file in "explicit_mask.nii" (rather than "mask.nii" that is typically the name used by SPM for the analysis mask). I will take care of the second point :) |
@cmaumet Done! :) |
Great! Thanks! |
@AlexBowring: it looks like |
Hi Camille, I think that file is now called mask.nii. Looking at the history for /master/spm-explicit-mask/ it looks like at one point with the old files I renamed mask.nii to explicit_mask.nii: [@AlexBowring]https://github.com/AlexBowring renamed mask.nii to explicit_mask.niihttps://github.com/incf-nidash/nidmresults-examples/commit/17d5080f3964cb2fcc08d5b64a6afb93e77e7938 AlexBowringhttps://github.com/incf-nidash/nidmresults-examples/commits/master/spm_explicit_mask?author=AlexBowring committed on Jan 11 I can rename it again if you would like? Alex |
Hi @AlexBowring. |
Hi @cmaumet, I've just run this again but I'm not sure I fully understand what you mean. What are you expecting in the results that isn't there? Because I don't think SPM outputs the explicit mask file. |
SPM indeed does not output the explicit mask file (in fact, this file is an input of the analysis). But, for our use case, where we are planning to get the analysis exported using NIDM-Results, we need to have access to this file. That's why I was asking you to manually add the |
Ah okay, makes sense! I have done this and committed on the new_ground_truths branch as I'm not sure if its okay to go back and start modifying files. I have updated the PR: |
Currently the NIDM export of the "explicit mask" test case cannot be performed because the file is not available in the repo. To solve this issue, we need to:
nidm_export
, re-write path to the explicit_mask.The text was updated successfully, but these errors were encountered: