-
Updated
Jul 4, 2022 - Python
neuroimaging
Here are 539 public repositories matching this topic...
-
Updated
Feb 22, 2022 - C++
I think it would be great to add an item about adding a whatsnew/changelog entry to the checklist in the auto-comment workflow.
I am primarily requesting this because I often forget to add a whatsnew entry, and have to be reminded by my PRs' reviewers.
-
Updated
Jul 3, 2022 - MATLAB
-
Updated
Jun 15, 2022 - Python
-
Updated
May 31, 2022 - Python
-
Updated
Jun 30, 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
Jun 9, 2022 - JavaScript
-
Updated
Jul 4, 2022 - C++
Some is already in .gitignore, but some is not. We should check all examples.
-
Updated
Mar 16, 2022 - Python
-
Updated
May 3, 2022 - Python
-
Updated
Jun 30, 2022 - Python
-
Updated
Nov 20, 2019 - Python
-
Updated
Apr 30, 2018
Following our work on migrating interactive prompts to Click, some shortcomings regarding the current user experience wrt to interactivity surfaced.
Some pipelines provide the caller with the ability to set some parameters in an interactive fashion, which does not play nice with cluster usage where prompts may hang execution indefinitely. One pi
-
Updated
Jul 1, 2022 - JavaScript
Summary
The Neurocognitive aging data release with behavioral, structural, and multi-echo functional MRI measures dataset has 301 subjects and two runs of three-echo resting state data spread across two sessions. There's also physio data.
Next Steps
- Add link to Spreng dataset to tedana's multi-echo datasets section.
-
Updated
Mar 26, 2021 - R
-
Updated
Jun 28, 2022 - PHP
Summary
User got stuck trying to contribute to NiMARE
Additional details
add the following lines here:
https://github.com/neurostuff/NiMARE/blob/main/docs/dev_guide.rst#installation-for-development
First, you need to clone the NiMARE repository on github.
.. code-block:: bash
git clone
-
Updated
Jun 29, 2022 - JavaScript
-
Updated
Jul 4, 2022 - Jupyter Notebook
As said in #258,
tsvtoolshould be renamedtsvtoolsbecause there are several command and in oral we always pronounce the "s"extractshould be renamedprepare-datasplit/kfoldshould be renamedprepare-experimentto make it more clear for new users.
-
Updated
Jun 17, 2022 - Python
-
Updated
Mar 23, 2022 - MATLAB
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!