Deprecate variable Trajectory()._t
and store the time with the spatial components
#120
Labels
Trajectory()._t
and store the time with the spatial components
#120
When we started coding TrajPy we only thought about processing spatial trajectories like$\vec{r}(t)$ with $\vec{r} = (x,y,z)$ . However, we are also interested on providing a tool that can be applied to abstract trajectory spaces, such as blood pressure (BP) over time, where the temporal component should be processed as part of the trajectory.
Therefore, the early implementation for initialising
Trajectory()
where time is stored in the variableTrajectory()._t
is not a good design approach for user experience. We need to deprecate this variable and store all components of the trajectory inTrajectory()._r
Considerations for the back-end:
The text was updated successfully, but these errors were encountered: