public class ImageReadoutParametersEvent extends CameraEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageReadoutParametersEvent.Builder |
static class |
ImageReadoutParametersEvent.CcdType |
| Constructor and Description |
|---|
ImageReadoutParametersEvent(int priority,
String imageName,
String ccdLocation,
String raftBay,
String ccdSlot,
ImageReadoutParametersEvent.CcdType[] ccdType,
int[] overRows,
int[] overCols,
int[] readRows,
int[] readCols,
int[] readCols2,
int[] preCols,
int[] preRows,
int[] postCols,
int[] underCols,
String daqFolder,
String daqAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
static ImageReadoutParametersEvent.Builder |
builder() |
String |
getCcdLocation() |
String |
getCcdSlot() |
ImageReadoutParametersEvent.CcdType[] |
getCcdType() |
String |
getDaqAnnotation() |
String |
getDaqFolder() |
String |
getImageName() |
int[] |
getOverCols() |
int[] |
getOverRows() |
int[] |
getPostCols() |
int[] |
getPreCols() |
int[] |
getPreRows() |
String |
getRaftBay() |
int[] |
getReadCols() |
int[] |
getReadCols2() |
int[] |
getReadRows() |
int[] |
getUnderCols() |
String |
toString() |
getPrioritypublic ImageReadoutParametersEvent(int priority,
String imageName,
String ccdLocation,
String raftBay,
String ccdSlot,
ImageReadoutParametersEvent.CcdType[] ccdType,
int[] overRows,
int[] overCols,
int[] readRows,
int[] readCols,
int[] readCols2,
int[] preCols,
int[] preRows,
int[] postCols,
int[] underCols,
String daqFolder,
String daqAnnotation)
public String getImageName()
public String getCcdLocation()
public String getRaftBay()
public String getCcdSlot()
public ImageReadoutParametersEvent.CcdType[] 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[] getUnderCols()
public String getDaqFolder()
public String getDaqAnnotation()
public static ImageReadoutParametersEvent.Builder builder()
Copyright © 2020. All rights reserved.