TFF_MANIPULATE_DATATYPE.PY(1) | User Commands | TFF_MANIPULATE_DATATYPE.PY(1) |
tff_manipulate_datatype.py - manipulate TRX file array to change data type
usage: tff_manipulate_datatype.py [-h]
Manipulate a TRX file internal array to change their data type.
Each instance of --dps, --dpv, --groups require 2 arguments (FILE, DTYPE). --dpg requires 3 arguments (GROUP, FILE, DTYPE). The choice of DTYPE are:
Example command: tff_manipulate_datatype.py input.trx output.trx --position float16 --offsets uint64 --dpv color_x uint8 --dpv color_y uint8 --dpv color_z uint8 --dpv fa float16 --dps algo uint8 --dps clusters_QB uint16 --dps commit_colors uint8 --dps commit_weights float16 --group CC uint64 --dpg CC mean_fa float64
January 2024 | tff_manipulate_datatype.py 0.2.9 |