Skip to content
Snippets Groups Projects
Commit 328af71a authored by Kipp Cannon's avatar Kipp Cannon
Browse files

inspiral.py: a few tweaks to coinc counting

- aesthetics: in appsink_new_buffer(), when histogramming likelihood ratios for zero-lag candidates, don't inline the construction of the instruments tag for the coinc
- in __flush():  when counting non-coincident singles, do not count singles recovered during single-instrument time.  this test is already part of appsink_new_buffer() but was forgotten here
- performance:  in __flush():  when histogramming likelihood ratios for zero-lag candidates, rely on the zero_lag_time_slide_ids set maintained by stream_thinca.last_coincs to identify all-zero offset vectors;  construct the instruments tag inside the conditional to skip when not needed
parent a680ae85
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment