Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-8a6b96f
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ParamStruct Struct Reference

Detailed Description

A structure for template parameters.

Definition at line 91 of file CombSearch.c.

Data Fields

REAL8 freq
 user defined start frequency More...
 
REAL8 fband
 user defined frequency band More...
 
REAL8 orbitPeriod
 orbital period of source More...
 
REAL8 orbitasini
 light travel time across semi-major axis of source More...
 
REAL8 f0
 search frequency, centre of user band, used to determine width of template More...
 
INT4 unitspikes
 number of unit spikes in template More...
 

Field Documentation

◆ freq

REAL8 ParamStruct::freq

user defined start frequency

Definition at line 92 of file CombSearch.c.

◆ fband

REAL8 ParamStruct::fband

user defined frequency band

Definition at line 93 of file CombSearch.c.

◆ orbitPeriod

REAL8 ParamStruct::orbitPeriod

orbital period of source

Definition at line 94 of file CombSearch.c.

◆ orbitasini

REAL8 ParamStruct::orbitasini

light travel time across semi-major axis of source

Definition at line 95 of file CombSearch.c.

◆ f0

REAL8 ParamStruct::f0

search frequency, centre of user band, used to determine width of template

Definition at line 96 of file CombSearch.c.

◆ unitspikes

INT4 ParamStruct::unitspikes

number of unit spikes in template

Definition at line 97 of file CombSearch.c.