| Package | Description |
|---|---|
| org.lsst.ccs.utilities.ccd |
This package contains classes for describing (idealized) CCD geometry.
|
| org.lsst.ccs.utilities.ccd.image.data | |
| 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 |
|---|---|
ReadOutParameters |
CCDTransform.getReadOutParameters()
Get the ReadOutParameters object used internally by the CCDTransform instance.
|
ReadOutParameters |
CCDTransform.ActiveTransform.getReadOutParameters() |
ReadOutParameters |
CCDTransform.GlobalTransform.getReadOutParameters() |
| Modifier and Type | Method and Description |
|---|---|
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,
ReadOutParameters readOutParameters)
Create a CCDTransform which considers all pixels for the absolute x,y
coordinates.
|
RawImageData |
Segment.getRawImageData(ReadOutParameters readOutParameters)
Get the buffer of image data accumulated by this Segment.
|
RawImageData |
Reb.getRawImageData(ReadOutParameters readOutParameters) |
| Modifier and Type | Method and Description |
|---|---|
RawImageData |
RawImageDataProvider.getRawImageData(ReadOutParameters readOutParameters)
Get the RawImageData for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ReadOutParameters |
DefaultImageSet.getReadOutParameters() |
ReadOutParameters |
ImageSet.getReadOutParameters()
Get the ReadOutParameters used to acquire this ImageSet.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static Map<String,Object> |
FitsHeaderUtilities.getSegmentHeaders(Segment segment,
ReadOutParameters readOutParameters)
Create fits headers for a Segment given the provided ReadOutParameters.
|
| Constructor and Description |
|---|
DefaultImageSet(CCD ccd,
ReadOutParameters readOutParameters) |
Copyright © 2019 LSST. All rights reserved.