| Package | Description |
|---|---|
| org.lsst.ccs.utilities.ccd |
This package contains classes for describing (idealized) CCD geometry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Geometry<T extends Geometry>
Base Geometry: a rectangle inside which it is possible to add other
Geometries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CCD
A class describing a CCD.
|
class |
CornerRaft
A Corner Raft Geometry object.
|
class |
FocalPlane
A Geometry class defining the Camera Focal Plane.
|
class |
GuiderCCD
A class describing a CCD.
|
class |
Raft
A Raft Geometry object.
|
class |
Segment
An class to represent a CCD Segment.
|
class |
WavefrontCCD
A class describing a CCD.
|
| Modifier and Type | Method and Description |
|---|---|
Geometry |
Geometry.findGeometry(String geometryUniqueId)
Find a Geometry by name.
|
Geometry<?> |
Geometry.findParentOfType(Class clazz)
Find the closest containing Geometry of a given type.
|
Geometry |
Geometry.getParent()
Get the parent of this Geometry.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Geometry,Point> |
Geometry.getChildrenWithAbsoluteCoordinates()
Get a map for all the children contained in this Geometry with the
corresponding Point which represent the location
of the child Geometry in the topmost geometry.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Segment.addGeometryToGrid(Geometry child,
int p,
int s) |
Point |
Geometry.getGeometryPoint(Geometry geometry)
Get the location Point of a child Geometry within this Geometry.
|
protected void |
Geometry.setParent(Geometry parent) |
Copyright © 2022 LSST. All rights reserved.