-
currently, functions such as path.is_file() are passing on local machines but failing on GitHub.
there is potentially a previous solution to this problem that relies on hash functions
-
Nice work! But when I try to use your `_main_.py` to convert my .stl file to .nii,the result .nii is all empty. Could you help me see what the problem is? I have sent the corresponding documents to yo…
-
## Adding a Dataset
- **Name:** *The Medical Segmentation Decathlon Dataset*
- **Description:** The underlying data set was designed to explore the axis of difficulties typically encountered when de…
-
This is not really an issue but an open invitation for anyone interested in participating in (or taking over if you like) the development of the `spec2nii2bids` plugin in `BIDScoin`. This plugin is me…
-
**Describe the bug**
An prostate segmentation application is built with App SDK 0.5 and a model trained with MONAI core v1. It takes in a MR T2 series, creates the segmentation image, which then get …
-
- [ ] It would be helpful to get people to git log immediately after creating a datalad dataset, to start exploring the commit history before any data is installed. Also good to make a note to check t…
-
## Context
Python's autodoc tools such as sphinx parse the docstrings of functions/classes to generate API docs for convenient use. Importantly, things such as input arguments, output arguments, ex…
-
Can you provide the description file `README.MD` to brief describe your work and result? I have read your code, there is some path refer to the data, but isn't in the repo. Can you provide the data fi…
-
Hello all,
So I am trying to convert `.mnc` images to `.nii` with nibabel, here is my code :
```
import nibabel as nib
(...)
# loading the original image
nibImg = nib.load(srcFilePath)
ni…
-
I would like to revive this feature request. It was already issued in 2015 here: https://github.com/nipy/nibabel/issues/303
At the time [dcmstack](https://github.com/moloney/dcmstack) was recommended…