public class Raft extends Geometry<Reb>
| Constructor and Description |
|---|
Raft(CCDType type)
Create a Raft object for a given type of CCD.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addGeometryToGrid(Reb child,
int p,
int s)
This method must be implemented by all classes extending Geometry.
|
void |
addReb(Reb reb,
int rebId)
Dedicated method to add a reb to this Raft.
|
static Raft |
createRaft(CCDType type)
Utility static method to create a fully Reb/CCD populated Raft for the
provided CCD type.
|
RaftGeometryConstants |
getRaftGeometryConstants()
Get the RaftGeometryConstants object for this Raft.
|
addChildGeometry, addGeometry, findGeometry, findParentOfType, getAbsolutePoint, getChild, getChildrenList, getChildrenWithAbsoluteCoordinates, getGeometryAbsolutePosition, getGeometryPoint, getHeight, getName, getNumberOfChildren, getParallelChildrenCount, getParallelPosition, getParent, getSerialChildrenCount, getSerialPosition, getUniqueId, getWidth, hasChildren, hasParent, setParallelPosition, setParent, setSerialPositionpublic Raft(CCDType type)
type - The type of CCD in this Raft.protected void addGeometryToGrid(Reb child, int p, int s)
GeometryaddGeometryToGrid in class Geometry<Reb>child - The child to be added.p - The parallel positions - The serial position.public RaftGeometryConstants getRaftGeometryConstants()
public void addReb(Reb reb, int rebId)
reb - The Reb to add.rebId - The id of the reb, form 0 to 2.Copyright © 2016 LSST. All rights reserved.