public abstract static class FitsReader.Default extends usf.saav.common.BasicObject implements FitsReader
FitsReader.Default
Constructor and Description |
---|
Default(boolean verbose)
Instantiates a new default.
|
Modifier and Type | Method and Description |
---|---|
ScalarField1D |
getColumn(int x,
int z,
int w)
Gets the column.
|
ScalarField1D |
getLine(int x,
int y,
int w)
Gets the line.
|
ScalarField1D |
getRow(int y,
int z,
int w)
Gets the row.
|
ScalarField2D |
getSlice(int z,
int w)
Gets the slice.
|
ScalarField3D |
getVolume(int w)
Gets the volume.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAxesSize, getColumn, getElement, getFile, getLine, getRow, getSlice, getVolume
public Default(boolean verbose)
verbose
- the verbosepublic ScalarField1D getRow(int y, int z, int w) throws java.io.IOException
FitsReader
getRow
in interface FitsReader
y
- the yz
- the zw
- the wjava.io.IOException
- Signals that an I/O exception has occurred.public ScalarField1D getColumn(int x, int z, int w) throws java.io.IOException
FitsReader
getColumn
in interface FitsReader
x
- the xz
- the zw
- the wjava.io.IOException
- Signals that an I/O exception has occurred.public ScalarField1D getLine(int x, int y, int w) throws java.io.IOException
FitsReader
getLine
in interface FitsReader
x
- the xy
- the yw
- the wjava.io.IOException
- Signals that an I/O exception has occurred.public ScalarField2D getSlice(int z, int w) throws java.io.IOException
FitsReader
getSlice
in interface FitsReader
z
- the zw
- the wjava.io.IOException
- Signals that an I/O exception has occurred.public ScalarField3D getVolume(int w) throws java.io.IOException
FitsReader
getVolume
in interface FitsReader
w
- the wjava.io.IOException
- Signals that an I/O exception has occurred.