LALPulsar  6.1.0.1-b72065a
SFTDescriptor Struct Reference

Detailed Description

A 'descriptor' of an SFT: basically containing the header-info plus an opaque description of where exactly to load this SFT from.

Definition at line 226 of file SFTfileIO.h.

Data Fields

struct tagSFTLocatorlocator
 internal description of where to find this SFT [opaque!] More...
 
SFTtype header
 SFT-header info. More...
 
const charwindow_type
 window function applied to SFT More...
 
REAL8 window_param
 parameter of window function, if required More...
 
CHARcomment
 comment-entry in SFT-header More...
 
UINT4 numBins
 number of frequency-bins in this SFT More...
 
UINT4 version
 SFT-specification version. More...
 
UINT8 crc64
 crc64 checksum More...
 

Field Documentation

◆ locator

struct tagSFTLocator* SFTDescriptor::locator

internal description of where to find this SFT [opaque!]

Definition at line 227 of file SFTfileIO.h.

◆ header

SFTtype SFTDescriptor::header

SFT-header info.

Definition at line 228 of file SFTfileIO.h.

◆ window_type

const char* SFTDescriptor::window_type

window function applied to SFT

Definition at line 229 of file SFTfileIO.h.

◆ window_param

REAL8 SFTDescriptor::window_param

parameter of window function, if required

Definition at line 230 of file SFTfileIO.h.

◆ comment

CHAR* SFTDescriptor::comment

comment-entry in SFT-header

Definition at line 231 of file SFTfileIO.h.

◆ numBins

UINT4 SFTDescriptor::numBins

number of frequency-bins in this SFT

Definition at line 232 of file SFTfileIO.h.

◆ version

UINT4 SFTDescriptor::version

SFT-specification version.

Definition at line 233 of file SFTfileIO.h.

◆ crc64

UINT8 SFTDescriptor::crc64

crc64 checksum

Definition at line 234 of file SFTfileIO.h.