Uses of Class
fr.igred.omero.meta.PlaneInfoWrapper
Packages that use PlaneInfoWrapper
Package
Description
This package contains wrapper classes for users, groups and planes information.
This package contains classes related to the hierarchical organization for images.
-
Uses of PlaneInfoWrapper in fr.igred.omero.meta
Method parameters in fr.igred.omero.meta with type arguments of type PlaneInfoWrapperModifier and TypeMethodDescriptionstatic Time
PlaneInfoWrapper.computeMeanExposureTime
(Iterable<? extends PlaneInfoWrapper> planesInfo, int channel) Computes the mean exposure time for a given channel in a PlaneInfoWrapper collection.static Time
PlaneInfoWrapper.computeMeanTimeInterval
(Collection<? extends PlaneInfoWrapper> planesInfo, int sizeT) Computes the mean time interval from the deltaT in a PlaneInfoWrapper collection.static Length
PlaneInfoWrapper.getMinPosition
(Collection<? extends PlaneInfoWrapper> planesInfo, Function<? super PlaneInfoWrapper, ? extends Length> getter, ome.units.unit.Unit<ome.units.quantity.Length> unit) Retrieves the min value for the specified getter in a PlaneInfoWrapper collection.static Length
PlaneInfoWrapper.getMinPosition
(Collection<? extends PlaneInfoWrapper> planesInfo, Function<? super PlaneInfoWrapper, ? extends Length> getter, ome.units.unit.Unit<ome.units.quantity.Length> unit) Retrieves the min value for the specified getter in a PlaneInfoWrapper collection. -
Uses of PlaneInfoWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository that return types with arguments of type PlaneInfoWrapperModifier and TypeMethodDescriptionPixelsWrapper.getPlanesInfo()
Retrieves the planes information (which need to beloaded
first).