(type egg)
(signature "neurolucida egg")
(timestamp 1612269487)
(sxml ((section 2 "Outdated egg!" (p "This is an egg for CHICKEN 4, the unsupported old release.  You're almost certainly looking for " (int-link "/eggref/5/neurolucida" "the CHICKEN 5 version of this egg") ", if it exists.") (p "If it does not exist, there may be equivalent functionality provided by another egg; have a look at the " (link "https://wiki.call-cc.org/chicken-projects/egg-index-5.html" "egg index") ". Otherwise, please consider porting this egg to the current version of CHICKEN.") (tags "egg")) (section 2 "neurolucida" (p "A program to read Neurolucida XML files and convert them to SWC format.") (toc)) (section 2 "Usage" (pre "neurolucida [options...] [input files ...]") (p "Where input files are XML Neurolucida files.")) (section 2 "Documentation" (p (tt "neurolucida") " is a program that reads " (link "http://www.mbfbioscience.com/neurolucida" "Neurolucida") " XML files and converts them to " (link "http://research.mssm.edu/cnic/swc.html" "SWC") " format.") (section 3 "Options" (dl (dt (tt "--forest-bounds[=RESOLUTION]")) (dd "print the boundaries of the entire forest (default resolution is 10 points)") (dt (tt "-d, --data-dir=DATA-DIR")) (dd "set download directory (default is a randomly generated name in /tmp)") (dt (tt "-k, --key=FIELD")) (dd "extraction key") (dt (tt "-f, --format=FORMAT")) (dd "output format (SWC or ASC)")) (pre ""))) (section 2 "About this egg" (section 3 "Author" (p (int-link "/users/ivan-raikov" "Ivan Raikov"))) (section 3 "Version history" (dl (dt "1.8") (dd "added option " (tt "--forest-bounds")) (dt "1.4") (dd "Support for Neurolucida v4") (dt "1.0") (dd "Initial release"))) (section 3 "License" (pre "Copyright 2011-2015 Ivan Raikov.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or (at\nyour option) any later version.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\nGeneral Public License for more details.\n\nA full copy of the GPL license can be found at\n<http://www.gnu.org/licenses/>.")))))
