| Package | Description |
|---|---|
| org.lsst.ccs.utilities.ccd |
This package contains classes for describing (idealized) CCD geometry.
|
| org.lsst.ccs.utilities.readout |
| Modifier and Type | Class and Description |
|---|---|
class |
E2VCCDType
An E2V CCD type.
|
class |
ITLCCDType
An ITL CCD type.
|
class |
WFCCDType
A Wavefront CCD type.
|
| Modifier and Type | Method and Description |
|---|---|
CCDType |
Reb.getCCDType() |
static CCDType |
CCDType.getCCDType(String name)
Get a CCDType by its name.
|
CCDType |
Raft.getType()
Get the CCDType for this Raft.
|
CCDType |
CCD.getType()
Get the CCDType for this CCD.
|
| Modifier and Type | Method and Description |
|---|---|
static CCD |
CCD.createCCD(CCDType ccdType)
Utility method to create a CCD for a given CCDType filled with Segments.
|
static GuiderCCD |
GuiderCCD.createGuiderCCD(CCDType ccdType,
GuiderCCD.GuiderType guiderType)
Utility method to create a GuiderCCD for a given CCDType filled with Segments.
|
static Raft |
Raft.createRaft(CCDType type)
Utility static method to create a fully Reb/CCD populated Raft for the
provided CCD type.
|
static RaftGeometryConstants |
RaftGeometryConstants.createRaftGeometryConstants(CCDType type)
Utility method to create a RaftGeometryConstants object for a given
CCDType.
|
static WavefrontCCD |
WavefrontCCD.createWavefrontCCD(CCDType ccdType,
WavefrontCCD.WavefrontType wavefrontType)
Utility method to create a WavefrontCCD for a given CCDType filled with Segments.
|
static void |
CCDType.registerCCDType(CCDType type)
Register a CCDType so that it can be fetched by name with
getCCDType. |
void |
Raft.setCCDType(CCDType type) |
void |
Reb.setCCDType(CCDType type) |
| Constructor and Description |
|---|
CCDType(CCDType type) |
CornerRaft(CCDType type,
CornerRaft.CornerRaftPosition position)
Create a Raft object for a given type of CCD.The resulting Raft is empty, having no Rebs installed.
|
Raft(CCDType type)
Create a Raft object for a given type of CCD.
|
| Modifier and Type | Method and Description |
|---|---|
CCDType |
ReadOutParameters.getCCDType() |
| Modifier and Type | Method and Description |
|---|---|
ReadOutParametersBuilder |
ReadOutParametersBuilder.ccdType(CCDType ccdType)
Explicitly set the ccdType, unnecessary if it can be obtained from the
readoutParameters
|
Copyright © 2020 LSST. All rights reserved.