ledas, astrogrid and the virtual observatory

31
Jonathan Tedds NAM 08 Jonathan Tedds University of Leicester/AstroGrid/ EuroVO DCA science team [email protected]

Upload: a-rocketeer

Post on 17-Jun-2015

1.530 views

Category:

Technology


2 download

DESCRIPTION

Presented at National Astronomy Meeting 2008. For more information about AstroGrid, see http://www.astrogrid.org/

TRANSCRIPT

Page 1: LEDAS, AstroGrid and the Virtual Observatory

Jonathan Tedds

NAM 08

Jonathan Tedds

University of Leicester/AstroGrid/EuroVO DCA science team

[email protected]

Page 2: LEDAS, AstroGrid and the Virtual Observatory

Data Archives

Jonathan Tedds

NAM 08

Page 3: LEDAS, AstroGrid and the Virtual Observatory

Jonathan Tedds

NAM 08

Page 4: LEDAS, AstroGrid and the Virtual Observatory

Jonathan Tedds

NAM 08

Page 5: LEDAS, AstroGrid and the Virtual Observatory

Jonathan Tedds

NAM 08

Page 6: LEDAS, AstroGrid and the Virtual Observatory

What are Virtual Observatories (VOs)?

“The VO vision can be summed up as the desire to make all archives speak the

same language – all searchable and analyzable by the same tools, all data

sources accessible through a common interface, all data held in distributed

databases that appear as one.”

Jonathan Tedds

NAM 08

September 2003

Professor Andy Lawrence (AstroGrid)

Institute for Astronomy

Royal Observatory Edinburgh

Page 7: LEDAS, AstroGrid and the Virtual Observatory

As a result of the IVOA we have

� A common Resource Metadata

� A common data querying language� Astronomical Data Query Language (ADQL)

Jonathan Tedds

NAM 08

� Astronomical Data Query Language (ADQL)

� Based on Structured Query Language (SQL)

� Common table format� Virtual Observatory Table (.vot)

� …and much more in the pipeline

Page 8: LEDAS, AstroGrid and the Virtual Observatory

Advantages of VO data access

� Accessing multiwavelength data easier:

� Do not need to access different interfaces, register once only

Jonathan Tedds

NAM 08

Page 9: LEDAS, AstroGrid and the Virtual Observatory

Advantages of VO data access

� Accessing multiwavelength data easier:

� Do not need to access different interfaces, register once only

� Data access from one single entry point

Able to build workflows i.e. pieces of code which run on

Jonathan Tedds

NAM 08

� Able to build workflows i.e. pieces of code which run on the server and are reusable

Page 10: LEDAS, AstroGrid and the Virtual Observatory

http://www.astrogrid.org (April 2008 1st public release)

Jonathan Tedds

NAM 08

Page 11: LEDAS, AstroGrid and the Virtual Observatory

VO Explorer:

� AstroGrid front end, part of VOdesktop

� Resource-centric

� Select a search-space

� Search for resources

� Filter these resources

View selected resources

Jonathan Tedds

NAM 08

� View selected resources

� Use the selection

� Invoke it

� Save/Bookmark/Tag it

� Export it

Page 12: LEDAS, AstroGrid and the Virtual Observatory

Access existing X-ray cluster catalogues

� Browse through keyword metadata

Jonathan Tedds

NAM 08

� Browse through keyword metadata

Page 13: LEDAS, AstroGrid and the Virtual Observatory

Find

Page 14: LEDAS, AstroGrid and the Virtual Observatory

Resources!

Jonathan Tedds

NAM 08

Page 15: LEDAS, AstroGrid and the Virtual Observatory

Resources!

Jonathan Tedds

NAM 08

Page 16: LEDAS, AstroGrid and the Virtual Observatory

�� If data in a simple DB can If data in a simple DB can publish to VO in ~day!publish to VO in ~day!

�� We can help you: June 23We can help you: June 23--27, 27, 2008 2008 data publishingdata publishing workshop workshop at at ESO, ESO, GarchingGarching

content +resources

�� For catalogues, imagesFor catalogues, images, spectra, , spectra, transient & theoretical archivestransient & theoretical archives

�� CensusCensus of European Data of European Data Centres & ArchivesCentres & Archives

�� UK contact: UK contact: [email protected]@star.le.ac.uk

technicalsystem

operations +support

Page 17: LEDAS, AstroGrid and the Virtual Observatory

More advanced query: Access all extended 2XMM

X-ray sources

� Make own X-ray cluster candidate catalogue

� Filter large multiwavelength archives remotely:

Jonathan Tedds

NAM 08

� Filter large multiwavelength archives remotely:

� Create manageable science subsets

Page 18: LEDAS, AstroGrid and the Virtual Observatory

Resources!

Jonathan Tedds

NAM 08

Columns

Page 19: LEDAS, AstroGrid and the Virtual Observatory

Resources!

Filter columns

Page 20: LEDAS, AstroGrid and the Virtual Observatory

Resources!

Query

Page 21: LEDAS, AstroGrid and the Virtual Observatory

Resources!

Page 22: LEDAS, AstroGrid and the Virtual Observatory

Resources!

Page 23: LEDAS, AstroGrid and the Virtual Observatory

Command Line Scripting� Connect to the AstroGrid system from your own Python scripts (IDL,

perl…to come)

#!/usr/bin/python# Given an input list od objects, queries the 2MASS catalogue returning a # VOTable for each object.

from astrogrid import ConeSearchfrom astrogrid.utils import broadcast, read_votable

# Read input list of ra, decs from VOTablevot=read_votable('sample.vot')id = vot['id']

Jonathan Tedds

NAM 08

id = vot['id']ra = map(float, vot['ra'])dec = map(float, vot['dec'])

# We are going to query 2MASS at RoEivorn = 'ivo://wfau.roe.ac.uk/twomass-dsa/cone'cone = ConeSearch(ivorn)

nsrc = len(ra) # Number of sourcesradius=20./3600.0 # Search radius in degrees

print 'Starting Query: %d objects' % nsrc

for i in range(nsrc):res = cone.execute(ra[i], dec[i], radius)# Uncomment the following line if you want to send the output to TOPCAT# broadcast(res)print 'Writing 2mass_%s.vot' % id[i]open('2mass_%s.vot' % id[i], 'w').write(res)

Page 24: LEDAS, AstroGrid and the Virtual Observatory

Correlation with SDSS

Jonathan Tedds

NAM 08

Spectroscopic z = 0.223 (Lamer+, in prep)

Page 25: LEDAS, AstroGrid and the Virtual Observatory

Advantages of VO data access

� Accessing multiwavelength data easier:

� Do not need to access different interfaces, register once only

� Data access from one single entry point

Able to build workflows i.e. pieces of code which run on

Jonathan Tedds

NAM 08

� Able to build workflows i.e. pieces of code which run on the server and are reusable

� Tools to analyse the returned data

� Different tools which share standards on how to interoperate

Page 26: LEDAS, AstroGrid and the Virtual Observatory

X-Ray Upper Limit Server: Clive Page/XMM-SSC

+ Duncan Law-Green /LEDAS

ALADIN image here

Raw & processed archive data

FITS HDS JPG

ALADIN image hereMeasure counts within circle and fitted

Background + set detection LH threshold

⇒ Empirical upper-limit to flux

according to algorithm of Carrera+ 07

Page 27: LEDAS, AstroGrid and the Virtual Observatory

ALADIN image here

Raw & processed archive data

Catalogue Fluxes

FITS HDS JPG

X-Ray Upper Limit Server

ALADIN image here

Page 28: LEDAS, AstroGrid and the Virtual Observatory

X-Ray Upper Limit Server

ALADIN image here

Raw & processed archive data

Catalogue Fluxes

Generated Fluxes

FITS HDS JPG

ALADIN image here

Page 29: LEDAS, AstroGrid and the Virtual Observatory

X-Ray Upper Limit Server

ALADIN image here

Raw & processed archive data

Catalogue Fluxes

Generated Fluxes

FITS HDS JPG

ALADIN image here

Flux limits

Page 30: LEDAS, AstroGrid and the Virtual Observatory

X-Ray Upper Limit Server

ALADIN image here

Raw & processed archive data

Catalogue Fluxes

Generated Fluxes

FITS HDS JPG

ALADIN image here

Flux limits

Automation (workflow)

Generated spectra/time series, thumbnail images

Page 31: LEDAS, AstroGrid and the Virtual Observatory

http://www.astrogrid.org (April 2008 1st public release)

Jonathan Tedds

NAM 08