Recent Releases of gocart
gocart - v0.4.2
- ENHANCEMENT: added a
burstfiltering parameter. If set to True, burst event alerts will pass the filter, otherwise they filtered out (default). - REFACTOR: maps with
CREATOR: ligo-skymap-from-samplesnow named on file asbilby.multiorder.fits. - REFACTOR: try, except added to listen parser. If an alert breaks the parser an ugly error message is reported, but the listener stays alive to listen to subsequent alerts.
- FIXED: burst events causing headaches for filtering and map conversion. The first 'real' burst event provided the necessary alert packet and map to create a realistic unit test for the entire codebase. The code is now much more robust to busrt event alerts.
- Python
Published by thespacedoctor almost 3 years ago
gocart - v0.4.1
FIXED: a bug in the filtering routine caused alerts to pass the filtering algorithm if an unknown parameter in the filtering settings was found. It now fails by default instead of passing.: a bug in the filtering routine that caused alerts to pass the filtering algorithm if an unknown parameter in the filtering settings was found. It now fails by default instead of passing.
- Python
Published by thespacedoctor almost 3 years ago
gocart - v0.3.0
- FEATURE: user can now add their own plugin scripts to run every time an alert is parsed
- ENHANCEMENT: added a count of alerts read when first connected to kafka (gives users peace of mind that gocart is working)
- FIXED: area calculations fixed (I was still sorting by prob but should have been sorting by probdensity for mulit-order maps)
- FIXED: can still read an event ID even if not found in the sky-map header (tried to find the event ID from the map directory path)
- Python
Published by thespacedoctor almost 3 years ago