Instrument Neutral Distributed Interface INDI  2.0.2
Public Attributes | List of all members

Binary table FITS extension column. More...

#include <fits.h>

Public Attributes

char * name
 Name of the column (title, TTYPE) More...
 
char * format
 Format string of the content of the column (TFORM) More...
 
char * unit
 Measure unit of the column elements (TUNIT) More...
 
char * value
 Default initial value. More...
 
char * comment
 Description of the column or data. More...
 
char ** expected
 Expected values if checking when read. More...
 

Detailed Description

Binary table FITS extension column.

Definition at line 68 of file fits.h.

Member Data Documentation

◆ comment

char* dsp_fits_column::comment

Description of the column or data.

Definition at line 79 of file fits.h.

◆ expected

char** dsp_fits_column::expected

Expected values if checking when read.

Definition at line 81 of file fits.h.

◆ format

char* dsp_fits_column::format

Format string of the content of the column (TFORM)

Definition at line 73 of file fits.h.

◆ name

char* dsp_fits_column::name

Name of the column (title, TTYPE)

Definition at line 71 of file fits.h.

◆ unit

char* dsp_fits_column::unit

Measure unit of the column elements (TUNIT)

Definition at line 75 of file fits.h.

◆ value

char* dsp_fits_column::value

Default initial value.

Definition at line 77 of file fits.h.


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