| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.rafts |
| Modifier and Type | Method and Description |
|---|---|
ImageData |
REBDevice.getImage(int offset,
int count)
Gets a portion of the current image.
|
ImageData |
RaftsMain.getImage(String fileName,
int offset,
int count)
Gets a portion of a saved raw image.
|
org.lsst.ccs.drivers.reb.ImageMetadata |
REBDevice.getImageMetadata()
Gets the DAQ metadata for the current image.
|
REB |
REBSimDevice.getREBConfig()
Gets the REB configuration data.
|
REB |
REBDevice.getREBConfig()
Gets the REB configuration data.
|
List<String> |
REBDevice.saveFitsImage(String dName)
Saves the current image data as one or more FITS files.
|
List<String> |
RaftsMain.saveFitsImage(String dName)
Saves the current image data as one or more FITS files.
|
String |
REBDevice.saveImage(String dName)
Saves the current image as raw bytes.
|
List<String> |
RaftsMain.saveImage(String dName)
Saves the current image data as one or more sets of raw bytes.
|
ByteBuffer[] |
REBDevice.splitImage()
Splits the current image into its segments.
|
Copyright © 2016 LSST. All rights reserved.