Summary
- Added ability to get a flattened trajectory (list of trajectory points) from a
TrajBuilder
via theget_flattened_trajectory()
method - Added ability to get a list of relevant times in the trajectory from a
TrajBuilder
via theget_absolute_times()
method - Fixed docstrings.