Fernando Pérez-García

Results 82 issues of Fernando Pérez-García

**🚀 Feature** Add some high-level brain MRI transforms for preprocessing. **Motivation** Arguably, there are three preprocessing steps performed on most multimodal neuroimaging studies: 1. Coregistration of the different modalities 2....

enhancement

**🐛Bug** Images with an alpha channel generate an error when being plotted. **To reproduce** ```shell tiohd Figure_1.png --plot ``` **Expected behavior** A Matplotlib plot of the 2D image. **Actual behavior**...

bug

**🚀 Feature** Add remap labels kwarg to RandomFlip. **Motivation** When an image is flipped around the sagittal plane, anatomical labels in a label map lose meaning. For example, if a...

enhancement
augmentation
preprocessing

As suggested by @dvolgyes in #277. More info in [PEP 3102](https://www.python.org/dev/peps/pep-3102/).

enhancement
dev

Hi again. I am trying to set up a development environment to add Microsoft Azure as an OAuth provider. I have tried the methods in [Developer Guide](https://girder.readthedocs.io/en/latest/development.html) and [Developer Installation](https://girder.readthedocs.io/en/latest/dev-installation.html),...

Hi and thanks for this great project that we're planning to use soon. I would like to have support for Azure at some point (#3375), but first I'm trying to...

I'm trying to visualize a volume using `OrthoSlicer3D`, but get a `matplotlib` error: Script: ```python import numpy as np from nibabel.viewers import OrthoSlicer3D as ov data = np.ones((5, 5, 5))...