pub fn read_trk(
path: &Path,
_header_override: Option<Header>,
) -> Result<Tractogram>Expand description
Read a TrackVis .trk file into a Tractogram.
Returns an error if the file contains TrackVis scalars or properties
(use convert_trk_to_trx to preserve those).