pub fn remove_duplicates<P: TrxScalar>(
trx: &TrxFile<P>,
params: &DuplicateRemovalParams,
) -> Result<TrxFile<P>>Expand description
Remove duplicate streamlines from a TrxFile, returning a new file.
This is a convenience wrapper around retain_representative_indices
followed by subset_streamlines.