Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* SNR optimizer option types (#4650) * SNR optimizer option types Fix issue in non-default settings for some options that Max complained about * Use standard verbosity argument --------- Co-authored-by: maxtrevor <[email protected]> * Need to use atol for isclose here (#4655) * Update how live fitting deals with invalid values (#4653) * Update how live fitting deals with invalid values * TDC comments * Tito's fixes * Add check for nan trigger fit values in the singles IFAR calculation * Properly fix ASD plot minimum value (#4671) * Properly fix ASD plot minimum value Rather than a hard coded minimum use the minimum value we are going to plot. Also put the calculation of the asd we are plotting on a single line rather than splitting over 2 * Fix bug and grid * ignore samples above minimum freq rather than above 0 * curr_psd does exist ! * specify an older branch of BBHx in tox.ini (#4672) (#4674) * specify an older branch of BBHx in tox.ini * Update tox.ini Co-authored-by: Shichao Wu <[email protected]> --------- Co-authored-by: Shichao Wu <[email protected]> * Modify logging in pycbc_optimize_snr to avoid dependencies * Add live singles significance fitting supervision script to github repo (#4687) * tidy up code before adding to github repo * log starting fitting script * Fix IndexError in PyCBC Live's followup code (#4676) * Draft fix for followup indexing error * Use a nonzero min required lookback, better variable names * Alex's comment on td_samples vs delta_f * Add docstring for `followup_event_significance` * Docstring fixes * Work on comments * Try to fix Sphinx error * Simplify definition of strain buffer length * Explicit kwarg name Co-authored-by: maxtrevor <[email protected]> * Simplify `from_cli()` args * Fix error * Update example --------- Co-authored-by: maxtrevor <[email protected]> * Supervision script typo (#4696) * increment version * Fix import broken by change in lscsoft-glue (#4662) * Drop lscsoft-glue dependency * Glue still needed, do not drop it! * Fix bug from scipy version changing (#4683) --------- Co-authored-by: Thomas Dent <[email protected]> Co-authored-by: Ian Harry <[email protected]> Co-authored-by: Gareth S Cabourn Davies <[email protected]> Co-authored-by: Shichao Wu <[email protected]> Co-authored-by: Tito Dal Canton <[email protected]>
- Loading branch information