| 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 | Method and Description |
|---|---|
static CCD |
CCD.createCCD(CCDType ccdType)
Utility method to create a CCD for a given CCDType filled with Segments.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Reb.addGeometryToGrid(CCD child,
int p,
int s) |
static CCDTransform |
CCDTransform.getActiveTransform(CCD ccd)
Create a CCDTransform which only considers active pixels for the absolute
x,y coordinates.
|
static CCDTransform |
CCDTransform.getActiveTransform(CCD ccd,
ReadOutParameters readOutParameters)
Create a CCDTransform which only considers active pixels for the absolute
x,y coordinates.
|
static CCDTransform |
CCDTransform.getGlobalTransform(CCD ccd)
Create a CCDTransform which considers all pixels for the absolute x,y
coordinates.
|
static CCDTransform |
CCDTransform.getGlobalTransform(CCD ccd,
ReadOutParameters readOutParameters)
Create a CCDTransform which considers all pixels for the absolute x,y
coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
CCD |
ImageSet.getCCD()
Get the ID for this ImageSet.
|
CCD |
DefaultImageSet.getCCD() |
| Modifier and Type | Method and Description |
|---|---|
static ImageSet |
FitsHeaderUtilities.createImageSetForCCD(CCD ccd)
Create the default ImageSet for the given CCD.
|
static Map<String,Object> |
FitsHeaderUtilities.getCCDPrimaryHeaders(CCD ccd)
Create fits headers for the primary header for the given Object.
|
static int |
ReadOutParameters.getCCDTotalParallelSize(CCD ccd,
ReadOutParameters readOutParameters)
Utility method to get a CCD full parallel size for a given ReadOutParameter.
|
static int |
ReadOutParameters.getCCDTotalSerialSize(CCD ccd,
ReadOutParameters readOutParameters)
Utility method to get a CCD full serial size for a given ReadOutParameter.
|
| Constructor and Description |
|---|
DefaultImageSet(CCD ccd,
ReadOutParameters readOutParameters) |
Copyright © 2017 LSST. All rights reserved.