Skip to content
Snippets Groups Projects
Commit a8758a4e authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Fix HasNS parameter limit (2.83 -> 3) in VOEvents

parent 90377265
No related branches found
No related tags found
No related merge requests found
......@@ -314,7 +314,7 @@ def buildVOEvent(event, serial_number, voevent_type, request=None, skymap_filena
properties_group.add_Param(Param(name="HasNS",
dataType="float", ucd="stat.probability", value=ProbHasNS,
Description=["Probability that at least one object in the "
"binary has a mass that is less than 2.83 solar masses"]))
"binary has a mass that is less than 3 solar masses"]))
if ProbHasRemnant is not None:
properties_group.add_Param(Param(name="HasRemnant",
......
......@@ -305,7 +305,7 @@ def construct_voevent_file(superevent, voevent, request=None,
properties_group.add_Param(Param(name="HasNS",
dataType="float", ucd="stat.probability", value=ProbHasNS,
Description=["Probability that at least one object in the "
"binary has a mass that is less than 2.83 solar masses"]))
"binary has a mass that is less than 3 solar masses"]))
if ProbHasRemnant is not None:
properties_group.add_Param(Param(name="HasRemnant",
......
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