pub fn convert(
input: &Path,
output: &Path,
options: &ConversionOptions,
) -> Result<()>Expand description
Convert between tractogram file formats in one step.
Reads from input, writes to output, applying the given ConversionOptions.