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... | |
| UINT8Vector * | mean2F_hgrm_bins |
| UINT8 | mean2F_hgrm_underflow |
| UINT8 | mean2F_hgrm_overflow |
| REAL4Vector * | mean2F_hgrm_tmp_REAL4 |
| INT4Vector * | mean2F_hgrm_tmp_INT4 |
| 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.
| LIGOTimeGPS WeaveOutputResults::ref_time |
Reference time at which search is conducted.
Definition at line 57 of file OutputResults.c.
| size_t WeaveOutputResults::nspins |
Number of spindown parameters to output.
Definition at line 59 of file OutputResults.c.
| UINT4 WeaveOutputResults::toplist_limit |
Definition at line 61 of file OutputResults.c.
| size_t WeaveOutputResults::ntoplists |
Number of output results toplists.
Definition at line 63 of file OutputResults.c.
| WeaveResultsToplist* WeaveOutputResults::toplists[8] |
Output result toplists.
Definition at line 65 of file OutputResults.c.
| UINT8Vector* WeaveOutputResults::mean2F_hgrm_bins |
Definition at line 67 of file OutputResults.c.
| UINT8 WeaveOutputResults::mean2F_hgrm_underflow |
Definition at line 69 of file OutputResults.c.
| UINT8 WeaveOutputResults::mean2F_hgrm_overflow |
Definition at line 71 of file OutputResults.c.
| REAL4Vector* WeaveOutputResults::mean2F_hgrm_tmp_REAL4 |
Definition at line 73 of file OutputResults.c.
| INT4Vector* WeaveOutputResults::mean2F_hgrm_tmp_INT4 |
Definition at line 75 of file OutputResults.c.