-
Notifications
You must be signed in to change notification settings - Fork 8
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
Operate on images in subsampling function #31
Comments
Actually, downsampling and subsampling may be different tasks. We can still make the subsampling function work on images though. |
I don't think
I don't see why we would need to do this. The subsampling happens inside the fitting function, where images are already in matrix format. Is there any other case where we would want to subsample images? |
Agreed that |
If the
subsampling
function operates on images, it will be easier to use nilearn's functions for masking/unmasking the data. See #32.Original post:
How do you all feel about using
nilearn.image.resample_img()
forutils.subsampling()
? I am working on #29, and I think it would be easier have a function that downsamples and returns images instead of arrays.The text was updated successfully, but these errors were encountered: