-
Updated
Jan 8, 2022 - Python
neuroimaging
Here are 482 public repositories matching this topic...
-
Updated
Oct 1, 2020 - C++
This is also true for fetch_atlas_juelich since they both share the same internal logic.
maps should indeed be the Nifti1Image, but we should either remove filename or change it to be the path to the Nifti1Image.
Also, this is the only fetcher which returns a Bunch object without a description.
from nilearn import datasets
b = datasets.fetch_atlas_harvard_oxford("c-
Updated
Dec 23, 2021 - Python
-
Updated
Jan 5, 2022 - MATLAB
Cancelling "Create new X as ..." dialogue creates new object with the default name (as if from "Create new X"), but clicking Cancel should not produce any object.
I think this happens in several modules, with different types of object, including Table and Volume.
Steps to reproduce
Invoke "Create new Table as ..." dialogue, such as for the Output table of the **Segment St
-
Updated
Jan 7, 2022 - Python
-
Updated
Jan 6, 2022 - C++
The date and time on the output of the running docker container isn't correct, adding a volume "-v /etc/localtime:/etc/localtime:ro" might fix this?
This would help me know how long a process
-
Updated
Jan 4, 2022 - JavaScript
-
Updated
Jan 6, 2022 - C++
Some is already in .gitignore, but some is not. We should check all examples.
-
Updated
Jan 3, 2022 - Python
-
Updated
Dec 16, 2021 - Python
Problem
The sample column in events.tsv encodes the following:
OPTIONAL. Onset of the event according to the sampling scheme of the recorded modality (i.e., referring to the raw data file that the events.tsv file accompanies).
As identified by @robertoostenveld, we do
-
Updated
Nov 20, 2019 - Python
-
Updated
Apr 30, 2018
Summary
This is based on an idea @emdupre had when she was looking at NiMARE's documentation. Basically, our Sphinx configuration includes a width restriction by default, but said restriction may not make things more readable.
Before
. Indeed nifti is better to visualize and save space.
Then we also would have to change the name of the command line ?
Parallelize extract
Add autocompletion
Summary
The CFF file format is relatively new and supported in GitHub, Zenodo, and Zotero.
Additional details
Next steps
-
Updated
Dec 22, 2021 - Python
-
Updated
Jul 28, 2021 - Python
Improve this page
Add a description, image, and links to the neuroimaging topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the neuroimaging topic, visit your repo's landing page and select "manage topics."


In augmentation, elastic_transform, it only applies a random transform on one input image array. I would think to be used for training, the image and mask pair should be transform in the same way. However, this single-input-image, single-output-image method makes it very inconvenient. Could we deform a list of images (np.arrays) using the same transformation in this method ? Thanks!