-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Name: jnifti | ||
Version: 0.6.1 | ||
Date: 2020-15-06 | ||
Title: fast NIfTI-1/2 reader and NIfTI-to-JNIfTI converter for MATLAB/Octave | ||
Author: Qianqian Fang <[email protected]> | ||
Maintainer: Qianqian Fang <[email protected]> | ||
Description: JNIfTI Toolbox is a fully functional NIfTI-1/2 reader/writer that supports both | ||
MATLAB and GNU Octave, and is capable of reading/writing both non-compressed | ||
and compressed NIfTI files (.nii, .nii.gz) as well as two-part Analyze7.5/NIfTI | ||
files (.hdr/.img and .hdr.gz/.img.gz). | ||
More importantly, this is a toolbox that converts NIfTI data to its JSON-based | ||
replacement, JNIfTI (.jnii for text-based and .bnii for binary-based), defined | ||
by the JNIfTI specification (http://github.com/fangq/jnifti). JNIfTI is a | ||
much more flexible, human-readable and extensible file format compared to the | ||
more rigid and opaque NIfTI format, making the data much easier to manipulate | ||
and share. |