Skip to content

zorbage-nifti: code for reading nifti data files into zorbage structures for further processing

License

Notifications You must be signed in to change notification settings

bdezonia/zorbage-nifti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zorbage-nifti: code for reading nifti data files into zorbage structures for further processing

To learn more about Zorbage please visit https://github.com/bdezonia/zorbage

Code example to open a Nifti data file:

  DataBundle results = Nifti.open("mri.nii");

How to include zorbage-nifti in your Maven project

  Add the following dependency to your project's pom.xml:
  
  <dependency>
    <groupId>io.github.bdezonia</groupId>
    <artifactId>zorbage-nifti</artifactId>
    <version>0.1.8</version>
  </dependency>
  
How to include zorbage-nifti in a different build system

  See https://search.maven.org/artifact/io.github.bdezonia/zorbage-nifti/0.1.8/jar
  for instructions on how to reference zorbage-nifti in build systems such as
  Gradle or others.

All about the nifti 1 file format
  https://nifti.nimh.nih.gov/nifti-1/
  https://brainder.org/2012/09/23/the-nifti-file-format/

All about the nifti 2 file format
  https://nifti.nimh.nih.gov/nifti-2/
  https://brainder.org/2015/04/03/the-nifti-2-file-format/

Note that zorbage-nifti can also read pre-nifti ANALYZE files

About

zorbage-nifti: code for reading nifti data files into zorbage structures for further processing

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published