public interface CCDInterface
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveAreaParallelSize()
The CCD dimension, in pixels, of the active area along the parallel direction.
|
int |
getActiveAreaSerialSize()
The CCD dimension, in pixels, of the active area along the serial direction.
|
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
|
int |
getPhysicalAreaParallelSize()
The CCD dimension, in pixels, of the physical area along the parallel direction.
|
int |
getPhysicalAreaSerialSize()
The CCD dimension, in pixels, of the physical area along the serial direction.
|
SegmentInterface |
getSegment(int p,
int s)
Get SegmentInterface at position (p,s).
|
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 p, int s)
p - Position along the parallel directions - Position along the serial directionList<SegmentInterface> getSegments()
CCDType getType()
int getActiveAreaParallelSize()
int getActiveAreaSerialSize()
int getPhysicalAreaParallelSize()
int getPhysicalAreaSerialSize()
Copyright © 2016 LSST. All rights reserved.