| 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 | Class and Description |
|---|---|
class |
CCDGeometry.CCDSegment
Class representing a single segment (amplifier) within a CCD.
|
class |
Segment
An class to represent a CCD Segment.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentInterface |
CCDTransform.getSegment()
The CCD segment corresponding to the currently selected coordinate.
|
SegmentInterface |
CCDTransform.ActiveTransform.getSegment() |
SegmentInterface |
CCDTransform.GlobalTransform.getSegment() |
SegmentInterface |
CCD.getSegment(int s,
int p) |
SegmentInterface |
CCDGeometry.getSegment(int row,
int column)
Get the CCDSegment corresponding to the given row and column
|
SegmentInterface |
CCDInterface.getSegment(int s,
int p)
Get SegmentInterface at position (s,p).
|
| Modifier and Type | Method and Description |
|---|---|
List<SegmentInterface> |
CCD.getSegments() |
List<SegmentInterface> |
CCDGeometry.getSegments() |
List<SegmentInterface> |
CCDInterface.getSegments()
The list of segments in readout order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CCDTransform.setSegmentSerialParallel(SegmentInterface 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(SegmentInterface segment,
int serial,
int parallel) |
void |
CCDTransform.GlobalTransform.setSegmentSerialParallel(SegmentInterface segment,
int serial,
int parallel) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
FitsHeaderUtilities.getSegmentHeaders(SegmentInterface seg)
Create fits headers for this segment.
|
static Map<String,Object> |
FitsHeaderUtilities.getSegmentHeaders(SegmentInterface segment,
boolean treatOverAndUnderscanAsActive)
Create fits headers for a Segment.
|
Copyright © 2016 LSST. All rights reserved.