| Package | Description |
|---|---|
| org.lsst.ccs.imagenaming |
A set of utilities for handling image names according to LSST observatory naming
conventions.
|
| Modifier and Type | Method and Description |
|---|---|
ImageName |
ImageNameAssigner.assignImageName(Source source,
Controller controller,
TimeZone zone,
Duration offset)
Assign an image name for the given source, controller, time zone and
offset and using the current timestamp.
|
ImageName |
ImageNameAssigner.assignImageName(Source source,
Controller controller,
TimeZone zone,
Duration offset,
Instant time)
Assign an image name for the given source, controller, time zone and
offset and using the given timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageName> |
ImageNameAssigner.assignImageNames(Source source,
Controller controller,
TimeZone zone,
Duration offset,
int n)
Assign a set of sequential image names for the given source, controller,
time zone and offset and using the current timestamp.
|
List<ImageName> |
ImageNameAssigner.assignImageNames(Source source,
Controller controller,
TimeZone zone,
Duration offset,
int n,
Instant time)
Assign a set of sequential image names for the given source, controller,
time zone and offset and using the given timestamp.
|
List<ImageName> |
ImageNameAssigner.assignImageNames(Source source,
int sourceIndex,
Controller controller,
TimeZone zone,
Duration offset,
int n,
Instant time) |
| Modifier and Type | Method and Description |
|---|---|
int |
ImageName.compareTo(ImageName other) |
Copyright © 2024 LSST. All rights reserved.