public class CornerRaft extends Raft
| Modifier and Type | Class and Description |
|---|---|
static class |
CornerRaft.CornerRaftPosition |
| Constructor and Description |
|---|
CornerRaft(CCDType type,
CornerRaft.CornerRaftPosition position)
Create a Raft object for a given type of CCD.The resulting Raft is empty, having no Rebs installed.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCCDtoReb(CCD child,
int p,
int s) |
static CornerRaft |
createAuxtelRaft() |
static CornerRaft |
createCornerRaft(CornerRaft.CornerRaftPosition position)
Utility static method to create a fully Reb/CCD populated CornerRaft for the
provided position.
|
CornerRaft.CornerRaftPosition |
getCornerRaftPosition() |
static int |
getCrdim() |
static int |
getOverhang() |
static int |
getXoff1() |
static int |
getXoff2() |
static int |
getYoff1() |
static int |
getYoff2() |
protected void |
populateRebList() |
addGeometryToGrid, createRaft, createRaft, getRaftGeometryConstants, getRebs, getType, setCCDTypeaddChildGeometry, addGeometry, findGeometry, findParentOfType, getAbsolutePoint, getChild, getChildrenList, getChildrenWithAbsoluteCoordinates, getDimension, getGeometryAbsolutePosition, getGeometryPoint, getHeight, getName, getNumberOfChildren, getParallelChildrenCount, getParallelPosition, getParent, getSerialChildrenCount, getSerialPosition, getUniqueId, getWidth, hasChildren, hasParent, replaceExistingGeometry, setParallelPosition, setParent, setSerialPositionpublic CornerRaft(CCDType type, CornerRaft.CornerRaftPosition position)
type - The type of CCD in this Raft.position - protected void populateRebList()
populateRebList in class Raftprotected void addCCDtoReb(CCD child, int p, int s)
addCCDtoReb in class Raftpublic CornerRaft.CornerRaftPosition getCornerRaftPosition()
public static CornerRaft createCornerRaft(CornerRaft.CornerRaftPosition position)
position - The position of the CornerRaft.public static CornerRaft createAuxtelRaft()
public static int getXoff1()
public static int getXoff2()
public static int getYoff1()
public static int getYoff2()
public static int getOverhang()
public static int getCrdim()
Copyright © 2021 LSST. All rights reserved.