Processing math: 100%
LALPulsar 7.1.1.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
HOUGHBin2Border Struct Reference

Detailed Description

This structure stores the border indexes corresponding to one frequency bin plus the corrections to be added to the first column of the patch.

Definition at line 234 of file LUT.h.

Data Fields

INT2 leftB1
 Border index to be used (start-border +1 ’) More...
 
INT2 rightB1
 Border index to be used (stop-border -1 ’) More...
 
INT2 leftB2
 Border index to be used (start-border +1 ’) More...
 
INT2 rightB2
 Border index to be used (stop-border -1 ’) More...
 
INT2 piece1max
 Interval limits of the (first piece) correction to the first column. More...
 
INT2 piece1min
 If piece1min \( > \) piece1max no corrections should be added. More...
 
INT2 piece2max
 Interval limits of the (second piece) correction to the first column. More...
 
INT2 piece2min
 If piece2min \( > \) piece2max no corrections should be added. More...
 

Field Documentation

◆ leftB1

INT2 HOUGHBin2Border::leftB1

Border index to be used (start-border +1 ’)

Definition at line 235 of file LUT.h.

◆ rightB1

INT2 HOUGHBin2Border::rightB1

Border index to be used (stop-border -1 ’)

Definition at line 236 of file LUT.h.

◆ leftB2

INT2 HOUGHBin2Border::leftB2

Border index to be used (start-border +1 ’)

Definition at line 237 of file LUT.h.

◆ rightB2

INT2 HOUGHBin2Border::rightB2

Border index to be used (stop-border -1 ’)

Definition at line 238 of file LUT.h.

◆ piece1max

INT2 HOUGHBin2Border::piece1max

Interval limits of the (first piece) correction to the first column.

Definition at line 239 of file LUT.h.

◆ piece1min

INT2 HOUGHBin2Border::piece1min

If piece1min \( > \) piece1max no corrections should be added.

Definition at line 240 of file LUT.h.

◆ piece2max

INT2 HOUGHBin2Border::piece2max

Interval limits of the (second piece) correction to the first column.

Definition at line 241 of file LUT.h.

◆ piece2min

INT2 HOUGHBin2Border::piece2min

If piece2min \( > \) piece2max no corrections should be added.

Definition at line 242 of file LUT.h.