open-discussion > How to extract nii files from .nii.gz format?
Showing 1-4 of 4 posts
Display:
Results per page:
Sep 27, 2017  03:09 AM | wasana madushanka arachchi - General Sir John Kotelawala Defence University
How to extract nii files from .nii.gz format?
I have a large data set of  T1 images. (.nii.gz) i want to extract these data to .nii images. do you have any programme?
Sep 27, 2017  04:09 AM | Faizan Badami - Vanderbilt Memory and Alzheimer's center
Gunzip
You can use a basic Linux command called 'gunzip' (https://www.techonthenet.com/linux/comma...)
Sep 27, 2017  05:09 AM | wasana madushanka arachchi - General Sir John Kotelawala Defence University
RE: Gunzip
Thanks
Sep 27, 2017  01:09 PM | Akshara Balachandra
RE: How to extract nii files from .nii.gz?
Hi,

If you are in a UNIX-like environment, you can just run
gunzip image.nii.gz
from the terminal to extract the NIFTI files.

For Windows, my favorite archive-ing program is 7-zip, which is free and open source (http://www.7-zip.org/download.html). Just extract the NIFTI files using 7-zip.