-
Updated
Oct 16, 2020 - Python
neuroimaging
Here are 351 public repositories matching this topic...
-
Updated
Oct 1, 2020 - C++
Following #2415, two points that were not tackled inside #2476 in the interest of short cycles
- Add a section in 2.1 on how to determine chance with a Decoder API (waiting for #2147)
- Rethink 2.2 section on OVO vs OVA, not sure it is useful as Decoder doesn't provide this flexibility easily. But show how to plot a confusion matrix using Decoder on a simple example.
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 16, 2020 - MATLAB
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Oct 16, 2020 - Python
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
Oct 15, 2020 - C++
Some is already in .gitignore, but some is not. We should check all examples.
-
Updated
Oct 13, 2020 - C++
An Annotation window appears when clicking on the screenshot icon in the top banner.
An empty Annotation window remains after clicking on OK to create the screenshot.
Slicer4.110.0-2020-09-10 on MacOSX 10.14.16
-
Updated
Apr 30, 2018
-
Updated
Nov 20, 2019 - Python
-
Updated
Oct 8, 2020 - 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
Jul 29, 2020 - Python
-
Updated
Oct 16, 2020 - PHP
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Sep 30, 2020 - R
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Jul 13, 2020 - Python
-
Updated
Aug 20, 2020 - Jupyter Notebook
-
Updated
Sep 28, 2020 - Python
-
Updated
Sep 27, 2020 - Python
-
Updated
Oct 14, 2020 - Python
-
Updated
Oct 16, 2020 - 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!