-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a script to supervise template fitting in pycbc live (#4813)
* Move code which will be shared into a module * getting more things ready for the trigger fits / dq supervision * start work on fit_by, fit_over and DQ trigger supervision * some work - bring in latest trigger file finding * updates to use latest trigger file finding * pass cuts through to the collation script * symlink fit_over_multiparam output to variable file * remove unused imports, argument ordering, plot titles * CC * Fix docstring, formatting * Move the trigger collatiojn/fitting superviosor to use configparsert * start moving significance fit supervision to configparser * Start puttinf template fits into supervision code shared with significance fits * Deal properly with whene there are no trigers, so we can't calculate the median_sigma * Remove no-longer-valid efficiency savings * Some minor fixes for when sending mail from supervision * Mve to a single supervision file for both trigger and significance fits * Remove FIXMEs * Use check=True with subprocess.run * Remove function checking fit coefficients - it is now unclear what the 'safe' ranges should be for the various different stages * Fix minor bug * typo * Some minor fixes and TDC comments * CC
- Loading branch information
1 parent
3d9f7e2
commit 65b8a89
Showing
9 changed files
with
802 additions
and
536 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.