|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectastro.fits.TableTools
public class TableTools
A class to simplify fits binary table handling.
| Nested Class Summary | |
|---|---|
static class |
TableTools.Ascii
Read the binary table and prints the columns to standard out. |
static class |
TableTools.CorotChrom
Corot reader for chromatic channel. |
static class |
TableTools.CorotImg
Corot reader for imagette channel. |
static class |
TableTools.Print
Read the provided fits file to first table and print out table info. |
| Field Summary | |
|---|---|
static Map<String,Class<?>> |
TYPES
A llokup-table for binary data types to java data classes. |
| Constructor Summary | |
|---|---|
TableTools()
|
|
| Method Summary | |
|---|---|
static Class<?> |
deduceClass(String type)
From the value of a TFORM header entry, we deduce the java class type of the column. |
static Map<String,Class<?>> |
parseHeader(nom.tam.fits.TableHDU tab)
We read a table header and return the meta information on the data format as a mapping of column names to java class types. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Map<String,Class<?>> TYPES
| Constructor Detail |
|---|
public TableTools()
| Method Detail |
|---|
public static Class<?> deduceClass(String type)
public static Map<String,Class<?>> parseHeader(nom.tam.fits.TableHDU tab)
throws nom.tam.fits.FitsException
nom.tam.fits.FitsException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||