public final class CCDGeometryConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SEGMENTS_ALONG_PARALLEL |
static int |
SEGMENTS_ALONG_SERIAL |
| Constructor and Description |
|---|
CCDGeometryConstants(SegmentGeometryConstants segmentGeometryConstants,
double parallelEdge,
double serialEdge)
Build a CCDGemetryConstants object describing a CCD geometry constants.
|
| 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.
|
public static final int SEGMENTS_ALONG_SERIAL
public static final int SEGMENTS_ALONG_PARALLEL
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 int getSegmentParallelActiveSize()
public int getSegmentSerialActiveSize()
public int getActiveAreaParallelSize()
public int getActiveAreaSerialSize()
public int getPhysicalAreaParallelSize()
public int getPhysicalAreaSerialSize()
Copyright © 2016 LSST. All rights reserved.