Presentation is loading. Please wait.

Presentation is loading. Please wait.

An International Virtual Observatory data exchange format VOTable Roy Williams François Ochsenbein Clive Davenhall Daniel Durand Pierre Fernique David.

Similar presentations


Presentation on theme: "An International Virtual Observatory data exchange format VOTable Roy Williams François Ochsenbein Clive Davenhall Daniel Durand Pierre Fernique David."— Presentation transcript:

1 an International Virtual Observatory data exchange format VOTable Roy Williams François Ochsenbein Clive Davenhall Daniel Durand Pierre Fernique David Giaretta Robert Hanisch Tom McGlynn Alex Szalay Andreas Wicenec

2 XML: Structured Information Antonio Stadivarius Domenico Scarlatti 13 4 1723 Io bisogno una appartamento acoglienti a Cremona … 4/13/23 April 13, 1723 17.iv.1723 Separation of structure from presentation The computer can read the document: Find all memos from April 1723

3 VOTable Full metadata representation Hierarchy of RESOURCEs containing PARAMs and TABLEs UCD (unified content descriptor) –a has unit meter –a has UCD ORBIT_SIZE_SMAJ (Semi-major axis of the orbit ) Can reference remote and/or binary streams Table can be –Pure XML –"Simple Binary" –FITS Binary Table

4 VOTable Parentage Astrores XML format for tables Developed at CDS Strasbourg Presented at ADASS 1999 Vizier implementation XSIL XML format for Tables and Arrays Developed at LIGO Caltech 2000 Extensible through Type-Class dynamic loading Java parsing, browsing, editing Matlab interface

5 Sample VOTable This parameter is designed to store the observer's name Some bright stars <FIELD name="RA" ucd="POS_EQ_RA" ref="myJ2000" unit="deg" datatype="float" precision="F3" width="7"/> <FIELD name="Dec" ucd="POS_EQ_DEC" ref="myJ2000" unit="deg" datatype="float" precision="F3" width="7"/> Procyon 114.827 5.227 4 5 3 4 3 2 1 2 3 3 5 6 Vega 279.234 38.782 8 7 8 6 8 6 <STREAM href="ftp://server.com/mydata.fits" expires="2002-02-22" actuate="onRequest"/>

6 Table Cell scalar arrays variable length arrays etc boolean bit unsignedByte short int long char unicodeChar float double floatComplex doubleComplex Primitives

7 VOTable is Flexy eg Table of images UCD="JPEG_IMAGE" datatype="unsignedByte" arraysize="*" eg Table of URL links UCD=DATA_LINK" datatype="char" arraysize="*"

8 VOTable Schema (xsd)

9 Table Data Model Metadata Class definition for Row FIELD –data type –semantic type Data Each Row is a list of Cells Each Cell is an array of Primitives –may be variable length

10 Table Data Layout All metadata first –small, complex, XML Class definition for table record + params, description, etc etc Then data –(may be) large, remote –XML | binary | FITS Instantiations of table record All records MUST have same format

11 Param Data Model Param is Table with one cell Like a FIELD value But with a value attribute

12 Primitives All have fixed binary length Same as FITS primitives Except Unicode datatype Meaning FIT S Bytes "boolean"Logical"L""L"1 "bit"Bit"X""X"* "unsignedByte"Byte (0 to 255)"B""B"1 "short"Short Integer"I""I"2 "int"Integer"J""J"4 "long"Long integer"K""K"8 "char"ASCII Character"A""A"1 "unicodeChar"Unicode Character 2 "float"Floating point"E""E"4 "double"Double"D""D"8 "floatComplex"Float Complex"C""C"8 "doubleComplex"Double Complex"M""M"16

13 Multidimensional Array Cell A table cell can have lots of Primitives Example: WCS parameters are arrays – Example: up to 10 images, each 64x64 –

14 Hierarchy A VOTable contains RESOURCES –RESOURCE can contain: TABLE RESOURCE etc Usage example Many observations in the file, –each is a RESOURCE Each observation is –Parameters –Calibration table –Raw data table

15 Hierarchy New feature: GROUP

16 Unified Content Descriptors UCD is a semantic type PHOT.INT-MAG.B Integrated total blue magnitude ORBIT.ECCENTRICITYOrbital eccentricity STAT.MEDIANStatistics Median Value INST.QEDetector's Quantum Efficiency Can be resolved by web service –to description, examples, etc Base + Specifiers eg error in default right ascension POS.EQ.RA, MAIN, ERROR

17 VOTable Friends XMLBinary Streaming TableDatacubeSemantics VOTable BinX MS Dataset HDF XDF Some self-describing file formats

18 XML Parsing SAX : Event-Based Handlers for StartElement, Text, EndElement, etc. Found element BookCatalogue Found element Book Found Element Title Found Text The Cambridge Star Atlas Found End Element Title ….

19 Parsing DOM : Document Object Model Returns a tree-like Document object with data attached BookCatalogue Book Title ISBNParallel Computing Works! Cambridge Star Atlas Title Author Wil Tirion

20 Binding to make a Parser for(int i=0; i<table.getFieldCount(); i++){ Field field = (Field)table.getFieldAt(i); String u = field.getUcd(); if(u != null && u.equals("POS_EQ_RA_MAIN")) System.out.println("Field " + i + " is for RA"); } From the Schema an API and library is generated JAXB Breeze Castor This is JAVOT (Caltech)

21 VOTable Software Treeview from UK-VO

22 VOTable Software VOPlot from India-VO

23 VOTable Software VOTool from US-VO

24 VOTable software Mirage from Bell Labs


Download ppt "An International Virtual Observatory data exchange format VOTable Roy Williams François Ochsenbein Clive Davenhall Daniel Durand Pierre Fernique David."

Similar presentations


Ads by Google