LALPulsar  6.1.0.1-b72065a
LineNoiseInfo Struct Reference

Detailed Description

structure for storing list of spectral lines – constructed by expanding list of harmonics

Definition at line 132 of file SFTClean.h.

Data Fields

INT4 nLines
 number of lines More...
 
REAL8lineFreq
 central frequency of the line in Hz More...
 
REAL8leftWing
 width to the left from central frequency in Hz More...
 
REAL8rightWing
 width to the right in Hz More...
 

Field Documentation

◆ nLines

INT4 LineNoiseInfo::nLines

number of lines

Definition at line 133 of file SFTClean.h.

◆ lineFreq

REAL8* LineNoiseInfo::lineFreq

central frequency of the line in Hz

Definition at line 134 of file SFTClean.h.

◆ leftWing

REAL8* LineNoiseInfo::leftWing

width to the left from central frequency in Hz

Definition at line 135 of file SFTClean.h.

◆ rightWing

REAL8* LineNoiseInfo::rightWing

width to the right in Hz

Definition at line 136 of file SFTClean.h.