eap.fits
Class FitsBinaryColumn
java.lang.Object
eap.fits.FitsColumn
eap.fits.FitsBinaryColumn
- public class FitsBinaryColumn
- extends FitsColumn
Represents a column in a BINTABLE extension
|
Constructor Summary |
FitsBinaryColumn(FitsHeader header,
int col)
Create a new column object which will represent the given column in the given
FITS header. |
| Methods inherited from class eap.fits.FitsColumn |
getCount, getElementSize, getName, getUnits, getWidth, isScaled, rawRepresentation, represent, represent, represent, represent, represent, represent, represent, represent, represent, scale, scaledRepresentation, unscale |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FitsBinaryColumn
public FitsBinaryColumn(FitsHeader header,
int col)
throws FitsException
- Create a new column object which will represent the given column in the given
FITS header.
- Parameters:
header - A FITS header describing the columncol - the column to read from the FITS file. Note: this value counts
from "1" unlike most other column indices in this package.