Tito Dal Canton
Tito Dal Canton
No functional change here, this mostly reformats the code in LiveEventManager to reduce the number of arguments and variables that have to be passed around.
@spxiwh notes: ```python minchirp = mchirp * (1 - mchirp / 50.0) maxchirp = mchirp * (1 + mchirp / 50.0) ``` > It looks like there's a bug here....
It is possible to hit errors in PyCBC Live due to excessive duration of a template. It would be nice to have some sort of sanity check performed at startup,...
`pycbc_fit_sngls_over_multiparam` seems to involve N^2 operations, with N the number of templates in the bank. With large template banks, `fit_sngls_over_multiparam` jobs can become bottlenecks for the all-sky coincident search workflow....
`pycbc_plot_qscan` makes confusing plots if it intersects the beginning or end of observing mode. One or more panels can be empty or show non-existing glitches. An example is visible [here](https://ligo.gravity.cf.ac.uk/~elisa.nitoglia/o3/runs/hl/c00/a40_initial/4._coincident_triggers/4.01_loudest_background_followup/)....
@MPillas and I are trying out the faithsim code in preparation for O4. Here is a list of broken things to have a better idea of what needs work to...
This happened yesterday to the analysis of MDC O3 replay data, using PyCBC 0.0a8429 / git hash 41beb31b31e8bd3c867b914af048c7e412e23615. ``` Traceback (most recent call last): File "/home/pycbc.live/.conda/envs/conda-test/lib/python3.9/multiprocessing/pool.py", line 125, in worker...
Spotted by Cody on the MDC analysis: > I see a ValueError with the message "BAYESTAR expects the SNR time series to be centered on the single-detector trigger times, but...
I would like to take care of this with some students here.
In #4550 we noticed that the `write_to_hdf()` method of `EventManagerCoherent` does something unexpected with some of the properties of the templates. Specifically, it writes some of the template properties into...