ImageSet.Image| Constructor and Description |
|---|
DefaultImageSet()
Create an ImageSet with no global meta-data
|
DefaultImageSet(Map<String,Object> metaData)
Create an ImageSet
|
| Modifier and Type | Method and Description |
|---|---|
void |
addImage(int width,
int height,
Map<String,Map<String,Object>> metaData) |
List<ImageSet.Image> |
getImages()
The list of images, each of which will be written as a separate extended
HDU to the fits file.
|
Map<String,Object> |
getMetaData()
Get any meta-data associated with the image set itself
|
public DefaultImageSet()
public List<ImageSet.Image> getImages()
ImageSetpublic Map<String,Object> getMetaData()
ImageSetgetMetaData in interface ImageSetnull if no meta-data is availableCopyright © 2014 LSST. All rights reserved.