| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.focalplane.ui.fpmap |
Support for displaying color-coded maps of the focal plane.
|
| Modifier and Type | Method and Description |
|---|---|
static CCDType |
FocalPlane.getRaftTypeForCcd(int ccdID)
Returns RAFT type for the given CCD ID.
|
static CCDType |
FocalPlane.getType(int raftX,
int raftY)
Returns RAFT type for the specified RAFT.
|
static CCDType |
FocalPlane.getType(int raftX,
int raftY,
int ccdX,
int ccdY)
Returns CCD type for the specified CCD.
|
static CCDType |
CCDType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCDType[] |
CCDType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 LSST. All rights reserved.