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

gstlal-inspiral: merge Data and Handler

- move Handler to its own module
- rename .gen_psd_xmldoc() to .__get_psd_xmldoc() following conventions used in inspiral.Data
- inspiral.py: excise gracedb code from Data object, encapsulate in GracedBWrapper class
- remove now unused write_psd_fileobj() from reference_psd.py
- move Data class to lloidhandler.py
- rename ._gatehandler() .__gatehandler() for consistency
- remove .flush(), unused locking wrapper of .__flush()
- remove .do_gracedb_alerts(), unused locking wrapper of .__do_gracedb_alerts()
- excise eye candy from Data class, move to stand-alone EyeCandy class
- merge what remains of Data and Handler into a single class
- excise segment tracking from result, move to stand-alone SegmentsTracker class
- use Handler's PSDs for GracedB uploads instead of getting new ones
  (addresses a FIXME)
parent f0c08260
No related branches found
No related tags found
No related merge requests found
Pipeline #28567 failed
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