Skip to content
ivoa-1_1.xml 10.4 KiB
Newer Older
<?xml version="1.0" encoding="UTF-8"?>
<!--
_____________________________________________________________________________

INAF - OATS National Institute for Astrophysics - Astronomical Observatory of
Trieste INAF - IA2 Italian Center for Astronomical Archives
_____________________________________________________________________________

Copyright (C) 2017 Istituto Nazionale di Astrofisica

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License Version 3 as published by the
Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.

You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<schema name="ivoa" version="1.1">
    <table name="obscore">
        <add>
            <property>
                <name>dataproduct_type</name>
                <type>VARCHAR</type>
                <size>255</size>
                <updatable>true</updatable>
                <description>Logical data product type (image etc.)</description>
                <standard>true</standard>
            </property>
            <property>
                <name>calib_level</name>
                <type>INTEGER</type>
                <updatable>true</updatable>
                <nullable>false</nullable>
                <description>Calibration level {0, 1, 2, 3, 4}</description>
                <standard>true</standard>
            </property>
            <property>
                <name>obs_collection</name>
                <type>VARCHAR</type>
                <size>255</size>
                <updatable>true</updatable>
                <nullable>false</nullable>
                <description>Name of the data collection</description>
                <standard>true</standard>
            </property>
            <property>
                <name>obs_id</name>
                <type>VARCHAR</type>
                <size>255</size>
                <updatable>true</updatable>
                <nullable>false</nullable>
                <description>Observation ID</description>
                <standard>true</standard>
            </property>
            <property>
                <name>obs_publisher_did</name>
                <type>VARCHAR</type>
                <size>255</size>
                <updatable>true</updatable>
                <nullable>false</nullable>
                <description>Dataset identifier given by the publisher</description>
                <standard>true</standard>
            </property>
            <property>
                <name>access_url</name>
                <type>CLOB</type>
                <size>255</size>
                <updatable>true</updatable>
                <description>URL used to access (download) dataset</description>
                <standard>true</standard>
            </property>
            <property>
                <name>access_format</name>
                <type>VARCHAR</type>
                <size>255</size>
                <updatable>true</updatable>
                <description>File content format</description>
                <standard>true</standard>
            </property>
            <property>
                <name>access_estsize</name>
                <type>INTEGER</type>
                <updatable>true</updatable>
                <description>Estimated size of dataset in kilo bytes</description>
                <standard>true</standard>
                <unit>kbyte</unit>
            </property>
            <property>
                <name>target_name</name>
                <type>VARCHAR</type>
                <size>255</size>
                <updatable>true</updatable>
                <description>Astronomical object observed, if any</description>
                <standard>true</standard>
            </property>
            <property>
                <name>s_ra</name>
                <type>DOUBLE</type>
                <updatable>true</updatable>
                <description>Central right ascension, ICRS</description>
                <standard>true</standard>
                <unit>deg</unit>
            </property>
            <property>
                <name>s_dec</name>
                <type>DOUBLE</type>
                <updatable>true</updatable>
                <description>Central declination, ICRS</description>
                <standard>true</standard>
                <unit>deg</unit>
            </property>
            <property>
                <name>s_fov</name>
                <type>DOUBLE</type>
                <updatable>true</updatable>
                <description>Diameter (bounds) of the covered region</description>
                <standard>true</standard>
                <unit>deg</unit>
            </property>
            <property>
                <name>s_region</name>
                <type>VARCHAR</type>
                <size>255</size>
                <updatable>true</updatable>
                <description>Sky region covered by the data product (expressed in ICRS frame)</description>
                <standard>true</standard>
            </property>
            <property>
                <name>s_xel1</name>
                <type>INTEGER</type>
                <updatable>true</updatable>
                <description>Number of elements along the first spatial axis</description>
                <standard>true</standard>
            </property>
            <property>
                <name>s_xel2</name>
                <type>INTEGER</type>
                <updatable>true</updatable>
                <description>Number of elements along the second spatial axis</description>
                <standard>true</standard>
            </property>
            <property>
                <name>s_resolution</name>
                <type>DOUBLE</type>
                <updatable>true</updatable>
                <description>Spatial resolution of data as FWHM</description>
                <standard>true</standard>
                <unit>arcsec</unit>
            </property>
            <property>
                <name>t_min</name>
                <type>DOUBLE</type>
                <updatable>true</updatable>
                <description>Start time in MJD</description>
                <standard>true</standard>
                <unit>d</unit>
            </property>
            <property>
                <name>t_max</name>
                <type>DOUBLE</type>
                <updatable>true</updatable>
                <description>Stop time in MJD</description>
                <standard>true</standard>
                <unit>d</unit>
            </property>
            <property>
                <name>t_exptime</name>
                <type>DOUBLE</type>
                <updatable>true</updatable>
                <description>Total exposure time</description>
                <standard>true</standard>
                <unit>s</unit>
            </property>
            <property>
                <name>t_resolution</name>
                <type>DOUBLE</type>
                <updatable>true</updatable>
                <description>Temporal resolution FWHM</description>
                <standard>true</standard>
                <unit>s</unit>
            </property>
            <property>
                <name>t_xel</name>
                <type>INTEGER</type>
                <updatable>true</updatable>
                <description>Number of elements along the time axis</description>
                <standard>true</standard>
            </property>
            <property>
                <name>em_min</name>
                <type>DOUBLE</type>
                <updatable>true</updatable>
                <description>Start in spectral coordinates</description>
                <standard>true</standard>
                <unit>m</unit>
            </property>
            <property>
                <name>em_max</name>
                <type>DOUBLE</type>
                <updatable>true</updatable>
                <description>Stop in spectral coordinates</description>
                <standard>true</standard>
                <unit>m</unit>
            </property>
            <property>
                <name>em_res_power</name>
                <type>DOUBLE</type>
                <updatable>true</updatable>
                <description>Spectral resolving power</description>
                <standard>true</standard>
            </property>
            <property>
                <name>em_xel</name>
                <type>INTEGER</type>
                <updatable>true</updatable>
                <description>Number of elements along the spectral axis</description>
                <standard>true</standard>
            </property>
            <property>
                <name>o_ucd</name>
                <type>VARCHAR</type>
                <size>255</size>
                <updatable>true</updatable>
                <description>UCD of observable (e.g. phot.flux.density, phot.count, etc.)</description>
                <standard>true</standard>
            </property>
            <property>
                <name>pol_states</name>
                <type>VARCHAR</type>
                <size>255</size>
                <updatable>true</updatable>
                <description>List of polarization states or NULL if not applicable</description>
                <standard>true</standard>
            </property>
            <property>
                <name>pol_xel</name>
                <type>INTEGER</type>
                <updatable>true</updatable>
                <description>Number of polarization samples</description>
                <standard>true</standard>
            </property>
            <property>
                <name>facility_name</name>
                <type>VARCHAR</type>
                <size>255</size>
                <updatable>true</updatable>
                <description>Name of the facility used for this observation</description>
                <standard>true</standard>
            </property>
            <property>
                <name>instrument_name</name>
                <type>VARCHAR</type>
                <size>255</size>
                <updatable>true</updatable>
                <description>Name of the instrument used for this observation</description>
                <standard>true</standard>
            </property>
        </add>
    </table>
</schema>