public class Image extends ImageMetadata
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
interleaved |
static int |
MAX_CCDS |
static int |
STATUS_GOOD |
static int |
STATUS_INCOMPLETE |
static int |
STATUS_MISSING |
address, clientVersion, cluster, element, event, format, length, members, name, numCcds, partition, platform, REB_TYPE_GUIDER, REB_TYPE_SCIENCE, REB_TYPE_WAVEFRONT, registers, schema, sciId, sciVersion, sensorType, serverVersion, stripes, tag, timestamp, version| Constructor and Description |
|---|
Image() |
Image(long tag,
int length,
int format,
int schema,
int version,
int address,
int cluster,
int element,
ByteBuffer data) |
Image(long tag,
int length,
int format,
int schema,
int version,
int address,
int cluster,
int element,
long mdata,
ImageClient.Impl client) |
Image(String name,
long timestamp,
int length,
int address,
long sciId,
int sensorType,
int stripes,
int[] registers,
int sciVersion,
String clientVersion,
String serverVersion,
long event,
int[] members,
ByteBuffer data) |
Image(String name,
long timestamp,
int length,
int address,
long sciId,
int sensorType,
int stripes,
int[] registers,
int sciVersion,
String clientVersion,
String serverVersion,
long event,
int[] members,
long mdata,
ImageClient.Impl client) |
Image(String name,
long timestamp,
int length,
String partition,
int address,
long sciId,
int sensorType,
int numCcds,
int stripes,
int[] registers,
int sciVersion,
String clientVersion,
String serverVersion,
String platform,
int[] members,
ByteBuffer[] data) |
Image(String name,
long timestamp,
int length,
String partition,
int address,
long sciId,
int sensorType,
int numCcds,
int stripes,
int[] registers,
int sciVersion,
String clientVersion,
String serverVersion,
String platform,
int[] members,
ImageClient.Impl client) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteMetadataRef()
Deletes the metadata reference.
|
void |
finalize()
Performs finalization.
|
ByteBuffer |
getData()
Gets the old-style (interleaved) image pixel data.
|
ByteBuffer |
getData(int ccdNum)
Gets the new-style (per-CCD) image pixel data.
|
ImageMetadata |
getMetadata()
Gets the image metadata.
|
int |
getStatus()
Gets the image pixel data status.
|
boolean |
isInterleaved()
Gets whether the image pixel data is interleaved.
|
getAddress, getClientVersion, getCluster, getElement, getEvent, getFormat, getLength, getMembers, getName, getNumCcds, getPartition, getPlatform, getRegisters, getSchema, getSciId, getSciVersion, getSensorType, getServerVersion, getStripes, getTag, getTimestamp, getVersion, toStringpublic static final int MAX_CCDS
public static final int STATUS_GOOD
public static final int STATUS_MISSING
public static final int STATUS_INCOMPLETE
protected boolean interleaved
public Image()
public Image(String name, long timestamp, int length, String partition, int address, long sciId, int sensorType, int numCcds, int stripes, int[] registers, int sciVersion, String clientVersion, String serverVersion, String platform, int[] members, ImageClient.Impl client)
public Image(String name, long timestamp, int length, String partition, int address, long sciId, int sensorType, int numCcds, int stripes, int[] registers, int sciVersion, String clientVersion, String serverVersion, String platform, int[] members, ByteBuffer[] data)
public Image(String name, long timestamp, int length, int address, long sciId, int sensorType, int stripes, int[] registers, int sciVersion, String clientVersion, String serverVersion, long event, int[] members, long mdata, ImageClient.Impl client)
public Image(String name, long timestamp, int length, int address, long sciId, int sensorType, int stripes, int[] registers, int sciVersion, String clientVersion, String serverVersion, long event, int[] members, ByteBuffer data)
public Image(long tag,
int length,
int format,
int schema,
int version,
int address,
int cluster,
int element,
long mdata,
ImageClient.Impl client)
public Image(long tag,
int length,
int format,
int schema,
int version,
int address,
int cluster,
int element,
ByteBuffer data)
public int getStatus()
public boolean isInterleaved()
public ByteBuffer getData()
public ByteBuffer getData(int ccdNum)
ccdNum - The CCD numberpublic ImageMetadata getMetadata()
public void deleteMetadataRef()
Copyright © 2019 LSST. All rights reserved.