askap-vast / vast-pipeline

This repository holds the code of the Radio Transient detection pipeline for the VAST project.
https://vast-survey.org/vast-pipeline/
MIT License
7 stars 3 forks source link

Add access to Data Central Data Aggregation Service #695

Closed ddobie closed 10 months ago

ddobie commented 10 months ago

@sdryder has shown off the Data Central DAS. Ultimately it would be good to implement some of this directly into the pipeline, but in the meantime it is trivial to add a button (similar to the simbad, NED etc buttons) to the top of the page that will automatically bring up the relevant page.

ddobie commented 10 months ago

Should just be a matter of adding the following to here

<a href="https://das.datacentral.org.au/das?RA={{ source.aladin_ra|floatformat:6 }}&DEC={{ source.aladin_dec|floatformat:6 }}&FOV=2.0&ERR=10.0"
class="d-none d-sm-inline-block btn btn-sm btn-info btn-icon-split shadow-sm" target="_blank"
title="Data Central cone search with a 10 arcsec radius.">
<span class="icon text-white-600">
  <i class="fas fa-info-circle fa-sm"></i>
</span>
<span class="text">DAS</span>
</a>