| 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 |
ImageProc.getImage(int offset,
int count)
Gets a portion of the current image.
|
static 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.
|
org.lsst.ccs.drivers.reb.ImageMetadata |
ImageProc.getImageMetadata()
Gets the DAQ metadata for the current image.
|
double[][] |
ImageProc.getImageStats()
Gets pixel value statistics for the current image.
|
int |
SequencerProc.getParameter(String parmName)
Gets a parameter value.
|
List<String> |
RaftsCommands.saveFitsImage(String dirName)
Saves the current image data as one or more FITS files.
|
List<String> |
ImageProc.saveFitsImage(String dName)
Saves the current image data as one or more FITS files.
|
List<String> |
RaftsCommands.saveImage(String dirName)
Saves the current image data as one or more sets of raw bytes.
|
String |
ImageProc.saveImage(String dName)
Saves the current image as raw bytes.
|
void |
SequencerProc.setParameter(String parmName,
int value)
Sets a parameter value.
|
int |
SequencerProc.setStart(String mainName)
Sets the sequencer start address.
|
ByteBuffer[] |
ImageProc.splitImage()
Splits the current image into its segments.
|
Copyright © 2016 LSST. All rights reserved.