Package sc.fiji.snt.io
Class NDFImporter
java.lang.Object
sc.fiji.snt.io.NDFImporter
Importer for NeuronJ data files.
- Author:
- Tiago Ferreira
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NDFImporter
- Parameters:
is- the InputStream of ndf data
-
NDFImporter
- Parameters:
filePath- the path to the ndf file to be imported
-
NDFImporter
- Parameters:
file- the ndf file to be imported
-
-
Method Details
-
getTrees
Extracts tracings from the specified file path- Returns:
- the collection of imported trees
- Throws:
IOException- if file could not be parsed
-
getROIs
Converts tracings into ROIs- Returns:
- the Overlay containing the converted tracings
- Throws:
IOException- if file could not be parsed
-
getProperties
- Returns:
- the properties ('NDF metadata') of the parsed file
-
supportedVersion
- Returns:
- the last known version of NeuronJ known to work this importer
-
main
- Throws:
IOException
-