
@SkipEncoding @DoNotTrend @DataAttributes(units="unitless") public class ImageReadoutParametersEvent extends Object implements Serializable
| Constructor and Description |
|---|
ImageReadoutParametersEvent(org.lsst.ccs.imagenaming.ImageName imageName,
String annotation,
org.lsst.ccs.utilities.location.LocationSet locations,
int currentOpcode,
String daqFolder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotation() |
String[] |
getCcdType() |
int |
getCurrentOpcode() |
String |
getDaqFolder() |
org.lsst.ccs.imagenaming.ImageName |
getImageName() |
org.lsst.ccs.utilities.location.LocationSet |
getLocations() |
int[] |
getOverCols() |
int[] |
getOverRows() |
int[] |
getPostCols() |
int[] |
getPostRows() |
int[] |
getPreCols() |
int[] |
getPreRows() |
int[] |
getReadCols() |
int[] |
getReadCols2() |
int[] |
getReadRows() |
int[] |
getUnderCols() |
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) |
String |
toString() |
public static String EVENT_KEY
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)
public org.lsst.ccs.imagenaming.ImageName getImageName()
public String[] getCcdType()
public int[] getOverRows()
public int[] getOverCols()
public int[] getReadRows()
public int[] getReadCols()
public int[] getReadCols2()
public int[] getPreCols()
public int[] getPreRows()
public int[] getPostCols()
public int[] getPostRows()
public int[] getUnderCols()
public String getAnnotation()
public org.lsst.ccs.utilities.location.LocationSet getLocations()
public int getCurrentOpcode()
public String getDaqFolder()
Copyright © 2021 LSST. All rights reserved.