ContextLab / ContextLab/supereeg

change downsampling for nifti

Open
#202 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
38
Forks
19
PR merge metrics
No merged PRs in 30d

Description

Issue with downsampling nifti images. This fixed it:

`from nilearn.image import resample_img`
`downsampled_nii = resample_img(yeo, target_affine=np.eye(3)*4., interpolation='nearest')`

Contributor guide

No contributing guide indexed for this repository

Research direction

No file or test is named. Start by locating the code that downsamples NIfTI images and compare its behavior with the provided nilearn resample_img example, including the target affine and nearest-neighbor interpolation. Done means the reported downsampling issue is resolved and the resulting image can be verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
numpy, python
Domain
data
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.