| Package | Description |
|---|---|
| org.lsst.ccs.utilities.ccd |
This package contains classes for describing (idealized) CCD geometry.
|
| Modifier and Type | Method and Description |
|---|---|
GuiderCCD.GuiderType |
GuiderCCD.getGuiderType() |
static GuiderCCD.GuiderType |
GuiderCCD.GuiderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuiderCCD.GuiderType[] |
GuiderCCD.GuiderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static GuiderCCD |
GuiderCCD.createGuiderCCD(CCDType ccdType,
GuiderCCD.GuiderType guiderType)
Utility method to create a GuiderCCD for a given CCDType filled with Segments.
|
Copyright © 2023 LSST. All rights reserved.