cfitsio  3390
Data Fields
tcolumn Struct Reference

#include <fitsio.h>

Data Fields

char ttype [70]
 
LONGLONG tbcol
 
int tdatatype
 
LONGLONG trepeat
 
double tscale
 
double tzero
 
LONGLONG tnull
 
char strnull [20]
 
char tform [10]
 
long twidth
 

Detailed Description

structure used to store table column information

Field Documentation

tcolumn::strnull

FITS null value string for ASCII table columns

tcolumn::tbcol

offset in row to first byte of each column

tcolumn::tdatatype

datatype code of each column

tcolumn::tform

FITS tform keyword value

tcolumn::tnull

FITS null value for int image or binary table cols

tcolumn::trepeat

repeat count of column. number of elements

tcolumn::tscale

FITS TSCALn linear scaling factor

tcolumn::ttype

column name = FITS TTYPEn keyword

tcolumn::twidth

width of each ASCII table column

tcolumn::tzero

FITS TZEROn linear scaling zero point


The documentation for this struct was generated from the following files: