From d22b7330ed945616eabdfa08cc44b3a399e428f4 Mon Sep 17 00:00:00 2001 From: Branson Stephens <branson.stephens@ligo.org> Date: Thu, 10 Sep 2015 11:37:07 -0500 Subject: [PATCH] Removed eta from VOEvent. This leaves Mchirp and MaxDistance for CBC attributes. --- gracedb/buildVOEvent.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/gracedb/buildVOEvent.py b/gracedb/buildVOEvent.py index 350ba3155..a371a3880 100755 --- a/gracedb/buildVOEvent.py +++ b/gracedb/buildVOEvent.py @@ -296,12 +296,13 @@ def buildVOEvent(event, serial_number, voevent_type, request=None, skymap_filena value=mchirp, Description=["Estimated CBC chirp mass"])) - w.add_Param(Param(name="Eta", - dataType="float", - ucd="phys.mass;arith.factor", - unit="", - value=eta, - Description=["Estimated ratio of reduced mass to total mass"])) +# XXX +# w.add_Param(Param(name="Eta", +# dataType="float", +# ucd="phys.mass;arith.factor", +# unit="", +# value=eta, +# Description=["Estimated ratio of reduced mass to total mass"])) # build up MaxDistance. event.singleinspiral_set.all()? # Each detector calculates an effective distance assuming the inspiral is -- GitLab