public class Reb extends Geometry<CCD> implements RawImageDataProvider
RawImageDataProvider.InnerRawImageDataListenerLISTENERS| Modifier and Type | Method and Description |
|---|---|
protected void |
addGeometryToGrid(CCD child,
int p,
int s)
This method must be implemented by all classes extending Geometry.
|
static Reb |
createReb(CCDType type)
Utility method to create a fully populated Reb for a given CCD type.
|
static Reb |
createReb(CCDType type,
BitSet ccdBitSet)
Utility method to create a Reb populated with the specified CCDs for
the given type.
|
String |
getName()
Get the Geometry name
|
protected RaftGeometryConstants |
getRaftGeometryConstants() |
RawImageData |
getRawImageData(ReadOutParameters readOutParameters)
Get the RawImageData for this object.
|
protected void |
setParallelPosition(int parallelPosition) |
addChildGeometry, addGeometry, findGeometry, findParentOfType, getAbsolutePoint, getChild, getChildrenList, getChildrenWithAbsoluteCoordinates, getGeometryAbsolutePosition, getGeometryPoint, getHeight, getNumberOfChildren, getParallelChildrenCount, getParallelPosition, getParent, getSerialChildrenCount, getSerialPosition, getUniqueId, getWidth, hasChildren, hasParent, setParent, setSerialPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRawImageDataListener, notifyRawImageDataListeners, removeRawImageDataListenerprotected void addGeometryToGrid(CCD child, int p, int s)
GeometryaddGeometryToGrid in class Geometry<CCD>child - The child to be added.p - The parallel positions - The serial position.protected void setParallelPosition(int parallelPosition)
setParallelPosition in class Geometry<CCD>public static Reb createReb(CCDType type, BitSet ccdBitSet)
type - The type of CCDccdBitSet - BitSet representing which CCDs are populating this Rebpublic static Reb createReb(CCDType type)
type - The type of CCDprotected RaftGeometryConstants getRaftGeometryConstants()
public RawImageData getRawImageData(ReadOutParameters readOutParameters)
RawImageDataProvidergetRawImageData in interface RawImageDataProviderreadOutParameters - The ReadOutParameters for the acquisition.Copyright © 2016 LSST. All rights reserved.