public class DSSImage extends Image
| Constructor and Description |
|---|
DSSImage(java.lang.String directory)
Construct a DSS image
|
| Modifier and Type | Method and 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, validatepublic DSSImage(java.lang.String directory)
throws java.lang.Exception
java.lang.Exceptionpublic double getData(long npix)
public double[] getDataArray()
getDataArray in class Imagepublic void setData(long npix,
double newData)
public void setDataArray(double[] newData)
setDataArray in class Image