craftutils.observation.epoch.Time.sort(axis=- 1)

Return a copy sorted along the specified axis.

This is similar to sort(), but internally uses indexing with lexsort() to ensure that the full precision given by the two doubles jd1 and jd2 is kept, and that corresponding attributes are properly sorted and copied as well.

Parameters

axisint or None

Axis to be sorted. If None, the flattened array is sorted. By default, sort over the last axis.