-
craftutils.observation.epoch.Time.min(axis=
None, out=None, keepdims=False) Minimum along a given axis.
This is similar to
min(), but adapted to ensure that the full precision given by the two doublesjd1andjd2is used, and that corresponding attributes are copied.Note that the
outargument is present only for compatibility withnp.min; since Time instances are immutable, it is not possible to have an actualoutto store the result in.