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

Removed Mchirp from VOEvent.

parent cb0c0934
No related branches found
No related tags found
No related merge requests found
......@@ -289,12 +289,13 @@ def buildVOEvent(event, serial_number, voevent_type, request=None, skymap_filena
mass = float(event.mass)
# calculate eta = (mchirp/total_mass)**(5/3)
eta = pow((mchirp/mass),5.0/3.0)
w.add_Param(Param(name="ChirpMass",
dataType="float",
ucd="phys.mass",
unit="solar mass",
value=mchirp,
Description=["Estimated CBC chirp mass"]))
# XXX
# w.add_Param(Param(name="ChirpMass",
# dataType="float",
# ucd="phys.mass",
# unit="solar mass",
# value=mchirp,
# Description=["Estimated CBC chirp mass"]))
# XXX
# w.add_Param(Param(name="Eta",
......
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