LALPulsar  6.1.0.1-b72065a
LineHarmonicsInfo Struct Reference

Detailed Description

structure for storing the contents of the input list of known spectral disturbances

Definition at line 143 of file SFTClean.h.

Data Fields

INT4 nHarmonicSets
 number of sets of harmonics More...
 
REAL8startFreq
 starting frequency of set in Hz More...
 
REAL8gapFreq
 frequency difference between adjacent harmonics in Hz More...
 
INT4numHarmonics
 Number of harmonics. More...
 
REAL8leftWing
 width to the left of each line in set in Hz More...
 
REAL8rightWing
 width to the right in Hz More...
 

Field Documentation

◆ nHarmonicSets

INT4 LineHarmonicsInfo::nHarmonicSets

number of sets of harmonics

Definition at line 144 of file SFTClean.h.

◆ startFreq

REAL8* LineHarmonicsInfo::startFreq

starting frequency of set in Hz

Definition at line 145 of file SFTClean.h.

◆ gapFreq

REAL8* LineHarmonicsInfo::gapFreq

frequency difference between adjacent harmonics in Hz

Definition at line 146 of file SFTClean.h.

◆ numHarmonics

INT4* LineHarmonicsInfo::numHarmonics

Number of harmonics.

Definition at line 147 of file SFTClean.h.

◆ leftWing

REAL8* LineHarmonicsInfo::leftWing

width to the left of each line in set in Hz

Definition at line 148 of file SFTClean.h.

◆ rightWing

REAL8* LineHarmonicsInfo::rightWing

width to the right in Hz

Definition at line 149 of file SFTClean.h.