The Wayback Machine - https://web.archive.org/web/20220109014443/https://github.com/topics/neuroimaging
Skip to content
#

neuroimaging

Here are 482 public repositories matching this topic...

Jing-He
Jing-He commented Jul 25, 2018

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!

NicolasGensollen
NicolasGensollen commented Dec 10, 2021

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
DIV-on-github
DIV-on-github commented Nov 8, 2021

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

DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal processing, machine learning, statistical analysis and visualization of medical images. Additionally, it contains specialized methods for computational anatomy including diffusion, perfusion and structural imaging.

  • Updated Jan 7, 2022
  • Python
tedana
clinica

Improve this page

Add a description, image, and links to the neuroimaging topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the neuroimaging topic, visit your repo's landing page and select "manage topics."

Learn more