TFF_VALIDATE_TRX.PY(1) | User Commands | TFF_VALIDATE_TRX.PY(1) |
tff_validate_trx.py - validate a TRX file
usage: tff_validate_trx.py [-h] [--out_tractogram OUT_TRACTOGRAM]
Validate TRX file.
Removes streamlines that are out of the volume bounding box. In voxel space, no negative coordinate and no above volume dimension coordinate are possible. Any streamline that do not respect these two conditions are removed.
Also removes streamlines with single or no point. The --remove_identical_streamlines option will remove identical streamlines. 'identical' is defined as having the same number of points and the same points coordinates (to a specified precision, using a hash table).
January 2024 | tff_validate_trx.py 0.2.9 |