Skip to content

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

License

Notifications You must be signed in to change notification settings

bdezonia/zorbage-ecat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Code example to open an Ecat data file:

  DataBundle results = Ecat.open("petimage.v");

How to include zorbage-ecat in your Maven project

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

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

All about the ecat file format:
  
  <TODO>

  Note that the ecat file format is poorly documented. Some questions can only be
  answered by referring to other source code libraries. As a result this code is
  licensed LGPL to safely be distributable.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published