Serializable
, Component
public class DSSImage extends Image
Constructor | Description |
---|---|
DSSImage(String directory) |
Construct a DSS image
|
Modifier and Type | Method | Description |
---|---|---|
void |
clearData() |
Clear the data array
|
double |
getData(long npix) |
Get a pixels data associated with the image.
|
double[] |
getDataArray() |
Get the data as an array
|
boolean |
isTiled() |
Is this image tiled
|
void |
setData(long npix,
double newData) |
Set the Data associated with the image.
|
void |
setDataArray(double[] newData) |
Set the data array
|
getBaseImage, getCenter, getCorners, getDepth, getDescription, getHeight, getName, getTransformer, getWCS, getWidth, initialize, setAccumulate, setName, valid, validate
public double getData(long npix)
public double[] getDataArray()
getDataArray
in class Image
public void setData(long npix, double newData)
public void setDataArray(double[] newData)
setDataArray
in class Image