| Package | Description |
|---|---|
| org.lsst.ccs.utilities.ccd |
This package contains classes for describing (idealized) CCD geometry.
|
| Modifier and Type | Method and Description |
|---|---|
Segment |
CCD.getSegmentByName(String name)
Get a Segment by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Segment> |
CCD.getSegments()
Get the ordered list for all the Segments in this CCD.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WavefrontCCD.addChildGeometry(Segment child,
int p,
int s) |
protected void |
CCD.addGeometryToGrid(Segment segment,
int p,
int s)
Add a Segment to this CCD at a given serial and parallel position.
|
Copyright © 2021 LSST. All rights reserved.