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, waitgetAxesSize, getColumn, getElement, getFile, getLine, getRow, getSlice, getVolumepublic Default(boolean verbose)
verbose - the verbosepublic ScalarField1D getRow(int y, int z, int w) throws java.io.IOException
FitsReadergetRow in interface FitsReadery - 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
FitsReadergetColumn in interface FitsReaderx - 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
FitsReadergetLine in interface FitsReaderx - 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
FitsReadergetSlice in interface FitsReaderz - the zw - the wjava.io.IOException - Signals that an I/O exception has occurred.public ScalarField3D getVolume(int w) throws java.io.IOException
FitsReadergetVolume in interface FitsReaderw - the wjava.io.IOException - Signals that an I/O exception has occurred.