Skip to content
Snippets Groups Projects
Commit d22b7330 authored by Branson Craig Stephens's avatar Branson Craig Stephens
Browse files

Removed eta from VOEvent. This leaves Mchirp and MaxDistance for CBC attributes.

parent 6c07e9b1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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