-
Hi,
when using layers of nifti-files in cornerstone I get very mixed results:
- scrolls only one series
- displays the wrong series
what is the right way to use layers with cornerstone-nifti…
-
# Issue
For now the nifti are created without any position/orientation. It will be an issue at some points if we want to perform registration with sequence not acquired at the same position.
# En…
-
I've just discovered that the nifti library seems to have an official home:
https://github.com/NIFTI-Imaging/nifti_clib
the code in libminc is clearly from the same, and clearly older.
Enabli…
seanm updated
2 years ago
-
When creating a Integer valued nifti:
`ni = NIVolume(Int16.(round.(rand(2,2,2))))`
its type is
`NIVolume{Float32,3,Array{Int16,3}}`
I am not sure why, but it may have to do with the return type of…
-
Hello,
I was trying to use that script for an output image of ANTS.
My nifti file is 2D (only has 1 slice). Maybe one can add this functionallty
Thank you
-
용량이 적고 load 속도가 빠른게 좋다.
-
Write importer and exporter for the [NIfTI file format](http://nifti.nimh.nih.gov/nifti-1/documentation/faq). NIfTI library with CMake file is [available](http://afni.nimh.nih.gov/pub/dist/src/nifti/)…
-
Hi,
I am trying to convert tiff images into the required nifti format using the following function:
https://github.com/MIC-DKFZ/nnUNet/blob/06505439d5e3239105c867c6b380a95f44090431/nnunet/utilit…
-
In section [2.1.3.1,](http://nilearn.github.io/decoding/decoding_tutorial.html#dimension-reduction-with-feature-selection) the pipeline model is used to fit and predict _X_ and _y_ variables that were…
-
https://github.com/NIFTI-Imaging/nifti_clib/blob/7934f742f435c3d6628a1099cd2dba14d6cd2216/niftilib/nifti1_io.c#L2841
`nifti_findimgname` doesn't load the passed filepath. It searches through extens…