Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add access to Data Central Data Aggregation Service #695

Closed
ddobie opened this issue Aug 31, 2023 · 1 comment · Fixed by #697
Closed

Add access to Data Central Data Aggregation Service #695

ddobie opened this issue Aug 31, 2023 · 1 comment · Fixed by #697
Assignees
Labels
enhancement New feature or request

Comments

@ddobie
Copy link
Contributor

ddobie commented Aug 31, 2023

@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 ddobie self-assigned this Aug 31, 2023
@ddobie ddobie added the enhancement New feature or request label Aug 31, 2023
@ddobie
Copy link
Contributor Author

ddobie commented Aug 31, 2023

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant