.. _scil_tractogram_resample_nb_points: scil_tractogram_resample_nb_points ================================== :: usage: __main__.py [-h] (--nb_pts_per_streamline NB_PTS_PER_STREAMLINE | --step_size STEP_SIZE) [--reference REFERENCE] [-v [{DEBUG,INFO,WARNING,ERROR}]] [-f] in_tractogram out_tractogram Script to resample a set of streamlines to either a new number of points per streamline or to a fixed step size. WARNING: data_per_point is not carried. positional arguments: in_tractogram Streamlines input file name. out_tractogram Streamlines output file name. options: -h, --help show this help message and exit --nb_pts_per_streamline NB_PTS_PER_STREAMLINE Number of points per streamline in the output. --step_size STEP_SIZE Step size in the output (in mm). --reference REFERENCE Reference anatomy for tck/vtk/fib/dpy file support (.nii or .nii.gz). -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