pyrtid.inverse.get_observables_values_as_1d_vector#
- pyrtid.inverse.get_observables_values_as_1d_vector(observables: Union[Observable, Sequence[Observable]], max_obs_time: Optional[float] = None) ndarray[Any, dtype[float64]][source]#
Return the values of all given observables as a 1D vector.
Note
The observation values are sorted first by Observable instance (observation location) and by ascending time at a second level.
- Parameters
observables – Sequence of observable instances.
max_obs_time (Optional[float], optional) – Maximum time for which to consider an observation value, by default None.