.. _scil_tractogram_compress: scil_tractogram_compress ======================== :: usage: __main__.py [-h] [-e ERROR_RATE] [-v [{DEBUG,INFO,WARNING,ERROR}]] [-f] in_tractogram out_tractogram Compress tractogram by removing collinear (or almost) points. The compression threshold represents the maximum distance (in mm) to the original position of the point. positional arguments: in_tractogram Path of the input tractogram file (trk or tck). out_tractogram Path of the output tractogram file (trk or tck). options: -h, --help show this help message and exit -e ERROR_RATE Maximum compression distance in mm [0.1]. -v [{DEBUG,INFO,WARNING,ERROR}] Produces verbose output depending on the provided level. Default level is warning, default when using -v is info. -f Force overwriting of the output files. 2.2.2