public class ImageReadoutParametersEvent extends CameraEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageReadoutParametersEvent.CCDType |
| Constructor and Description |
|---|
ImageReadoutParametersEvent(int priority,
String imageName,
String ccdNames,
ImageReadoutParametersEvent.CCDType[] ccdType,
int[] overRows,
int[] overCols,
int[] readRows,
int[] readCols,
int[] readCols2,
int[] preCols,
int[] preRows,
int[] postCols) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCcdNames() |
ImageReadoutParametersEvent.CCDType[] |
getCcdType() |
String |
getImageName() |
int[] |
getOverCols() |
int[] |
getOverRows() |
int[] |
getPostCols() |
int[] |
getPreCols() |
int[] |
getPreRows() |
int[] |
getReadCols() |
int[] |
getReadCols2() |
int[] |
getReadRows() |
String |
toString() |
getPrioritypublic ImageReadoutParametersEvent(int priority,
String imageName,
String ccdNames,
ImageReadoutParametersEvent.CCDType[] ccdType,
int[] overRows,
int[] overCols,
int[] readRows,
int[] readCols,
int[] readCols2,
int[] preCols,
int[] preRows,
int[] postCols)
public String getImageName()
public String getCcdNames()
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()
Copyright © 2018. All rights reserved.