Proposals:Updating Nrrd library 2009: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(New page: '''Nrrd Library''' This page describes the procedure for synchronizing the NrrdIO libary in Teem, with the one in Insight/Utilities/Nrrd Note that patches may have to be moved in both di...)
 
No edit summary
Line 4: Line 4:


Note that patches may have to be moved in both directions.
Note that patches may have to be moved in both directions.
= Background =
* Nrrd started as one of the libraries in Teem <http://teem.sf.net>
* NrrdIO is a subset of Nrrd containing only the IO functionalities.
* The only part of Teem that's in ITK is in NrrdIO.
* Creating NrrdIO from Teem is done by a GNUMakefile and a perl script.
* The back-propagation that should happen is from NrrdIO back to Teem, because the idea is that NrrdIO should be periodically regenerated from Teem.


== Checking out NrrdIO ==
== Checking out NrrdIO ==

Revision as of 14:16, 2 December 2009

Nrrd Library

This page describes the procedure for synchronizing the NrrdIO libary in Teem, with the one in Insight/Utilities/Nrrd

Note that patches may have to be moved in both directions.

Background

  • Nrrd started as one of the libraries in Teem <http://teem.sf.net>
  • NrrdIO is a subset of Nrrd containing only the IO functionalities.
  • The only part of Teem that's in ITK is in NrrdIO.
  • Creating NrrdIO from Teem is done by a GNUMakefile and a perl script.
  • The back-propagation that should happen is from NrrdIO back to Teem, because the idea is that NrrdIO should be periodically regenerated from Teem.

Checking out NrrdIO

Use the following SVN command

  svn co http://teem.svn.sourceforge.net/svnroot/teem/NrrdIO/trunk NrrdIO