Struct holding various timing measurements and relevant search parameters.
This is used to fit timing-models with measured times to predict search run-times
Definition at line 119 of file ComputeFstatistic_v2.c.
Data Fields | |
UINT4 | NSFTs |
total number of SFTs More... | |
UINT4 | NFreq |
number of frequency bins More... | |
REAL8 | tauFstat |
time to compute one Fstatistic over full data-duration (NSFT atoms) [in seconds] More... | |
REAL8 | tauTemplate |
total loop time per template, includes candidate-handling (transient stats, toplist etc) More... | |
REAL8 | tauF0 |
Demod timing constant = time per template per SFT. More... | |
UINT4 | tauMin |
shortest transient timescale [s] More... | |
UINT4 | tauMax |
longest transient timescale [s] More... | |
UINT4 | NStart |
number of transient start-time steps in FstatMap matrix More... | |
UINT4 | NTau |
number of transient timescale steps in FstatMap matrix More... | |
REAL8 | tauTransFstatMap |
time to compute transient-search Fstatistic-map over {t0, tau} [s] More... | |
REAL8 | tauTransMarg |
time to marginalize the Fstat-map to compute transient-search Bayes [s] More... | |
UINT4 | Nseg |
number of semi-coherent segments More... | |
UINT4 | Ndet |
number of detectors More... | |
UINT4 | Tcoh |
length of coherent segments in seconds More... | |
UINT4 | Nsft |
total number of SFTs More... | |
UINT4 | Ncand |
length of toplists More... | |
UINT4 | NFreqCo |
total number of frequency bins computed in coarse grid (including sidebands!) More... | |
REAL8 | Ncoh |
number of coarse-grid Fstat templates ('coherent') More... | |
REAL8 | Ninc |
number of fine-grid templates ('incoherent') More... | |
const char * | FstatMethodStr |
Fstat-method used. More... | |
const char * | RecalcMethodStr |
Fstat-method used. More... | |
REAL8 | tau_Fstat |
REAL8 | tau_SumF |
REAL8 | tau_Bayes |
REAL8 | tau_Recalc |
REAL8 | time_Other |
UINT4 timingInfo_t::NSFTs |
total number of SFTs
Definition at line 120 of file ComputeFstatistic_v2.c.
UINT4 timingInfo_t::NFreq |
number of frequency bins
Definition at line 121 of file ComputeFstatistic_v2.c.
REAL8 timingInfo_t::tauFstat |
time to compute one Fstatistic over full data-duration (NSFT atoms) [in seconds]
Definition at line 122 of file ComputeFstatistic_v2.c.
REAL8 timingInfo_t::tauTemplate |
total loop time per template, includes candidate-handling (transient stats, toplist etc)
Definition at line 123 of file ComputeFstatistic_v2.c.
REAL8 timingInfo_t::tauF0 |
Demod timing constant = time per template per SFT.
Definition at line 124 of file ComputeFstatistic_v2.c.
UINT4 timingInfo_t::tauMin |
shortest transient timescale [s]
Definition at line 127 of file ComputeFstatistic_v2.c.
UINT4 timingInfo_t::tauMax |
longest transient timescale [s]
Definition at line 128 of file ComputeFstatistic_v2.c.
UINT4 timingInfo_t::NStart |
number of transient start-time steps in FstatMap matrix
Definition at line 129 of file ComputeFstatistic_v2.c.
UINT4 timingInfo_t::NTau |
number of transient timescale steps in FstatMap matrix
Definition at line 130 of file ComputeFstatistic_v2.c.
REAL8 timingInfo_t::tauTransFstatMap |
time to compute transient-search Fstatistic-map over {t0, tau} [s]
Definition at line 131 of file ComputeFstatistic_v2.c.
REAL8 timingInfo_t::tauTransMarg |
time to marginalize the Fstat-map to compute transient-search Bayes [s]
Definition at line 132 of file ComputeFstatistic_v2.c.
UINT4 timingInfo_t::Nseg |
number of semi-coherent segments
Definition at line 161 of file HierarchSearchGCT.c.
UINT4 timingInfo_t::Ndet |
number of detectors
Definition at line 162 of file HierarchSearchGCT.c.
UINT4 timingInfo_t::Tcoh |
length of coherent segments in seconds
Definition at line 163 of file HierarchSearchGCT.c.
UINT4 timingInfo_t::Nsft |
total number of SFTs
Definition at line 164 of file HierarchSearchGCT.c.
UINT4 timingInfo_t::Ncand |
length of toplists
Definition at line 165 of file HierarchSearchGCT.c.
UINT4 timingInfo_t::NFreqCo |
total number of frequency bins computed in coarse grid (including sidebands!)
Definition at line 167 of file HierarchSearchGCT.c.
REAL8 timingInfo_t::Ncoh |
number of coarse-grid Fstat templates ('coherent')
Definition at line 168 of file HierarchSearchGCT.c.
REAL8 timingInfo_t::Ninc |
number of fine-grid templates ('incoherent')
Definition at line 169 of file HierarchSearchGCT.c.
Fstat-method used.
Definition at line 171 of file HierarchSearchGCT.c.
Fstat-method used.
Definition at line 172 of file HierarchSearchGCT.c.
REAL8 timingInfo_t::tau_Fstat |
Definition at line 177 of file HierarchSearchGCT.c.
REAL8 timingInfo_t::tau_SumF |
Definition at line 178 of file HierarchSearchGCT.c.
REAL8 timingInfo_t::tau_Bayes |
Definition at line 179 of file HierarchSearchGCT.c.
REAL8 timingInfo_t::tau_Recalc |
Definition at line 180 of file HierarchSearchGCT.c.
REAL8 timingInfo_t::time_Other |
Definition at line 181 of file HierarchSearchGCT.c.