public abstract class ReadOutParameters extends Object
ReadOutParametersBuilder| Modifier and Type | Method and Description |
|---|---|
CCDType |
getCCDType() |
abstract int |
getParallelReadPixels()
Utility method to get the the number of pixels read in the parallel
direction.
|
abstract int |
getSerialPrescan()
Get the serial prescan size.
|
abstract int |
getSerialReadPixels()
Utility method to get the the number of pixels read in the serial
direction.
|
abstract int |
getTotalParallelSize()
Get the total parallel size in pixels.
|
abstract int |
getTotalSerialSize()
Get the total parallel size in pixels.
|
int |
getValue(String parameterName) |
String |
toString() |
public CCDType getCCDType()
public final int getValue(String parameterName)
public abstract int getSerialReadPixels()
public abstract int getParallelReadPixels()
public abstract int getTotalParallelSize()
public abstract int getTotalSerialSize()
public abstract int getSerialPrescan()
Copyright © 2021 LSST. All rights reserved.