-
I'm trying to build version 1.0.08 on Ubuntu 16.04. During the installation procedure, ZLIB is build, but when NIFTI is being compiled, the following error occurs:
```
[ 3%] Performing build step fo…
-
Hi,
I notice that when converting MRI dicom data to nifti via dcm2niix the data is incorrectly orientated in the LR direction when displayed with ortho2. fsleyes shows the data correctly. When load…
-
Hi! how can I see the results of the segmentations, I am adding a code inside the model_predict function (in test_py):
```
for i, prediction in enumerate(seg_pred):
nifti_img = nib.N…
-
Hello,I don‘t know How to save segmentation results in NIFTI format?
I use the “export segmentation ” at GUI ,then I get an RGB image in DICOM format.
I was wondering where I should find the origina…
-
# Description
Given an LPS DWI nrrd, DWIConvert makes an LAS nifti, and given a single diffusion volume of that nrrd, ConvertBetweenFileFormats makes an LPS nifti. This has consequences when conve…
-
![0](https://user-images.githubusercontent.com/30958995/136209168-fa86e88f-1b9c-47f1-9f31-10938738885b.jpg)
Image on the left is original Dicom image,right is converted image,
not sure why the r…
-
Special Nifti files are not handled
-
how to change 'VIT-V-NET' and 'TransMorph' if shape of input NIFTI data is (192,208,176)?
-
Opening this as an issue to remind us -- eventually we should consider using an existing MRS library to do the conversion directly to Nifti: https://github.com/openmrslab/suspect
(no need to change…
-
The use case is very large nifti files (~100GB) that don't fit into RAM: Reading parts, writing parts and creating new images on disk.
The mmap option is really nice for reading them!
I managed …