public class RawImageData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RawImageData.FrameMode |
static class |
RawImageData.Sample |
| Constructor and Description |
|---|
RawImageData() |
| Modifier and Type | Method and Description |
|---|---|
static RawImageData |
createRippledImage(org.lsst.ccs.utilities.ccd.CCDGeometry geom)
Creates a test image consisting of concentric rings.
|
static RawImageData |
createTestImage(org.lsst.ccs.utilities.ccd.CCDGeometry geom)
Create a test image.
|
static RawImageData |
createTestImage(Path rawFile,
org.lsst.ccs.utilities.ccd.CCDGeometry geom)
Create a RawImageData object by reading a file of raw data.
|
byte[] |
getData() |
long |
getFrame() |
RawImageData.FrameMode |
getFrameMode() |
int |
getHeight() |
RawImageData.Sample |
getSample() |
long |
getTimestamp() |
int |
getWidth() |
public int getWidth()
public int getHeight()
public RawImageData.Sample getSample()
public RawImageData.FrameMode getFrameMode()
public long getTimestamp()
public byte[] getData()
public long getFrame()
public static RawImageData createTestImage(org.lsst.ccs.utilities.ccd.CCDGeometry geom)
geom - The CCD geometry to use to create the test image.public static RawImageData createRippledImage(org.lsst.ccs.utilities.ccd.CCDGeometry geom)
geom - The CCD geometry to use to create the test image.public static RawImageData createTestImage(Path rawFile, org.lsst.ccs.utilities.ccd.CCDGeometry geom) throws IOException
rawFile - The file to readgeom - The CCD geometry to use to create the test image.IOExceptionCopyright © 2015 LSST. All rights reserved.