LALPulsar  6.1.0.1-89842e6
_SFT_header_t Struct Reference

Detailed Description

Definition at line 38 of file SFTfileIO.c.

Data Fields

REAL8 version
 
INT4 gps_sec
 
INT4 gps_nsec
 
REAL8 tbase
 
INT4 first_frequency_index
 
INT4 nsamples
 
UINT8 crc64
 
CHAR detector [2]
 
UINT2 windowspec
 
INT4 comment_length
 

Field Documentation

◆ version

REAL8 _SFT_header_t::version

Definition at line 39 of file SFTfileIO.c.

◆ gps_sec

INT4 _SFT_header_t::gps_sec

Definition at line 40 of file SFTfileIO.c.

◆ gps_nsec

INT4 _SFT_header_t::gps_nsec

Definition at line 41 of file SFTfileIO.c.

◆ tbase

REAL8 _SFT_header_t::tbase

Definition at line 42 of file SFTfileIO.c.

◆ first_frequency_index

INT4 _SFT_header_t::first_frequency_index

Definition at line 43 of file SFTfileIO.c.

◆ nsamples

INT4 _SFT_header_t::nsamples

Definition at line 44 of file SFTfileIO.c.

◆ crc64

UINT8 _SFT_header_t::crc64

Definition at line 45 of file SFTfileIO.c.

◆ detector

CHAR _SFT_header_t::detector[2]

Definition at line 46 of file SFTfileIO.c.

◆ windowspec

UINT2 _SFT_header_t::windowspec

Definition at line 47 of file SFTfileIO.c.

◆ comment_length

INT4 _SFT_header_t::comment_length

Definition at line 48 of file SFTfileIO.c.