s
Station grid or path-parameter samples. Use a real finite vector; station-grid inputs are usually strictly increasing.
[t_final, t_s] = copp.interpolation.s_to_t_topp3(s, profile)
[t_final, t_s] = copp.interpolation.s_to_t_topp3(s, profile, t0=t0)
Converts a third-order profile into arrival times. S must be a real finite vector with length N, matching the \(N \times 1\) PROFILE.a and PROFILE.b vectors. Row or column S input is accepted. PROFILE is usually returned by copp.solver.topp3_lp.solve or copp.solver.topp3_socp.solve.
Starts the cumulative time at T0. T_S is returned as an \(N \times 1\) double column vector.
sStation grid or path-parameter samples. Use a real finite vector; station-grid inputs are usually strictly increasing.
profileThird-order profile object containing a, b, and stationary-node metadata.
t0Initial time offset added to the cumulative arrival-time grid. Default: 0
t_finalFinal traversal time. This is the last element of the cumulative time grid.
t_sCumulative arrival time at each station, returned as an \(N \times 1\) double column vector.