| Package | Description |
|---|---|
| org.lsst.ccs.utilities.ccd |
This package contains classes for describing (idealized) CCD geometry.
|
| org.lsst.ccs.utilities.image |
This package contains utility routines for writing fits images in a format
consistent with that documented in LCA-10140.
|
| Modifier and Type | Method and Description |
|---|---|
Segment |
CCDTransform.getSegment()
The CCD segment corresponding to the currently selected coordinate.
|
Segment |
CCDTransform.ActiveTransform.getSegment() |
Segment |
CCDTransform.GlobalTransform.getSegment() |
| 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 |
|---|---|
protected void |
CCD.addGeometryToGrid(Segment segment,
int p,
int s)
Add a Segment to this CCD at a given serial and parallel position.
|
void |
CCDTransform.setSegmentSerialParallel(Segment segment,
int serial,
int parallel)
Set the current segment, and serial and parallel pixel position within
the segment (in segment readout order).
|
void |
CCDTransform.ActiveTransform.setSegmentSerialParallel(Segment segment,
int serial,
int parallel) |
void |
CCDTransform.GlobalTransform.setSegmentSerialParallel(Segment segment,
int serial,
int parallel) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
FitsHeaderUtilities.getSegmentHeaders(Segment segment,
ReadOutParameters readOutParameters)
Create fits headers for a Segment given the provided ReadOutParameters.
|
Copyright © 2017 LSST. All rights reserved.