public final class CCDGeometryConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
parallelSegments |
static int |
SEGMENTS_ALONG_PARALLEL |
static int |
SEGMENTS_ALONG_SERIAL |
int |
serialSegments |
| Constructor and Description |
|---|
CCDGeometryConstants(SegmentGeometryConstants segmentGeometryConstants,
double parallelEdge,
double serialEdge)
Build a CCDGemetryConstants object describing a CCD geometry constants.
|
CCDGeometryConstants(SegmentGeometryConstants segmentGeometryConstants,
double parallelEdge,
double serialEdge,
int parallelSegments,
int serialSegments) |
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveAreaParallelSize()
The CCD dimension, in pixels, of the active area along the parallel direction.
|
int |
getActiveAreaSerialSize()
The CCD dimension, in pixels, of the active area along the serial direction.
|
int |
getPhysicalAreaParallelSize()
The CCD dimension, in pixels, of the physical area along the parallel direction.
|
int |
getPhysicalAreaSerialSize()
The CCD dimension, in pixels, of the physical area along the serial direction.
|
int |
getSegmentParallelActiveSize()
Get the Segment parallel active size in pixels.
|
int |
getSegmentSerialActiveSize()
Get the Segment serial active size in pixels.
|
int |
getSegmentSerialPrescanSize()
Get the Segment serial prescan size in pixels.
|
public static final int SEGMENTS_ALONG_SERIAL
public static final int SEGMENTS_ALONG_PARALLEL
public final int parallelSegments
public final int serialSegments
public CCDGeometryConstants(SegmentGeometryConstants segmentGeometryConstants, double parallelEdge, double serialEdge)
segmentGeometryConstants - The SegmentGeometryConstants object
describing each Segment geometry constants.parallelEdge - The CCD edge along each parallel side in pixelsserialEdge - The CCD edge along each serial side in pixelspublic CCDGeometryConstants(SegmentGeometryConstants segmentGeometryConstants, double parallelEdge, double serialEdge, int parallelSegments, int serialSegments)
public int getSegmentParallelActiveSize()
public int getSegmentSerialActiveSize()
public int getSegmentSerialPrescanSize()
public int getActiveAreaParallelSize()
public int getActiveAreaSerialSize()
public int getPhysicalAreaParallelSize()
public int getPhysicalAreaSerialSize()
Copyright © 2023 LSST. All rights reserved.