public interface ImageSet
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ImageSet.Image
A single Image within an ImageSet.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageSet.Image> |
getImages()
The list of images, each of which will be written as a separate extended
HDU to the fits file.
|
String |
getImageSetId()
Get the ID for this ImageSet.
|
Map<String,Object> |
getMetaData()
Get any meta-data associated with the image set itself
|
List<ImageSet.Image> getImages()
Map<String,Object> getMetaData()
null if no meta-data is availableString getImageSetId()
Copyright © 2016 LSST. All rights reserved.