| 147 | The ``<CAF index>`` is a location of the index file of the given CAF dataset while the ``[<structure 1> [<structure 2> ...]]`` is space-separated list of all structures to reconstruction contained in the CAF dataset. |
| 148 | |
| 149 | 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: :: |
| 150 | |
| 151 | $./batchreconstructor.sh ~/atlases/mouse/caf/index.xml Thalamus --exportToNiftii |
| 152 | |
| 153 | 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. |
| 154 | |