Class ImageReadoutParametersEvent

java.lang.Object
org.lsst.ccs.subsystem.focalplane.data.ImageReadoutParametersEvent
All Implemented Interfaces:
Serializable

@SkipEncoding @DoNotTrend @DataAttributes(units="unitless") public class ImageReadoutParametersEvent extends Object implements Serializable
An event sent by focal-plane shortly after readout starts, containing meta-data to be forwarded to SAL.
Author:
tonyj
See Also:
  • Field Details

    • EVENT_KEY

      public static String EVENT_KEY
  • Constructor Details

    • ImageReadoutParametersEvent

      public ImageReadoutParametersEvent(org.lsst.ccs.imagenaming.ImageName imageName, String annotation, org.lsst.ccs.utilities.location.LocationSet locations, int currentOpcode, String daqFolder)
  • Method Details

    • setParameters

      public void setParameters(org.lsst.ccs.utilities.location.Location location, org.lsst.ccs.utilities.ccd.CCDType ccdType, int preCols, int underCols, int readCols, int postCols, int readCols2, int overCols, int preRows, int readRows, int postRows, int overRows)
    • getImageName

      public org.lsst.ccs.imagenaming.ImageName getImageName()
    • getCcdType

      public String[] getCcdType()
    • getOverRows

      public int[] getOverRows()
    • getOverCols

      public int[] getOverCols()
    • getReadRows

      public int[] getReadRows()
    • getReadCols

      public int[] getReadCols()
    • getReadCols2

      public int[] getReadCols2()
    • getPreCols

      public int[] getPreCols()
    • getPreRows

      public int[] getPreRows()
    • getPostCols

      public int[] getPostCols()
    • getPostRows

      public int[] getPostRows()
    • getUnderCols

      public int[] getUnderCols()
    • getAnnotation

      public String getAnnotation()
    • getLocations

      public org.lsst.ccs.utilities.location.LocationSet getLocations()
    • getCurrentOpcode

      public int getCurrentOpcode()
    • getDaqFolder

      public String getDaqFolder()
    • toString

      public String toString()
      Overrides:
      toString in class Object