pub fn read_tractogram(
path: &Path,
options: &ConversionOptions,
) -> Result<Tractogram>Expand description
Read a tractogram from any supported format into the neutral in-memory representation.
Dispatches to the format-specific reader based on detect_format.