Skip to content
Snippets Groups Projects
Commit 7406af42 authored by Leo P. Singer's avatar Leo P. Singer Committed by Leo P. Singer
Browse files

Remove skymap_png parameter from VOEvents

The sky map plots take longer to generate than the FITS files
themselves, so they would have needlessly delayed the preliminary
alerts.
parent 838f80fd
No related branches found
No related tags found
1 merge request!19Remove skymap_png parameter from VOEvents
Pipeline #42881 passed
......@@ -54,9 +54,6 @@ xsi:schemaLocation="http://www.ivoa.net/xml/VOEvent/v2.0 http://www.ivoa.net/xml
<Param name="skymap_fits" dataType="string" value="https://emfollow.docs.ligo.org/userguide/_static/bayestar.fits.gz" ucd="meta.ref.url">
<Description>Sky Map FITS</Description>
</Param>
<Param name="skymap_png" dataType="string" value="https://emfollow.docs.ligo.org/userguide/_static/bayestar.png" ucd="meta.ref.url">
<Description>Sky Map image</Description>
</Param>
</Group>
<Group type="Classification">
<Description>
......
......@@ -54,9 +54,6 @@ xsi:schemaLocation="http://www.ivoa.net/xml/VOEvent/v2.0 http://www.ivoa.net/xml
<Param name="skymap_fits" dataType="string" value="https://emfollow.docs.ligo.org/userguide/_static/bayestar.fits.gz" ucd="meta.ref.url">
<Description>Sky Map FITS</Description>
</Param>
<Param name="skymap_png" dataType="string" value="https://emfollow.docs.ligo.org/userguide/_static/bayestar.png" ucd="meta.ref.url">
<Description>Sky Map image</Description>
</Param>
</Group>
<Group type="Classification">
<Description>
......
......@@ -54,9 +54,6 @@ xsi:schemaLocation="http://www.ivoa.net/xml/VOEvent/v2.0 http://www.ivoa.net/xml
<Param name="skymap_fits" dataType="string" value="https://emfollow.docs.ligo.org/userguide/_static/bayestar.fits.gz" ucd="meta.ref.url">
<Description>Sky Map FITS</Description>
</Param>
<Param name="skymap_png" dataType="string" value="https://emfollow.docs.ligo.org/userguide/_static/bayestar.png" ucd="meta.ref.url">
<Description>Sky Map image</Description>
</Param>
</Group>
<Group type="Classification">
<Description>
......
......@@ -14,6 +14,10 @@ Version 3 (unreleased)
.. rubric:: Alert Contents
* Remove the ``skymap_png`` parameter from the VOEVents. The sky map plots take
longer to generate than the FITS files themselves, so they would have
needlessly delayed the preliminary alerts.
.. rubric:: Sample Code
Version 2 (2018-12-13)
......
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