fieldImport =========== adds a new field with values read from a file (.vtk only) | **Usage** .. code-block:: bash ./trekker fieldImport [OPTIONS] | **Positionals** - ` TEXT:FILE REQUIRED` Input tractogram - ` TEXT:FILE REQUIRED` Input field data - ` TEXT REQUIRED` Can be either "POINT" or "STREAMLINE" - ` TEXT REQUIRED` Can be either "float" or "int" - ` INT REQUIRED` Dimension of the field data - ` TEXT REQUIRED` Field name to write in the surface | **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.