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

Remove VOEvent Retraction param from What section

parent 846459f2
No related branches found
No related tags found
No related merge requests found
......@@ -195,12 +195,6 @@ def buildVOEvent(event, serial_number, voevent_type, request=None, skymap_filena
value = alert_type.capitalize(),
Description=["VOEvent alert type"]))
w.add_Param(Param(name="Retraction",
dataType="int",
ucd="meta.number",
value=(1 if voevent_type == 'retraction' else 0),
Description=["Set to 1 if the event is retracted, otherwise 0"]))
# Shib protected event page
# Whether the event is a hardware injection or not
w.add_Param(Param(name="HardwareInj",
......
......@@ -189,12 +189,6 @@ def construct_voevent_file(superevent, voevent, request=None,
value = alert_type.capitalize(),
Description=["VOEvent alert type"]))
w.add_Param(Param(name="Retraction",
dataType="int",
ucd="meta.number",
value=(1 if voevent_type == 'retraction' else 0),
Description=["Set to 1 if the event is retracted, otherwise 0"]))
# Whether the event is a hardware injection or not
w.add_Param(Param(name="HardwareInj",
dataType="int",
......
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