public class HealPixImage extends Image
Constructor and Description |
---|
HealPixImage(java.lang.String file) |
Modifier and Type | Method and Description |
---|---|
double |
getData(long ipix)
Get a single element of data
|
double[] |
getDataArray()
Probably should happen, but just in case we support the get array
function.
|
int |
getDepth()
Only a scalar image.
|
int |
getHeight()
Get the height of the image in pixels
|
int |
getWidth()
Get the width of the image in pixels
|
void |
setData(long npix,
double val)
Support changing the data! Probably won't use this...
|
clearData, getBaseImage, getCenter, getCorners, getDescription, getName, getTransformer, getWCS, initialize, isTiled, setAccumulate, setDataArray, setName, valid, validate
public HealPixImage(java.lang.String file) throws SurveyException
SurveyException
public int getWidth()
public int getHeight()
public int getDepth()
public double getData(long ipix)
public double[] getDataArray()
getDataArray
in class Image