Class ForceTimeSeriesToStack


public class ForceTimeSeriesToStack extends ReadOptionsDelegate
Treats a time-series as if it was a z-stack
  • Constructor Details

    • ForceTimeSeriesToStack

      public ForceTimeSeriesToStack()
  • Method Details

    • sizeT

      public int sizeT(loci.formats.IFormatReader reader)
      Description copied from class: ReadOptions
      Number of time-points (frames in a time series).
      Overrides:
      sizeT in class ReadOptionsDelegate
      Parameters:
      reader - the bioformats reader
      Returns:
      the number of channels
    • sizeZ

      public int sizeZ(loci.formats.IFormatReader reader)
      Description copied from class: ReadOptions
      Number of z-slices (slices in a 3D image).
      Overrides:
      sizeZ in class ReadOptionsDelegate
      Parameters:
      reader - the bioformats reader
      Returns:
      the number of slices
    • isRGB

      public boolean isRGB(loci.formats.IFormatReader reader)
      Description copied from class: ReadOptions
      Is it an image with three channels (red, green and blue)?
      Overrides:
      isRGB in class ReadOptionsDelegate
      Parameters:
      reader - the bioformats reader
      Returns:
      true iff its a RGB image