|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.io.fits.FitsColumn
org.jscience.io.fits.FitsASCIIColumn
public class FitsASCIIColumn
represents a column in an ASCII table extension
| Field Summary |
|---|
| Fields inherited from class org.jscience.io.fits.FitsColumn |
|---|
bytes, count, form, representation, type |
| Constructor Summary | |
|---|---|
FitsASCIIColumn(FitsHeader header,
int col)
Create a new column object which will represent the given column in the given FITS header. |
|
| Method Summary | |
|---|---|
int |
getDecimals()
Returns the number of decimal places used to represent floating point numbers in this column. |
int |
getStartByte()
Returns the byte offset of the first byte in this column with respect to the beginning of a row. |
| Methods inherited from class org.jscience.io.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 |
| Constructor Detail |
|---|
public FitsASCIIColumn(FitsHeader header,
int col)
throws FitsException
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.
FitsException - DOCUMENT ME!| Method Detail |
|---|
public int getStartByte()
public int getDecimals()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||