fieldExportΒΆ
exports a field from a tractogram (.vtk only)
Usage
./trekker fieldExport [OPTIONS] <input tractogram> <output file>
Positionals
<input tractogram> TEXT:FILE REQUIRED Input tractogram
<output file> TEXT REQUIRED Output file name (.csv)
Options
Option | Description |
---|---|
-s, --skipFieldNames | Skip writing of field names in the first row of output. |
--fields TEXT ... REQUIRED | Names of the fields to export that are separated with comma, e.g., field1,field2,field4. |
General options
Option | Description |
---|---|
-h, --help | Print this help message and exit. |
-v, --verbose TEXT | Verbose level. Options are "quiet", "fatal", "error", "warn", "info", and "debug". Default=info. |
-f, --force | Force overwriting of existing file. |