| Package | Description |
|---|---|
| org.lsst.ccs.utilities.ccd |
This package contains classes for describing (idealized) CCD geometry.
|
| Modifier and Type | Method and Description |
|---|---|
CornerRaft.CornerRaftPosition |
CornerRaft.getCornerRaftPosition() |
static CornerRaft.CornerRaftPosition |
CornerRaft.CornerRaftPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CornerRaft.CornerRaftPosition[] |
CornerRaft.CornerRaftPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static CornerRaft |
CornerRaft.createCornerRaft(CornerRaft.CornerRaftPosition position)
Utility static method to create a fully Reb/CCD populated CornerRaft for the
provided position.
|
| 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.
|
Copyright © 2021 LSST. All rights reserved.