|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.survey.Image
skyview.survey.DSSImage
public class DSSImage
This class defines an image as the combination of a set of pixel values and a WCS describing the pixel coordinates.
| Field Summary |
|---|
| Fields inherited from class skyview.survey.Image |
|---|
data |
| Constructor Summary | |
|---|---|
DSSImage(java.lang.String directory)
Construct a WCS |
|
| Method Summary | |
|---|---|
void |
clearData()
Clear the data array |
double |
getData(int 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(int npix,
double newData)
Set the Data associated with the image. |
void |
setDataArray(double[] newData)
Set the data array |
| Methods inherited from class skyview.survey.Image |
|---|
getCenter, getCorners, getDepth, getDescription, getHeight, getName, getTransformer, getWCS, getWidth, initialize, setName, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DSSImage(java.lang.String directory)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public double getData(int npix)
getData in class Imagepublic double[] getDataArray()
getDataArray in class Image
public void setData(int npix,
double newData)
setData in class Imagepublic void clearData()
clearData in class Imagepublic void setDataArray(double[] newData)
setDataArray in class Imagepublic boolean isTiled()
isTiled in class Image
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||