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

Detailed Description

Output results from a search.

Definition at line 51 of file OutputResults.c.

Data Fields

WeaveStatisticsParams * statistics_params
 Struct holding all parameters for which statistics to output and compute, when, and how NOTE: this is the owner of WeaveStatisticsParams, which is where it will be freed at the end while toplists will simply hold a reference-pointer. More...
 
LIGOTimeGPS ref_time
 Reference time at which search is conducted. More...
 
size_t nspins
 Number of spindown parameters to output. More...
 
UINT4 toplist_limit
 
size_t ntoplists
 Number of output results toplists. More...
 
WeaveResultsToplist * toplists [8]
 Output result toplists. More...
 
UINT8Vectormean2F_hgrm_bins
 
UINT8 mean2F_hgrm_underflow
 
UINT8 mean2F_hgrm_overflow
 
REAL4Vectormean2F_hgrm_tmp_REAL4
 
INT4Vectormean2F_hgrm_tmp_INT4
 

Field Documentation

◆ statistics_params

WeaveStatisticsParams* WeaveOutputResults::statistics_params

Struct holding all parameters for which statistics to output and compute, when, and how NOTE: this is the owner of WeaveStatisticsParams, which is where it will be freed at the end while toplists will simply hold a reference-pointer.

Definition at line 55 of file OutputResults.c.

◆ ref_time

LIGOTimeGPS WeaveOutputResults::ref_time

Reference time at which search is conducted.

Definition at line 57 of file OutputResults.c.

◆ nspins

size_t WeaveOutputResults::nspins

Number of spindown parameters to output.

Definition at line 59 of file OutputResults.c.

◆ toplist_limit

UINT4 WeaveOutputResults::toplist_limit

Definition at line 61 of file OutputResults.c.

◆ ntoplists

size_t WeaveOutputResults::ntoplists

Number of output results toplists.

Definition at line 63 of file OutputResults.c.

◆ toplists

WeaveResultsToplist* WeaveOutputResults::toplists[8]

Output result toplists.

Definition at line 65 of file OutputResults.c.

◆ mean2F_hgrm_bins

UINT8Vector* WeaveOutputResults::mean2F_hgrm_bins

Definition at line 67 of file OutputResults.c.

◆ mean2F_hgrm_underflow

UINT8 WeaveOutputResults::mean2F_hgrm_underflow

Definition at line 69 of file OutputResults.c.

◆ mean2F_hgrm_overflow

UINT8 WeaveOutputResults::mean2F_hgrm_overflow

Definition at line 71 of file OutputResults.c.

◆ mean2F_hgrm_tmp_REAL4

REAL4Vector* WeaveOutputResults::mean2F_hgrm_tmp_REAL4

Definition at line 73 of file OutputResults.c.

◆ mean2F_hgrm_tmp_INT4

INT4Vector* WeaveOutputResults::mean2F_hgrm_tmp_INT4

Definition at line 75 of file OutputResults.c.