| Package | Description |
|---|---|
| org.lsst.ccs.utilities.ccd |
This package contains classes for describing (idealized) CCD geometry.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CCDTransform.ActiveTransform
A CCDTransform which only considers active pixels for the absolute x,y
coordinates.
|
static class |
CCDTransform.GlobalTransform
A CCDTransform which considers all pixels for the absolute x,y
coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017 LSST. All rights reserved.