Skip to content
Snippets Groups Projects
Commit c416b9b2 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by Alexander Pace
Browse files

Fixing VOEvent build for oLIB events and removing VOEVENT_FAR_FLOOR

parent 1184a764
No related branches found
No related tags found
No related merge requests found
......@@ -461,6 +461,8 @@ def buildVOEvent(event, serial_number, voevent_type, request=None, skymap_filena
pass
elif isinstance(event,LalInferenceBurstEvent):
w.add_Param(Param(name="frequency",
dataType="float",
ucd="gw.frequency",
unit="Hz",
value=float(event.frequency_mean),
Description=["Mean frequency of GW burst signal"]))
......
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