| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.common.ui.focalplane.fpmap |
Support for displaying color-coded maps of the focal plane.
|
| Modifier and Type | Field and Description |
|---|---|
static FocalPlaneMapValue |
FocalPlaneMapValue.EMPTY
Empty non-split cell.
|
static FocalPlaneMapValue |
FocalPlaneMapValue.EMPTY_SPLIT
Empty split cell.
|
static FocalPlaneMapValue |
FocalPlaneMapValue.NONE
Indicates that there is no data corresponding to this level of granularity.
|
| Modifier and Type | Method and Description |
|---|---|
default FocalPlaneMapValue |
FocalPlaneMapModel.getValue()
Returns the default value for cells for which the value is not otherwise specified.
|
default FocalPlaneMapValue |
FocalPlaneMapModel.getValue(int raftX,
int raftY)
Returns the value for the specified RAFT cell.
|
default FocalPlaneMapValue |
FocalPlaneMapModel.getValue(int raftX,
int raftY,
int reb)
Returns the value for the specified REB cell.
|
default FocalPlaneMapValue |
FocalPlaneMapModel.getValue(int raftX,
int raftY,
int reb,
int ccdY)
Returns the value for the specified CCD cell.
|
default FocalPlaneMapValue |
FocalPlaneMapModel.getValue(int raftX,
int raftY,
int reb,
int ccdY,
int ampX,
int ampY)
Returns the value for the specified CCD cell.
|
Copyright © 2020 LSST. All rights reserved.