public final class RaftGeometryConstants extends Object
| Modifier and Type | Method and Description |
|---|---|
static RaftGeometryConstants |
createRaftGeometryConstants(CCDType type)
Utility method to create a RaftGeometryConstants object for a given
CCDType.
|
int |
getGap_inx()
Get the inter CCD gap along the parallel direction in pixels.
|
int |
getGap_iny()
Get the inter CCD gap along the serial direction in pixels.
|
double |
getGap_outx()
Get the gap at the edge of the Raft along the parallel direction in pixels.
|
double |
getGap_outy()
Get the gap at the edge of the Raft along the serial direction in pixels.
|
protected int |
getPhysicalAreaParallelSize() |
protected int |
getPhysicalAreaSerialSize() |
int |
getRaftx()
Get the Raft full size in the parallel direction in pixels.
|
int |
getRafty()
Get the Raft full size in the serial direction in pixels.
|
public final int getGap_inx()
public final int getGap_iny()
public final double getGap_outx()
public final double getGap_outy()
public final int getRaftx()
public final int getRafty()
protected final int getPhysicalAreaParallelSize()
protected final int getPhysicalAreaSerialSize()
public static RaftGeometryConstants createRaftGeometryConstants(CCDType type)
type - The CCD type.Copyright © 2023 LSST. All rights reserved.