| Package | Description |
|---|---|
| org.lsst.ccs.utilities.ccd |
This package contains classes for describing (idealized) CCD geometry.
|
| org.lsst.ccs.utilities.location |
| Modifier and Type | Method and Description |
|---|---|
Location |
Reb.getLocation()
Get the Location of the REB in the focal-plane.
|
| Modifier and Type | Method and Description |
|---|---|
static Location |
Location.of(String location)
Create location from string
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Location> |
LocationSet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LocationSet.add(Location location) |
int |
Location.compareTo(Location o) |
| Constructor and Description |
|---|
LocationSet(Set<Location> input)
Creates a location set which is a copy of the provided set
|
Copyright © 2020 LSST. All rights reserved.