public class RawFitsReader.FitsSlice extends ScalarField2D.Default
ScalarField2D.Default, ScalarField2D.Empty, ScalarField2D.Test| Constructor and Description |
|---|
FitsSlice(usf.saav.common.range.IntRange1D x,
usf.saav.common.range.IntRange1D y,
int z,
int w)
Instantiates a new fits slice.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getCoordinate(int x,
int y) |
int |
getHeight() |
float |
getValue(int x,
int y)
Gets the value.
|
int |
getWidth() |
getNeighbors, getSize, getValue, isValid, toPImagegetValueRangeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValueRangepublic FitsSlice(usf.saav.common.range.IntRange1D x,
usf.saav.common.range.IntRange1D y,
int z,
int w)
throws java.io.IOException
x - the xy - the yz - the zw - the wjava.io.IOException - Signals that an I/O exception has occurred.public double[] getCoordinate(int x,
int y)
getCoordinate in interface ScalarField2DgetCoordinate in class ScalarField2D.Defaultpublic int getWidth()
public int getHeight()
public float getValue(int x,
int y)
ScalarField2Dx - the xy - the y