public class HealPixImage extends Image
Constructor and Description |
---|
HealPixImage(String file) |
Modifier and Type | Method and Description |
---|---|
double |
getData(int ipix)
Defer reading the data until it is asked for.
|
double[] |
getDataArray()
Probably should happen, but just in case we
support the get array function.
|
int |
getDepth()
Get the number of planes in the image
|
int |
getHeight()
Get the height of the image
|
int |
getWidth()
Get the width of the image
|
void |
setData(int 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(String file) throws SurveyException
SurveyException
public int getWidth()
Image
public int getHeight()
Image
public int getDepth()
Image
public double getData(int ipix)
public double[] getDataArray()
getDataArray
in class Image