fieldExport =========== exports a field from a tractogram (.vtk only) | **Usage** .. code-block:: bash ./trekker fieldExport [OPTIONS] | **Positionals** - ` TEXT:FILE REQUIRED` Input tractogram - ` TEXT REQUIRED` Output file name (.csv) | **Options** .. raw:: html 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** .. raw:: html 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.