| Package | Description |
|---|---|
| org.lsst.ccs.utilities.ccd |
This package contains classes for describing (idealized) CCD geometry.
|
| org.lsst.ccs.utilities.image.patterns |
| 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 |
FocalPlane
A Geometry class defining the Camera Focal Plane.
|
class |
Raft
A Raft Geometry object.
|
class |
Reb
A Reb Geometry object.
|
class |
Segment
An class to represent a CCD Segment.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Geometry> |
CCDTypeUtils.changeCCDTypeForGeometry(T geometry,
CCDType newType)
Change the type of 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) |
static String |
GeometryUtils.showGeometryTree(Geometry geometry)
Get a tree-like string representation of the full geometry tree for
a given Geometry.
|
static String |
GeometryUtils.showGeometryTree(Geometry geometry,
int depth)
Get a tree-like string representation of the geometry tree for
a given Geometry to a given depth.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PatternGeneratorFactory.exposeGeometryToGeneratedImage(Geometry<?> geometry,
GeneratedImage generatedImage)
Expose a Geometry object to a generated image.
|
static GeneratedImage |
PatternGeneratorFactory.generateImageForGeometry(Geometry<?> geometry,
String imagePattern,
Map<String,String> params)
Generate a simulated image for the given Geometry.
|
Copyright © 2017 LSST. All rights reserved.