| Package | Description |
|---|---|
| org.lsst.ccs.utilities.ccd |
This package contains classes for describing (idealized) CCD geometry.
|
| Modifier and Type | Method and Description |
|---|---|
CCDType |
CCD.getType() |
CCDType |
CCDGeometry.getType() |
CCDType |
CCDInterface.getType()
Get the CCDTye for this CCD.
|
static CCDType |
CCDType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCDType[] |
CCDType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static CCD |
CCD.createCCD(String label,
CCDType ccdType) |
static Segment |
Segment.createCCDSegment(CCDType ccdType,
String label,
int serialPosition,
int parallelPosition,
int channel)
Utility function to create CCDSegments by type.
|
static Raft |
Raft.createRaft(String label,
CCDType type) |
static Reb |
Reb.createReb(String label,
int row,
CCDType type) |
| Constructor and Description |
|---|
CCD(String label,
CCDType ccdType) |
CCDGeometry(int segmentRowCount,
int segmentColumnCount,
int serialActive,
int parallelActive,
int serialPrescan,
int serialOverscan,
int parallelOverscan,
CCDType type)
Create a CCDGeomtry object.
|
Copyright © 2016 LSST. All rights reserved.