| Package | Description |
|---|---|
| org.lsst.ccs.utilities.ccd |
This package contains classes for describing (idealized) CCD geometry.
|
| Modifier and Type | Method and Description |
|---|---|
CCDGeometry.CCDSegment |
CCDTransform.getSegment()
The CCD segment corresponding to the currently selected coordinate.
|
CCDGeometry.CCDSegment |
CCDGeometry.getSegment(int row,
int column)
Get the CCDSegment corresponding to the given row and column
|
| Modifier and Type | Method and Description |
|---|---|
List<CCDGeometry.CCDSegment> |
CCDGeometry.getSegments()
The list of segments in readout order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CCDTransform.setSegmentSerialParallel(CCDGeometry.CCDSegment segment,
int serial,
int parallel)
Set the current segment, and serial and parallel pixel position within
the segment (in segment readout order).
|
Copyright © 2016 LSST. All rights reserved.