public interface CCDInterface
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveParallelSize()
The active parallel size of this CCD.
|
int |
getActiveSerialSize()
The active serial size of this CCD.
|
int |
getParallelSegmentCount()
Get the number of segments in the Parallel direction
|
SegmentInterface |
getSegment(int s,
int p)
Get SegmentInterface at position (s,p).
|
List<SegmentInterface> |
getSegments()
The list of segments in readout order.
|
int |
getSerialSegmentCount()
Get the number of segments in the Serial direction
|
int |
getTotalParallelSize()
The total parallel size of this CCD.
|
int |
getTotalSerialSize()
The total serial size of this CCD.
|
CCDType |
getType()
Get the CCDTye for this CCD.
|
int getActiveParallelSize()
int getActiveSerialSize()
int getTotalParallelSize()
int getTotalSerialSize()
int getParallelSegmentCount()
int getSerialSegmentCount()
SegmentInterface getSegment(int s, int p)
s - Position along the serial directionp - Position along the parallel directionList<SegmentInterface> getSegments()
CCDType getType()
Copyright © 2016 LSST. All rights reserved.