NeuroMorphoLoader Class Documentation#
Package: sc.fiji.snt.io
Importer for retrieving SWC data from neuromorpho.org.
Methods#
Getters Methods#
- static get(String)
Convenience method for retrieving SWC data,
- getReader(String)#
Gets the SWC data (âCNG versionâ) associated with the specified cell ID as a reader
- getReconstructionURL(String)#
Gets the URL of the SWC file (âCNG versionâ) associated with the specified cell ID.
- getTree(String)#
Gets the collection of Paths for the specified cell ID
- isDatabaseAvailable()#
Checks whether a connection to the NeuroMorpho database can be established.
Other Methods#
- enableSourceVersion(boolean)#
Enables or disables the use of source version URLs.
- static main(String;)