Interface PlaneInfo

    • Method Detail

      • computeMeanTimeInterval

        static Time computeMeanTimeInterval​(java.util.Collection<? extends PlaneInfo> planesInfo,
                                            int sizeT)
        Computes the mean time interval from the deltaT in a PlaneInfo collection.
        Parameters:
        planesInfo - A collection of PlaneInfoWrappers.
        sizeT - The number of time points for these planes.
        Returns:
        See above.
      • computeMeanExposureTime

        static Time computeMeanExposureTime​(java.lang.Iterable<? extends PlaneInfo> planesInfo,
                                            int channel)
        Computes the mean exposure time for a given channel in a PlaneInfo collection.
        Parameters:
        planesInfo - A collection of PlaneInfoWrappers.
        channel - The channel index.
        Returns:
        See above.
      • getMinPosition

        static Length getMinPosition​(java.util.Collection<? extends PlaneInfo> planesInfo,
                                     java.util.function.Function<? super PlaneInfo,​? extends Length> getter,
                                     ome.units.unit.Unit<ome.units.quantity.Length> unit)
        Retrieves the min value for the specified getter in a PlaneInfo collection.
        Parameters:
        planesInfo - A collection of PlaneInfoWrappers.
        getter - The getter function to use.
        unit - The unit to set the results in.
        Returns:
        See above.
      • getDeltaT

        Time getDeltaT()
        Retrieves the plane deltaT.
        Returns:
        See above.
      • getExposureTime

        Time getExposureTime()
        Retrieves the exposure time.
        Returns:
        See above.
      • getPositionX

        Length getPositionX()
        Retrieves the X stage position.
        Returns:
        See above.
      • getPositionY

        Length getPositionY()
        Retrieves the Y stage position.
        Returns:
        See above.
      • getPositionZ

        Length getPositionZ()
        Retrieves the Z stage position.
        Returns:
        See above.
      • getTheC

        int getTheC()
        Retrieves the plane channel index.
        Returns:
        See above.
      • getTheT

        int getTheT()
        Retrieves the plane time index.
        Returns:
        See above.
      • getTheZ

        int getTheZ()
        Retrieves the plane slice index.
        Returns:
        See above.