public class DefaultImageSet extends Object implements ImageSet
| Constructor and Description |
|---|
DefaultImageSet(CCD ccd)
Deprecated.
|
DefaultImageSet(CCD ccd,
List<String> imageExtensionNames) |
DefaultImageSet(List<String> imageExtensionNames,
int serialPixels,
int parallelPixels) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getImageExtensionNames()
The list of the image extension names to be written in the fits file.
|
int |
getParallelPixels()
This is the parallel size of each image extension
|
int |
getSerialPixels()
This is the serial size of each image extension
|
@Deprecated public DefaultImageSet(CCD ccd)
public List<String> getImageExtensionNames()
ImageSetgetImageExtensionNames in interface ImageSetpublic int getSerialPixels()
ImageSetgetSerialPixels in interface ImageSetpublic int getParallelPixels()
ImageSetgetParallelPixels in interface ImageSetCopyright © 2020 LSST. All rights reserved.