Skip to contents

This function filters a trajectory model by selecting specific intervals based on their indices.

Usage

filter_traj_model_intervals(traj_model, idxs)

Arguments

traj_model

The trajectory model object to filter.

idxs

The indices of the intervals to select.

Value

The filtered trajectory model object.