| Package | Description |
|---|---|
| org.lsst.ccs.geometry | |
| 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.
|
| 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 | Method and Description |
|---|---|
Geometry |
Geometry.findGeometry(String geometryUniqueId)
Find a Geometry by name.
|
Geometry |
Geometry.getParent()
Get the parent of this Geometry.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Geometry,Point> |
Geometry.getChildrenWithAbsoluteCoordinates()
Get the children for this Geometry.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Geometry.convertToExpandedView(Geometry<?> geometry,
boolean expandedView)
Convert this geometry to its expanded version.
|
Point |
Geometry.getGeometryPoint(Geometry geometry)
Get the location Point of a component within its parent.
|
static void |
GeometryRenderer.renderGeometry(Geometry<?> geometry,
Graphics g,
Point p)
Paint a Geometry with respect to the Geometry absolute position
within the outermost geometry.
|
protected void |
Geometry.setParent(Geometry parent) |
static String |
GeometryUtils.showGeometryTree(Geometry geometry) |
static String |
GeometryUtils.showGeometryTree(Geometry geometry,
int depth) |
| Modifier and Type | Class and Description |
|---|---|
class |
CCD |
class |
Raft |
class |
Reb |
class |
Segment
An class to represent a CCD Segment.
|
| Constructor and Description |
|---|
GeometryFitsHeaderMetadataProviderFactory(Geometry geom) |
| 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 © 2016 LSST. All rights reserved.