cfitsio  3390
Data Fields
wtbarr Struct Reference

#include <fitsio.h>

Data Fields

int i
 Image axis number. More...
 
int m
 Array axis number for index vectors. More...
 
int kind
 Array type, 'c' (coord) or 'i' (index). More...
 
char extnam [72]
 EXTNAME of binary table extension. More...
 
int extver
 EXTVER of binary table extension. More...
 
int extlev
 EXTLEV of binary table extension. More...
 
char ttype [72]
 TTYPEn of column containing the array. More...
 
long row
 Table row number. More...
 
int ndim
 Expected array dimensionality. More...
 
int * dimlen
 Where to write the array axis lengths. More...
 
double ** arrayp
 Where to write the address of the array allocated to store the array. More...
 

Field Documentation

wtbarr::arrayp

Where to write the address of the array allocated to store the array.

wtbarr::dimlen

Where to write the array axis lengths.

wtbarr::extlev

EXTLEV of binary table extension.

wtbarr::extnam

EXTNAME of binary table extension.

wtbarr::extver

EXTVER of binary table extension.

wtbarr::i

Image axis number.

wtbarr::kind

Array type, 'c' (coord) or 'i' (index).

wtbarr::m

Array axis number for index vectors.

wtbarr::ndim

Expected array dimensionality.

wtbarr::row

Table row number.

wtbarr::ttype

TTYPEn of column containing the array.


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