FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
FITSHeader Struct Reference

Structure to store the header keywords in FITS file. More...

#include <fits.h>

Data Fields

FITSHeaderState state
 
unsigned naxis_index
 
int bitpix
 
int64_t blank
 
int blank_found
 
int naxis
 
int naxisn [999]
 
int pcount
 
int gcount
 
int groups
 
int rgb
 1 if file contains RGB image, 0 otherwise More...
 
int image_extension
 
double bscale
 
double bzero
 
int data_min_found
 
double data_min
 
int data_max_found
 
double data_max
 

Detailed Description

Structure to store the header keywords in FITS file.

Definition at line 43 of file fits.h.

Field Documentation

FITSHeaderState FITSHeader::state

Definition at line 44 of file fits.h.

Referenced by avpriv_fits_header_init(), and avpriv_fits_header_parse_line().

unsigned FITSHeader::naxis_index

Definition at line 45 of file fits.h.

Referenced by avpriv_fits_header_init(), and avpriv_fits_header_parse_line().

int FITSHeader::bitpix

Definition at line 46 of file fits.h.

Referenced by fill_data_min_max(), fits_decode_frame(), fits_read_header(), and is_image().

int64_t FITSHeader::blank

Definition at line 47 of file fits.h.

Referenced by avpriv_fits_header_parse_line().

int FITSHeader::blank_found

Definition at line 48 of file fits.h.

Referenced by avpriv_fits_header_init(), avpriv_fits_header_parse_line(), and fits_read_header().

int FITSHeader::naxis

Definition at line 49 of file fits.h.

Referenced by avpriv_fits_header_parse_line(), fits_read_header(), and is_image().

int FITSHeader::naxisn[999]
int FITSHeader::pcount

Definition at line 51 of file fits.h.

Referenced by avpriv_fits_header_init(), avpriv_fits_header_parse_line(), and is_image().

int FITSHeader::gcount

Definition at line 52 of file fits.h.

Referenced by avpriv_fits_header_init(), avpriv_fits_header_parse_line(), and is_image().

int FITSHeader::groups

Definition at line 53 of file fits.h.

Referenced by avpriv_fits_header_init(), avpriv_fits_header_parse_line(), and is_image().

int FITSHeader::rgb

1 if file contains RGB image, 0 otherwise

Definition at line 54 of file fits.h.

Referenced by avpriv_fits_header_init(), avpriv_fits_header_parse_line(), fits_decode_frame(), and fits_read_header().

int FITSHeader::image_extension

Definition at line 55 of file fits.h.

Referenced by avpriv_fits_header_init(), avpriv_fits_header_parse_line(), and is_image().

double FITSHeader::bscale

Definition at line 56 of file fits.h.

Referenced by avpriv_fits_header_init(), avpriv_fits_header_parse_line(), and fits_read_header().

double FITSHeader::bzero

Definition at line 57 of file fits.h.

Referenced by avpriv_fits_header_init(), avpriv_fits_header_parse_line(), and fits_read_header().

int FITSHeader::data_min_found

Definition at line 58 of file fits.h.

Referenced by avpriv_fits_header_init(), avpriv_fits_header_parse_line(), and fits_read_header().

double FITSHeader::data_min

Definition at line 59 of file fits.h.

Referenced by avpriv_fits_header_parse_line(), fill_data_min_max(), and fits_read_header().

int FITSHeader::data_max_found

Definition at line 60 of file fits.h.

Referenced by avpriv_fits_header_init(), avpriv_fits_header_parse_line(), and fits_read_header().

double FITSHeader::data_max

Definition at line 61 of file fits.h.

Referenced by avpriv_fits_header_parse_line(), fill_data_min_max(), and fits_read_header().


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