| 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 |
CCD |
class |
CCDGeometry
Defines the geometry of a CCD.
|
| Modifier and Type | Method and Description |
|---|---|
CCDInterface |
Segment.getParentCCD() |
CCDInterface |
SegmentInterface.getParentCCD()
Get the parent CCDInterface this segment belongs to
|
| Modifier and Type | Method and Description |
|---|---|
static CCDTransform |
CCDTransform.getActiveTransform(CCDInterface ccd)
Create a CCDTransform which only considers active pixels for the absolute
x,y coordinates.
|
static CCDTransform |
CCDTransform.getGlobalTransform(CCDInterface ccd)
Create a CCDTransform which considers all pixels for the absolute x,y
coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageSet |
FitsHeaderUtilities.createImageSetForCCD(CCDInterface ccd)
Create the default ImageSet for the given CCDInterface.
|
static Map<String,Object> |
FitsHeaderUtilities.getCCDPrimaryHeaders(CCDInterface ccd)
Create fits headers for the primary header for the given Object.
|
Copyright © 2016 LSST. All rights reserved.