pyrtid.inverse.get_sorted_observable_values#

pyrtid.inverse.get_sorted_observable_values(obs: Observable, max_time: Optional[float] = None) ndarray[Any, dtype[float64]][source]#

Get the observation values sorted by ascending corresponding times.

Parameters
  • obs (Observable) – The observable instance.

  • max_time (Optional[float], optional) – Maximum time value to consider, by default None

Returns

Observation values sorted by ascending corresponding times.

Return type

NDArrayFloat