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