| 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 |
|---|---|
Source |
ImageName.getSource()
Get the source of the image
|
static Source |
Source.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Source[] |
Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
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) |
Copyright © 2024 LSST. All rights reserved.