public enum CCDType extends Enum<CCDType>
| 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 |
getCCDax() |
int |
getCCDay() |
int |
getCCDpx() |
int |
getCCDpy() |
int |
getDimh() |
int |
getDimv() |
int |
getGap_inx() |
int |
getGap_iny() |
double |
getGap_outx() |
double |
getGap_outy() |
CCDGeometry |
getGeometry()
Get the geometry for this CCD.
|
int |
getOverh() |
int |
getOverv() |
double |
getParallelEdge() |
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 |
getPreh() |
int |
getRaftx() |
int |
getRafty() |
int |
getSegmentParallelActiveSize()
Get the Segment parallel active size.
|
int |
getSegmentParallelOverscanSize()
Get the Segment parallel overscan size.
|
int |
getSegmentSerialActiveSize()
Get the Segment serial active size.
|
int |
getSegmentSerialOverscanSize()
Get the Segment serial overscan size.
|
int |
getSegmentSerialPrescanSize()
Get the Segment serial prescan size.
|
int |
getSegmentTotalParallelSize()
Get the Segment total parallel size: overscan and active size.
|
int |
getSegmentTotalSerialSize()
Get the Segment total serial size: prescan, overscan and active size.
|
double |
getSerialEdge() |
static CCDType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCDType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static CCDType[] values()
for (CCDType c : CCDType.values()) System.out.println(c);
public static CCDType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getSegmentParallelActiveSize()
public int getDimv()
public int getSegmentSerialActiveSize()
public int getDimh()
public int getActiveAreaParallelSize()
public int getCCDax()
public int getActiveAreaSerialSize()
public int getCCDay()
public int getPhysicalAreaParallelSize()
public int getCCDpx()
public int getPhysicalAreaSerialSize()
public int getCCDpy()
public double getParallelEdge()
public double getSerialEdge()
public int getGap_inx()
public int getGap_iny()
public double getGap_outx()
public double getGap_outy()
public int getRaftx()
public int getRafty()
public int getSegmentTotalSerialSize()
public int getSegmentSerialPrescanSize()
public int getPreh()
public int getSegmentSerialOverscanSize()
public int getOverh()
public int getSegmentTotalParallelSize()
public int getSegmentParallelOverscanSize()
public int getOverv()
public CCDGeometry getGeometry()
Copyright © 2016 LSST. All rights reserved.