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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImageReadoutParametersEvent(org.lsst.ccs.imagenaming.ImageName imageName, String annotation, org.lsst.ccs.utilities.location.LocationSet locations, int currentOpcode, String daqFolder) -
Method Summary
Modifier and TypeMethodDescriptionString[]intorg.lsst.ccs.imagenaming.ImageNameorg.lsst.ccs.utilities.location.LocationSetint[]int[]int[]int[]int[]int[]int[]int[]int[]int[]voidsetParameters(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) toString()
-
Field Details
-
EVENT_KEY
-
-
Constructor Details
-
ImageReadoutParametersEvent
-
-
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
-
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
-
getLocations
public org.lsst.ccs.utilities.location.LocationSet getLocations() -
getCurrentOpcode
public int getCurrentOpcode() -
getDaqFolder
-
toString
-