public class CCD extends Geometry<Segment> implements CCDInterface
parallelChildrenCount, parallelPosition, serialChildrenCount, serialPosition| Modifier and Type | Method and Description |
|---|---|
protected void |
addGeometryToGrid(Segment segment,
int s,
int p)
Add a Segment to this CCD at a given serial and parallel position.
|
static CCD |
createCCD(String label,
CCDType ccdType) |
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.
|
addChildGeometry, addGeometry, convertToExpandedView, findGeometry, getAbsolutePoint, getChild, getChildrenList, getChildrenWithAbsoluteCoordinates, getDimension, getGeometryAbsolutePosition, getGeometryPoint, getHeight, getName, getNumberOfChildren, getParallelChildrenCount, getParallelPosition, getParent, getSerialChildrenCount, getSerialPosition, getUniqueId, getWidth, hasChildren, hasParent, setDimension, setExpandedView, setParentprotected void addGeometryToGrid(Segment segment, int s, int p)
addGeometryToGrid in class Geometry<Segment>segment - The Segment to add to the CCD.s - The Segment serial position.p - The Segment parallel position.public int getTotalSerialSize()
CCDInterfacegetTotalSerialSize in interface CCDInterfacepublic int getActiveSerialSize()
CCDInterfacegetActiveSerialSize in interface CCDInterfacepublic int getTotalParallelSize()
CCDInterfacegetTotalParallelSize in interface CCDInterfacepublic int getActiveParallelSize()
CCDInterfacegetActiveParallelSize in interface CCDInterfacepublic SegmentInterface getSegment(int s, int p)
CCDInterfacegetSegment in interface CCDInterfaces - Position along the serial directionp - Position along the parallel directionpublic CCDType getType()
CCDInterfacegetType in interface CCDInterfacepublic List<SegmentInterface> getSegments()
CCDInterfacegetSegments in interface CCDInterfacepublic int getParallelSegmentCount()
CCDInterfacegetParallelSegmentCount in interface CCDInterfacepublic int getSerialSegmentCount()
CCDInterfacegetSerialSegmentCount in interface CCDInterfaceCopyright © 2016 LSST. All rights reserved.