-
craftutils.observation.epoch.Time.ptp(axis=
None, out=None, keepdims=False) Peak to peak (maximum - minimum) along a given axis.
This is similar to
ptp(), but adapted to ensure that the full precision given by the two doublesjd1andjd2is used.Note that the
outargument is present only for compatibility with ~numpy.ptp; since Time instances are immutable, it is not possible to have an actualoutto store the result in.