pyrtid.inverse.get_sorted_observable_uncertainties#
- pyrtid.inverse.get_sorted_observable_uncertainties(obs: Observable, max_time: Optional[float] = None) ndarray[Any, dtype[float64]][source]#
Get the observation uncertainties 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 uncertainties sorted by ascending corresponding times.
- Return type
NDArrayFloat