Final results of a semicoherent computation over many segments.
Definition at line 43 of file ComputeResults.h.
Data Fields | |
| WeaveSimulationLevel | simulation_level |
| Bitflag representing search simulation level. More... | |
| const WeaveStatisticsParams * | statistics_params |
| Struct holding all parameters for which statistics to output and compute, when, and how. More... | |
| UINT4 | ndetectors |
| Number of detectors. More... | |
| UINT4 | nsegments |
| Number of segments. More... | |
| double | dfreq |
| Frequency spacing for semicoherent results. More... | |
| UINT4 | nfreqs |
| Number of frequencies. More... | |
| UINT8 * | coh_index |
| Per-segment coherent template index (optional) More... | |
| PulsarDopplerParams * | coh_phys |
| Per-segment coherent template parameters of the first frequency bin (optional) More... | |
| const REAL4 ** | coh2F |
| Per-segment multi-detector F-statistics per frequency (optional) More... | |
| const REAL4 ** | coh2F_CUDA |
| Per-segment multi-detector F-statistics per frequency (optional), stored in CUDA device memory. More... | |
| const REAL4 ** | coh2F_det [PULSAR_MAX_DETECTORS] |
| Per-segment per-detector F-statistics per frequency (optional) More... | |
| UINT4 | ncoh_res |
| Number of coherent results processed thus far. More... | |
| UINT8 | semi_index |
| Semicoherent template index. More... | |
| PulsarDopplerParams | semi_phys |
| Semicoherent template parameters of the first frequency bin. More... | |
| REAL4VectorAligned * | max2F |
| Maximized-over-segments multi-detector F-statistics per frequency. More... | |
| REAL4VectorAligned * | max2F_det [PULSAR_MAX_DETECTORS] |
| Maximized-over-segments per-detector F-statistics per frequency. More... | |
| REAL4VectorAligned * | sum2F |
| Summed multi-detector F-statistics per frequency. More... | |
| REAL4VectorAligned * | sum2F_det [PULSAR_MAX_DETECTORS] |
| Summed per-detector F-statistics per frequency. More... | |
| REAL4VectorAligned * | mean2F |
| Mean multi-detector F-statistics per frequency. More... | |
| REAL4VectorAligned * | log10BSGL |
| Line-robust log10(B_S/GL) statistic. More... | |
| REAL4VectorAligned * | log10BSGLtL |
| Transient Line-robust log10(B_S/GLtL) statistic. More... | |
| REAL4VectorAligned * | log10BtSGLtL |
| Transient Signal Line-robust log10(B_tS/GLtL) statistic. More... | |
| WeaveSimulationLevel WeaveSemiResults::simulation_level |
Bitflag representing search simulation level.
Definition at line 45 of file ComputeResults.h.
| const WeaveStatisticsParams* WeaveSemiResults::statistics_params |
Struct holding all parameters for which statistics to output and compute, when, and how.
Definition at line 47 of file ComputeResults.h.
| UINT4 WeaveSemiResults::ndetectors |
Number of detectors.
Definition at line 49 of file ComputeResults.h.
| UINT4 WeaveSemiResults::nsegments |
Number of segments.
Definition at line 51 of file ComputeResults.h.
| double WeaveSemiResults::dfreq |
Frequency spacing for semicoherent results.
Definition at line 53 of file ComputeResults.h.
| UINT4 WeaveSemiResults::nfreqs |
Number of frequencies.
Definition at line 55 of file ComputeResults.h.
| UINT8* WeaveSemiResults::coh_index |
Per-segment coherent template index (optional)
Definition at line 57 of file ComputeResults.h.
| PulsarDopplerParams* WeaveSemiResults::coh_phys |
Per-segment coherent template parameters of the first frequency bin (optional)
Definition at line 59 of file ComputeResults.h.
Per-segment multi-detector F-statistics per frequency (optional)
Definition at line 61 of file ComputeResults.h.
Per-segment multi-detector F-statistics per frequency (optional), stored in CUDA device memory.
Definition at line 63 of file ComputeResults.h.
| const REAL4** WeaveSemiResults::coh2F_det[PULSAR_MAX_DETECTORS] |
Per-segment per-detector F-statistics per frequency (optional)
Definition at line 65 of file ComputeResults.h.
| UINT4 WeaveSemiResults::ncoh_res |
Number of coherent results processed thus far.
Definition at line 67 of file ComputeResults.h.
| UINT8 WeaveSemiResults::semi_index |
Semicoherent template index.
Definition at line 69 of file ComputeResults.h.
| PulsarDopplerParams WeaveSemiResults::semi_phys |
Semicoherent template parameters of the first frequency bin.
Definition at line 71 of file ComputeResults.h.
| REAL4VectorAligned* WeaveSemiResults::max2F |
Maximized-over-segments multi-detector F-statistics per frequency.
Definition at line 73 of file ComputeResults.h.
| REAL4VectorAligned* WeaveSemiResults::max2F_det[PULSAR_MAX_DETECTORS] |
Maximized-over-segments per-detector F-statistics per frequency.
Definition at line 75 of file ComputeResults.h.
| REAL4VectorAligned* WeaveSemiResults::sum2F |
Summed multi-detector F-statistics per frequency.
Definition at line 77 of file ComputeResults.h.
| REAL4VectorAligned* WeaveSemiResults::sum2F_det[PULSAR_MAX_DETECTORS] |
Summed per-detector F-statistics per frequency.
Definition at line 79 of file ComputeResults.h.
| REAL4VectorAligned* WeaveSemiResults::mean2F |
Mean multi-detector F-statistics per frequency.
Definition at line 81 of file ComputeResults.h.
| REAL4VectorAligned* WeaveSemiResults::log10BSGL |
Line-robust log10(B_S/GL) statistic.
Definition at line 83 of file ComputeResults.h.
| REAL4VectorAligned* WeaveSemiResults::log10BSGLtL |
Transient Line-robust log10(B_S/GLtL) statistic.
Definition at line 85 of file ComputeResults.h.
| REAL4VectorAligned* WeaveSemiResults::log10BtSGLtL |
Transient Signal Line-robust log10(B_tS/GLtL) statistic.
Definition at line 87 of file ComputeResults.h.