Binary table FITS extension column.
#include <fits.h>
|
|
char * | name |
| | Name of the column (title, TTYPE)
|
| |
|
char * | format |
| | Format string of the content of the column (TFORM)
|
| |
|
char * | unit |
| | Measure unit of the column elements (TUNIT)
|
| |
|
char * | value |
| | Default initial value.
|
| |
|
char * | comment |
| | Description of the column or data.
|
| |
|
char ** | expected |
| | Expected values if checking when read.
|
| |