java.lang.Object
loci.formats.in.LeicaMicrosystemsMetadata.Channel

public class Channel extends Object
This class represents image channels extracted from LMS image xmls.
Author:
Constanze Wendlandt constanze.wendlandt at leica-microsystems.com
  • Field Details

    • channelTag

      public int channelTag
    • resolution

      public int resolution
    • min

      public double min
    • max

      public double max
    • unit

      public String unit
    • lutName

      public String lutName
    • bytesInc

      public long bytesInc
    • isLutInverted

      public boolean isLutInverted
    • bitInc

      public long bitInc
    • dataType

      public int dataType
    • nameOfMeasuredQuantity

      public String nameOfMeasuredQuantity
    • channelType

      public Channel.ChannelType channelType
  • Constructor Details

    • Channel

      public Channel(int channelTag, int resolution, double min, double max, String unit, String lutName, long bytesInc)
  • Method Details

    • setChannelType

      private void setChannelType()