-
craftutils.observation.epoch.Time.sort(axis=
- 1) Return a copy sorted along the specified axis.
This is similar to
sort(), but internally uses indexing withlexsort()to ensure that the full precision given by the two doublesjd1andjd2is 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.