html5-img
1 / 6

WP7, Task 2

WP7, Task 2. Server conversion libraries from spectra native format to IVOA SED format. Intent. The problem SSA allows for spectra in “native” FITS format a multitude of different conventions tools need to cope with all these conventions The solution

Télécharger la présentation

WP7, Task 2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. WP7, Task 2 Server conversion libraries from spectra native format to IVOA SED format AIDA WP7, Task 2 Third Technology Forum, 16 March 2009, Strasbourg Bruno Rino

  2. Intent • The problem • SSA allows for spectra in “native” FITS format • a multitude of different conventions • tools need to cope with all these conventions • The solution • convert “native” spectra to Spectrum DM, on the server-side • First step • use ESO non-raw spectra as samples AIDA WP7, Task 2 Third Technology Forum, 16 March 2009, Strasbourg Bruno Rino

  3. Investigation (1) • ESO Spectra: Data • Flux • “1-d” image on primary HDU • naxis = 1, naxis1 = n • 1-row “2-d” image on primary HDU • naxis = 2, naxis1 = n, naxis2 = 1 • Wavelength • ( i - crpix1 ) * cdelt1 + crval1 • i = 1..n • No error information AIDA WP7, Task 2 Third Technology Forum, 16 March 2009, Strasbourg Bruno Rino

  4. Investigation (2) • ESO Spectra: Metadata • Required for data transformation: • naxis • crpix1, cdelt1, crval1 • Essential • cunit1 (Wave unit), bunit (Flux unit) • multiple syntaxes (A, Angstrom, erg/cm2/s/A, erg/cm^2/A/sec, erg/cm**2/s/angstrom) • Spectrum DM compliance • metadata lives in a DB AIDA WP7, Task 2 Third Technology Forum, 16 March 2009, Strasbourg Bruno Rino

  5. Status • Proof of concept: • Python transformation CGI • Input: • URL pointing to a 1d image; • Output: • SED recommended FITS (i.e., BINTABLE with 1 row for 1 spectrum); • Header currently copied over as is AIDA WP7, Task 2 Third Technology Forum, 16 March 2009, Strasbourg Bruno Rino

  6. To do • Check whether erroneous metadata can be recognised and fixed automatically • Add SPECTRUM DM suggested keywords (Coverage, sampling, curation, etc.) • Massive test against all ESO reduced spectra • What other FITS conventions are out there? • AIDA_WP7T2@eurovo.org AIDA WP7, Task 2 Third Technology Forum, 16 March 2009, Strasbourg Bruno Rino

More Related