| Package | Description |
|---|---|
| org.lsst.ccs.utilities.ccd |
This package contains classes for describing (idealized) CCD geometry.
|
| Modifier and Type | Method and Description |
|---|---|
CCDGeometry |
CCDGeometry.CCDSegment.getCCDGeometry()
Get the CCD geometry of which the segment is a part
|
CCDGeometry |
CCDType.getGeometry()
Get the geometry for this CCD.
|
CCDGeometry |
CCDGeometry.withOverscan(int serialOverscan)
Returns a modified geometry with the serial overscan changed to the given value.
|
CCDGeometry |
CCDGeometry.withROIGeometry(int rows,
int cols,
int overRows,
int overCols)
Returns a modified geometry with the specified ROI.
|
Copyright © 2016 LSST. All rights reserved.