Uses of Class
fr.igred.omero.meta.PlaneInfoWrapper
-
Packages that use PlaneInfoWrapper Package Description fr.igred.omero.meta This package contains wrapper classes for users, groups and planes information.fr.igred.omero.repository 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 PlaneInfoWrapper Modifier and Type Method Description static 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 PlaneInfoWrapper Modifier and Type Method Description List<PlaneInfoWrapper>
PixelsWrapper. getPlanesInfo()
Retrieves the planes information (which need to beloaded
first).
-