public enum CCDType extends Enum<CCDType>
| Enum Constant and Description |
|---|
E2V |
ITL |
TEST_SMALL_E2V |
TEST_SMALL_ITL |
| Modifier and Type | Method and Description |
|---|---|
CCDGeometry |
getGeometry()
Get the geometry for this CCD.
|
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.
|
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 final CCDType E2V
public static final CCDType ITL
public static final CCDType TEST_SMALL_E2V
public static final CCDType TEST_SMALL_ITL
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 getSegmentTotalSerialSize()
public int getSegmentSerialActiveSize()
public int getSegmentSerialPrescanSize()
public int getSegmentSerialOverscanSize()
public int getSegmentTotalParallelSize()
public int getSegmentParallelActiveSize()
public int getSegmentParallelOverscanSize()
public CCDGeometry getGeometry()
Copyright © 2016 LSST. All rights reserved.