| C Standard Library Extensions
    6.2.0
    | 
Table object. More...
#include <qfits_table.h>
| Public Attributes | |
| char | filename [512] | 
| int | tab_t | 
| int | tab_w | 
| int | nc | 
| int | nr | 
| qfits_col * | col | 
Table object.
This structure contains all information needed to read a FITS table. These information come from the header. The object is created by qfits_open().
To read a FITS table, here is a code example:
| qfits_col* qfits_table::col | 
| char qfits_table::filename[512] | 
Name of the file the table comes from or it is intended to end to
Referenced by qfits_query_column(), qfits_query_column_seq(), qfits_save_table_hdrdump(), and qfits_table_new().
| int qfits_table::nc | 
Number of columns
Referenced by qfits_table_close(), qfits_table_ext_header_default(), qfits_table_new(), and qfits_table_open().
| int qfits_table::nr | 
Number of raws
Referenced by qfits_query_column(), qfits_query_column_data(), qfits_query_column_nulls(), qfits_query_column_seq(), qfits_table_ext_header_default(), qfits_table_new(), and qfits_table_open().
| int qfits_table::tab_t | 
Table type. Possible values: QFITS_INVALIDTABLE, QFITS_BINTABLE, QFITS_ASCIITABLE
Referenced by qfits_query_column(), qfits_query_column_seq(), qfits_save_table_hdrdump(), qfits_table_append_xtension(), qfits_table_ext_header_default(), qfits_table_field_to_string(), and qfits_table_new().
| int qfits_table::tab_w | 
Width in bytes of the table
Referenced by qfits_query_column(), qfits_query_column_seq(), and qfits_table_new().
 1.8.1.1
 1.8.1.1