| Package | Description |
|---|---|
| org.lsst.ccs.daq.ims |
An interface to the DAQ image services (ims) library.
|
| org.lsst.ccs.daq.ims.channel |
| Modifier and Type | Method and Description |
|---|---|
Image |
Folder.find(String name)
Find an image by name
|
Image |
Source.getImage() |
static Image |
Utils.imageFromPath(Store store,
Matcher matcher) |
static Image |
Utils.imageFromPath(Store store,
String path) |
Image |
Folder.insert(ImageMetaData meta)
Create a new image in this folder.
|
Image |
Camera.triggerImage(ImageMetaData meta)
Trigger an image acquisition
|
| Modifier and Type | Method and Description |
|---|---|
List<Image> |
Playlist.getImages() |
List<Image> |
Folder.listImages()
Obtain a list of images in this folder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Playlist.add(Image image) |
int |
Image.compareTo(Image o) |
void |
ImageListener.imageComplete(Image image)
Called when the newly created image is complete, including all associated data.
|
void |
ImageListener.imageCreated(Image image)
Called when an image is created in the Store, but before all of the data
associated with the image has been persisted in the store.
|
static String |
Utils.imageSize(Image image) |
| Constructor and Description |
|---|
FitsIntWriter(Image image,
org.lsst.ccs.utilities.ccd.Reb reb,
FitsIntWriter.FileNamer fileNamer)
A FitsIntWriter constructor that can be called before the source
meta-data is available.
|
Copyright © 2021 LSST. All rights reserved.