scifio/scifio-tutorials

Name: scifio-tutorials

Owner: SCIFIO

Description: Tutorials for use of SCIFIO and its plugins.

Created: 2013-09-10 17:43:37.0

Updated: 2017-11-07 04:50:32.0

Pushed: 2017-11-09 18:05:46.0

Homepage: null

Size: 87

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

This project contains example code for working with SCIFIO.

GETTING STARTED

These tutorials are heavily commented to explain the SCIFIO API. Simply running a given tutorial may not be meaningful; it is highly recommended to open the source files and follow the code step by step.

You can import these projects into your favorite IDE:

Or build and run from the command line:

mvn
mvn exec:java -Dexec.mainClass=io.scif.tutorials.T1aIntroToSCIFIO
TUTORIAL ORDER

SCIFIO provides multiple paths to read and write images. Convenience methods are present to make the IO process as simple as possible. The individual components of SCIFIO allow more precise control.

The tutorials are named in a suggested order for execution:

LICENSING

To the extent possible under law, the SCIFIO developers have waived all copyright and related or neighboring rights to this tutorial code.

See the CC0 1.0 Universal license for details.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.