Changes between Version 16 and Version 17 of barSoftwareGUI
- Timestamp:
- 10/16/11 12:48:29 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barSoftwareGUI
v16 v17 98 98 Apart from GUI, |3dBAR| comes with command line interface (or shorter: CLI) allowing the user to perform batch reconstructions without configured graphics environment. After invoking the batch interface, following information will appear:: 99 99 100 $./batch reconstructor.sh100 $./batchinterface.sh 101 101 102 102 Usage: ./batchinterface.sh [options] <CAF index> [<structure 1> [<structure 2> ...]] … … 146 146 The simplest usage of the CLI is to generate reconstruction of a single structure from provided CAF dataset using default settings. Assume that our CAF dataset is located in the ``~/atlases/mouse/caf/`` directory and we would like to reconstruct the *Thalamus* as save a nifti volume with the reconstruction: :: 147 147 148 $./batch reconstructor.sh ~/atlases/mouse/caf/index.xml Thalamus --exportToNiftii148 $./batchinterface.sh ~/atlases/mouse/caf/index.xml Thalamus --exportToNiftii 149 149 150 150 By default, the reconstructions generated using a predefined pipeline and stored in directory parallel to the CAF dataset directory (in this example it would be ``~/atlases/mouse/reconstructions/``). However, this behavior can be customized using various switches.