| Package | Description |
|---|---|
| org.lsst.ccs.utilities.ccd |
This package contains classes for describing (idealized) CCD geometry.
|
| org.lsst.ccs.utilities.image |
This package contains utility routines for writing fits images in a format
consistent with that documented in LCA-10140.
|
| Modifier and Type | Class and Description |
|---|---|
class |
E2VCCDType
An E2V CCD type.
|
class |
ITLCCDType
An ITL CCD type.
|
| Modifier and Type | Method and Description |
|---|---|
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 <T extends Geometry> |
CCDTypeUtils.changeCCDTypeForGeometry(T geometry,
CCDType newType)
Change the type of a CCD.
|
static CCD |
CCD.createCCD(CCDType ccdType)
Utility method to create a CCD 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 Reb |
Reb.createReb(CCDType type)
Utility method to create a fully populated Reb for a given CCD type.
|
static Reb |
Reb.createReb(CCDType type,
BitSet ccdBitSet)
Utility method to create a Reb populated with the specified CCDs for
the given type.
|
| Constructor and Description |
|---|
Raft(CCDType type)
Create a Raft object for a given type of CCD.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReadOutParameters.setCCDType(CCDType ccdType)
Set the CCDType for this ReadOutParameter object.
|
| Constructor and Description |
|---|
ReadOutParameters(CCDType type)
Create a full frame ReadOutParameters object for a given type of CCD
|
ReadOutParameters(CCDType ccdType,
int preRows,
int readRows,
int postRows,
int overRows,
int preCols,
int readCols,
int postCols,
int readCols2,
int overCols)
Segment redout parameters quantities according to
https://jira.slac.stanford.edu/projects/LSSTCCSRAFTS/issues/LSSTCCSRAFTS-67.
|
Copyright © 2017 LSST. All rights reserved.