<?xml version='1.0'?><?xml-stylesheet href='/static/xsl/oai.xsl' type='text/xsl'?><ri:Resource created="2009-12-01T10:00:00Z" status="active" updated="2025-10-20T14:03:38Z" xmlns:g-colstat="http://dc.g-vo.org/ColStats-1" xmlns:ri="http://www.ivoa.net/xml/RegistryInterface/v1.0" xmlns:tr="http://www.ivoa.net/xml/TAPRegExt/v1.0" xmlns:vg="http://www.ivoa.net/xml/VORegistry/v1.0" xmlns:vr="http://www.ivoa.net/xml/VOResource/v1.0" xmlns:vs="http://www.ivoa.net/xml/VODataService/v1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://dc.g-vo.org/ColStats-1 http://vo.ari.uni-heidelberg.de/docs/schemata/Colstats.xsd http://www.ivoa.net/xml/RegistryInterface/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/RegistryInterface.xsd http://www.ivoa.net/xml/TAPRegExt/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/TAPRegExt.xsd http://www.ivoa.net/xml/VORegistry/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/VORegistry.xsd http://www.ivoa.net/xml/VOResource/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/VOResource.xsd http://www.ivoa.net/xml/VODataService/v1.1 http://vo.ari.uni-heidelberg.de/docs/schemata/VODataService.xsd" xsi:type="vs:CatalogService"><title>CDN VO Server TAP service</title><shortName>PADCC TAP</shortName><identifier>ivo://padc.obspm.nancay/tap</identifier><curation><publisher>Paris Astronomical Data Centre</publisher><creator><name>PADC</name><logo>http://voparis-srv-paris.obspm.fr/logos/PADC_small.png</logo></creator><date role="updated">2024-07-04T14:53:33Z</date><contact><name>PADC support team</name><address>77 av. Denfert Rochereau, 75014 Paris, FRANCE</address><email>vo.paris@obspm.fr</email><telephone>0033140512082</telephone></contact></curation><content><subject>virtual-observatories</subject><subject>catalogs</subject><description>The CDN VO Server's TAP end point. The Table Access
Protocol (TAP) lets you execute queries against our database tables,
inspect various metadata, and upload your own data. It is thus the
VO's premier way to access public data holdings.

Tables exposed through this endpoint include: main from the dynspecms_proto schema, obscore, pulsar from the fr606 schema, obscore from the ivoa schema, epn_core from the nda schema, bst from the nenufar schema, epn_core from the nenusun schema, epn_core from the nrh schema, epn_core from the orfees schema, epn_core, spikenet_predictions from the solar_nenufar_ml schema, columns, groups, key_columns, keys, schemas, tables from the tap_schema schema.</description><referenceURL>http://vogate.obs-nancay.fr/__system__/tap/run/info</referenceURL><relationship><relationshipType>IsServiceFor</relationshipType><relatedResource ivo-id="ivo://padc.obspm.nancay/__system__/obscore/ObsCore">CDN VO Server Obscore Table</relatedResource><relatedResource ivo-id="ivo://padc.obspm.nancay/nda/q/epn_core">Nancay Decameter Array observation database</relatedResource><relatedResource ivo-id="ivo://padc.obspm.nancay/fr606/q/import_pulsar">Nancay LOFAR-FR606 station observation database</relatedResource><relatedResource ivo-id="ivo://padc.obspm.nancay/fr606/q/make_obscore">Nancay LOFAR-FR606 station observation database</relatedResource><relatedResource ivo-id="ivo://padc.obspm.nancay/nenufar/q/bst">NenuFAR BST observation database</relatedResource><relatedResource ivo-id="ivo://padc.obspm.nancay/nenusun/q/epn_core">NenuFAR/SOLER Solar observation database</relatedResource><relatedResource ivo-id="ivo://padc.obspm.nancay/solar_nenufar_ml/q/spikenet_predictions">Solar NenuFAR Machine Learning Predictions</relatedResource><relatedResource ivo-id="ivo://padc.obspm.nancay/solar_nenufar_ml/q/epn_core">Solar NenuFAR Machine Learning Predictions</relatedResource><relatedResource ivo-id="ivo://padc.obspm.nancay/nenufar/q/bst">NenuFAR BST observation database</relatedResource><relatedResource ivo-id="ivo://padc.obspm.nancay/nenufar/q/bst">NenuFAR BST observation database</relatedResource></relationship></content><capability standardID="ivo://ivoa.net/std/TAP" xsi:type="tr:TableAccess"><interface role="std" version="1.1" xsi:type="vs:ParamHTTP"><accessURL use="full">http://vogate.obs-nancay.fr/tap</accessURL></interface><dataModel ivo-id="ivo://ivoa.net/std/obscore#core-1.1">Obscore-1.1</dataModel><language><name>ADQL</name><version ivo-id="ivo://ivoa.net/std/ADQL#v2.0">2.0</version><version ivo-id="ivo://ivoa.net/std/ADQL#v2.1">2.1</version><description>The Astronomical Data Query Language is the standard IVOA dialect of SQL; it contains a very general SELECT statement as well as some extensions for spherical geometry and higher mathematics.</description><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-udf"><feature><form>gavo_getauthority(ivoid TEXT) -&gt; TEXT</form><description>returns the authority part of an ivoid (or, more generally a URI).
So, ivo://org.gavo.dc/foo/bar#baz becomes org.gavo.dc.

The behaviour for anything that's not a full URI is undefined.</description></feature><feature><form>gavo_ipix(long REAL, lat REAL) -&gt; BIGINT</form><description>gavo_ipix returns the q3c ipix for a long/lat pair (it simply wraps
the 13c_ang2ipix function).

This is probably only relevant when you play tricks with indices or
PPMXL ids.</description></feature><feature><form>gavo_match(pattern TEXT, string TEXT) -&gt; INTEGER</form><description>gavo_match returns 1 if the POSIX regular expression pattern
matches anything in string, 0 otherwise.</description></feature><feature><form>gavo_mocintersect(moc1 MOC, moc2 MOC) -&gt; MOC</form><description>returns the intersection of two MOCs.</description></feature><feature><form>gavo_mocunion(moc1 MOC, moc2 MOC) -&gt; MOC</form><description>returns the union of two MOCs.</description></feature><feature><form>gavo_specconv(expr DOUBLE PRECISION, dest_unit TEXT) -&gt; DOUBLE PRECISION</form><description>returns the spectral value expr converted to dest_unit.

expr has to be in either energy, wavelength, or frequency, and dest_unit
must be a VOUnit giving another spectral unit (e.g., MHz, keV, nm, or
Angstrom). This is intended to let users express spectral constraints
in their preferred unit independently of the choice of unit in the
database.  Examples::

	gavo_specconv(obscore.em_min, "keV") &gt; 300
	gavo_specconv(obscore.em_max, "MHz") &gt; 30
	gavo_specconv(spectral_start, "Angstrom") &gt; 4000

There is a variant of gavo_specconv accepting expr's unit in a third
argument.</description></feature><feature><form>gavo_specconv(expr NUMERIC, expr_unit TEXT, dest_unit TEXT) -&gt; NUMERIC</form><description>returns expr assumed to be in expr_unit expressed in dest_unit.

		This is a variant of the two-argument gavo_specconv for when
		the unit of expr is not known to the ADQL translator, either because
		it because it is a literal or because it does not look like
		a spectral unit.  Examples::

			gavo_specconv(656, 'nm', 'J') BETWEEN spectral_start AND spectral_end
			gavo_specconv(arccos(phi)*incidence, 'Hz', 'eV')
		
		Clearly, overriding known units is likely to yield bad results;
		the translator therefore warns if an existing unit is overridden
		with a different unit.</description></feature><feature><form>gavo_vocmatch(vocname TEXT, term TEXT, matchagainst TEXT) -&gt; INTEGER</form><description>returns 1 if matchagainst is term or narrower in the IVOA vocabulary
vocname, 0 otherwise.

This is intended for semantic querying.  For instance,
gavo_vocmatch('datalink/core', 'calibration', semantics) would be 1
if semantics is any of calibration, bias, dark, or flat.

For RDF-flavoured vocabularies (strict trees), term will expand to the
entire branch rooted in term.  For SKOS-flavoured vocabularies (where
narrower is not transitive), only directly narrower terms will be included.

Both the term and the vocabulary name must be string literals (i.e.,
constants).  matchagainst can be any string-valued expression.</description></feature><feature><form>ivo_geom_transform(from_sys TEXT, to_sys TEXT, geo GEOMETRY) -&gt; GEOMETRY</form><description>The function transforms ADQL geometries between various reference systems.
geo can be a POINT, a CIRCLE, or a POLYGON, and the function will return a
geometry of the same type.  In the current implementation, from_sys and
to_sys must be literal strings (i.e., they cannot be computed through
expressions or be taken from database columns).

All transforms are just simple rotations, which is only a rough
approximation to the actual relationships between reference systems
(in particular between FK4 and ICRS-based ones).  Note that, in particular,
the epoch is not changed (i.e., no proper motions are applied).

We currently support the following reference frames: ICRS, FK5 (which
is treated as ICRS), FK4 (for B1950. without epoch-dependent corrections),
GALACTIC.  Reference frame names are case-sensitive.</description></feature><feature><form>ivo_hashlist_has(hashlist TEXT, item TEXT) -&gt; INTEGER</form><description>The function takes two strings; the first is a list of words not
containing the hash sign (#), concatenated by hash signs, the second is
a word not containing the hash sign.  It returns 1 if, compared
case-insensitively, the second argument is in the list of words coded in
the first argument.  The behaviour in case the the second
argument contains a hash sign is unspecified.</description></feature><feature><form>ivo_hasword(haystack TEXT, needle TEXT) -&gt; INTEGER</form><description>gavo_hasword returns 1 if needle shows up in haystack, 0 otherwise.  This
is for "google-like"-searches in text-like fields.  In word, you can
actually employ a fairly complex query language; see
https://www.postgresql.org/docs/current/textsearch.html
for details.</description></feature><feature><form>ivo_healpix_center(hpxOrder INTEGER, hpxIndex BIGINT) -&gt; POINT</form><description>returns a POINT corresponding to the center of the healpix with
the given index at the given order.</description></feature><feature><form>ivo_healpix_index(order INTEGER, ra DOUBLE PRECISION, dec DOUBLE PRECISION) -&gt; BIGINT</form><description>Returns the index of the (nest) healpix with order containing the
spherical point (ra, dec).

An alternative, 2-argument form

ivo_healpix_index(order INTEGER, p POINT) -&gt; BIGINT

is also available.</description></feature><feature><form>ivo_histogram(val REAL, lower REAL, upper REAL, nbins INTEGER) -&gt; INTEGER[]</form><description>The aggregate function returns a histogram of val with nbins+2 elements.
Assuming 0-based arrays, result[0] contains the number of underflows (i.e.,
val&lt;lower), result[nbins+1] the number of overflows.  Elements 1..nbins
are the counts in nbins bins of width (upper-lower)/nbins.  Clients
will have to convert back to physical units using some external
communication, there currently is no (meta-) data as lower and upper in
the TAP response.</description></feature><feature><form>ivo_interval_has(val NUMERIC, iv INTERVAL) -&gt; INTEGER</form><description>The function returns 1 if the interval iv contains val, 0 otherwise.
The lower limit is always included in iv, behaviour on the upper
limit is column-specific.</description></feature><feature><form>ivo_interval_overlaps(l1 NUMERIC, h1 NUMERIC, l2 NUMERIC, h2 NUMERIC) -&gt; INTEGER</form><description>The function returns 1 if the interval [l1...h1] overlaps with
the interval [l2...h2].  For the purposes of this function,
the case l1=h2 or l2=h1 is treated as overlap.  The function
returns 0 for non-overlapping intervals.</description></feature><feature><form>ivo_nocasematch(value TEXT, pattern TEXT) -&gt; INTEGER</form><description>ivo_nocasematch returns 1 if pattern matches value, 0 otherwise.
pattern is defined as for the SQL LIKE operator, but the
match is performed case-insensitively.  This function in effect
provides a surrogate for the ILIKE SQL operator that is missing from
ADQL.

On this site, this is actually implemented using python's and SQL's
LOWER, so for everything except ASCII, your mileage will vary.</description></feature><feature><form>ivo_normal_random(mu REAL, sigma REAL) -&gt; REAL</form><description>The function returns a random number drawn from a normal distribution
with mean mu and width sigma.

Implementation note: Right now, the Gaussian is approximated by
summing up and scaling ten calls to random.  This, hence, is not
very precise or fast.  It might work for some use cases, and we
will provide a better implementation if this proves inadequate.</description></feature><feature><form>ivo_simbadpoint(identifier TEXT) -&gt; POINT</form><description>gavo_simbadpoint queries simbad for an identifier and returns the
corresponding point.  Note that identifier can only be a literal,
i.e., as simple string rather than a column name. This is because
our database cannot query simbad, and we probably wouldn't want
to fire off millions of simbad queries anyway; use simbad's own
TAP service for this kind of application.</description></feature><feature><form>ivo_string_agg(expression TEXT, delimiter TEXT) -&gt; TEXT</form><description>An aggregate function returning all values of
expression within a GROUP contcatenated with delimiter</description></feature><feature><form>ivo_to_jd(d TIMESTAMP) -&gt; DOUBLE PRECISION</form><description>The function converts a postgres timestamp to julian date.
This is naive; no corrections for timezones, let alone time
scales or the like are done; you can thus not expect this to be
good to second-precision unless you are careful in the construction
of the timestamp.</description></feature><feature><form>ivo_to_mjd(d TIMESTAMP) -&gt; DOUBLE PRECISION</form><description>The function converts a postgres timestamp to modified julian date.
This is naive; no corrections for timezones, let alone time
scales or the like are done; you can thus not expect this to be
good to second-precision unless you are careful in the construction
of the timestamp.</description></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adqlgeo"><feature><form>BOX</form></feature><feature><form>POINT</form></feature><feature><form>CIRCLE</form></feature><feature><form>POLYGON</form></feature><feature><form>REGION</form></feature><feature><form>CENTROID</form></feature><feature><form>COORD1</form></feature><feature><form>COORD2</form></feature><feature><form>DISTANCE</form></feature><feature><form>CONTAINS</form></feature><feature><form>INTERSECTS</form></feature><feature><form>AREA</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-conditional"><feature><form>COALESCE</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-string"><feature><form>LOWER</form></feature><feature><form>ILIKE</form></feature><feature><form>UPPER</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-offset"><feature><form>OFFSET</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-type"><feature><form>CAST</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-unit"><feature><form>IN_UNIT</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-common-table"><feature><form>WITH</form></feature></languageFeatures><languageFeatures type="ivo://org.gavo.dc/std/exts#extra-adql-keywords"><feature><form>TABLESAMPLE</form><description>Written after a table reference, TABLESAMPLE(10) will make the database only use 10% of the rows; these are `somewhat random' in that the system will use random blocks.  This should be good enough when just testing queries (and much better than using TOP n).</description></feature><feature><form>MOC</form><description>A geometry function creating MOCs.  It either takes a string argument with an ASCII MOC ('4/13 17-18 8/3002'), or an order and another geometry.</description></feature><feature><form>VECTORMATH</form><description>You can compute with vectors here. See https://wiki.ivoa.net/twiki/bin/view/IVOA/ADQLVectorMath for an overview of the functions and operators available.</description></feature><feature><form>CASE</form><description>The SQL92 CASE expression</description></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-sets"><feature><form>UNION</form></feature><feature><form>EXCEPT</form></feature><feature><form>INTERSECT</form></feature></languageFeatures></language><outputFormat><mime>text/tab-separated-values</mime><alias>tsv</alias></outputFormat><outputFormat><mime>text/plain</mime><alias>txt</alias></outputFormat><outputFormat><mime>text/csv</mime><alias>csv_bare</alias></outputFormat><outputFormat><mime>text/csv;header=present</mime><alias>csv</alias></outputFormat><outputFormat><mime>application/json</mime><alias>json</alias></outputFormat><outputFormat><mime>application/geo+json</mime><alias>geojson</alias></outputFormat><outputFormat ivo-id="ivo://ivoa.net/std/TAPRegExt#output-votable-binary"><mime>application/x-votable+xml</mime><alias>votable</alias></outputFormat><outputFormat ivo-id="ivo://ivoa.net/std/TAPRegExt#output-votable-binary2"><mime>application/x-votable+xml;serialization=BINARY2</mime><alias>votable/b2</alias><alias>votableb2</alias></outputFormat><outputFormat ivo-id="ivo://ivoa.net/std/TAPRegExt#output-votable-td"><mime>application/x-votable+xml;serialization=TABLEDATA</mime><alias>text/xml</alias><alias>votable/td</alias><alias>votabletd</alias></outputFormat><outputFormat><mime>application/x-votable+xml;serialization=TABLEDATA;version=1.1</mime><alias>text/xml</alias><alias>votabletd1.1</alias></outputFormat><outputFormat><mime>application/x-votable+xml;version=1.1</mime><alias>text/xml</alias><alias>votable1.1</alias></outputFormat><outputFormat><mime>application/x-votable+xml;serialization=TABLEDATA;version=1.2</mime><alias>text/xml</alias><alias>votabletd1.2</alias></outputFormat><outputFormat><mime>application/x-votable+xml;serialization=TABLEDATA;version=1.5</mime><alias>vodml</alias></outputFormat><outputFormat><mime>application/x-votable+xml;version=1.5</mime><alias>vodmlb</alias></outputFormat><outputFormat><mime>text/html</mime><alias>html</alias></outputFormat><outputFormat><mime>application/fits</mime><alias>fits</alias></outputFormat><uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-inline"/><uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-http"/><uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-https"/><uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-ftp"/><retentionPeriod><default>172800</default></retentionPeriod><executionDuration><default>3600</default></executionDuration><outputLimit><default unit="row">20000</default><hard unit="row">20000000</hard></outputLimit><uploadLimit><hard unit="byte">20000000</hard></uploadLimit></capability><capability standardID="ivo://ivoa.net/std/VOSI#availability"><interface role="std" xsi:type="vs:ParamHTTP"><accessURL use="full">http://vogate.obs-nancay.fr/__system__/tap/run/availability</accessURL></interface></capability><capability standardID="ivo://ivoa.net/std/VOSI#capabilities"><interface role="std" xsi:type="vs:ParamHTTP"><accessURL use="full">http://vogate.obs-nancay.fr/__system__/tap/run/capabilities</accessURL></interface></capability><capability standardID="ivo://ivoa.net/std/VOSI#tables"><interface role="std" version="1.1" xsi:type="vs:ParamHTTP"><accessURL use="full">http://vogate.obs-nancay.fr/__system__/tap/run/tableMetadata</accessURL></interface></capability><tableset><schema><name>ivoa</name><description>Definition and support code for the ObsCore data model and table.</description><table><name>ivoa.obscore</name><title>CDN VO Server Obscore Table</title><description>The IVOA-defined obscore table, containing generic metadata for
datasets within this datacenter.</description><utype>ivo://ivoa.net/std/obscore#table-1.1</utype><nrows>1905</nrows><column><name>dataproduct_type</name><description>High level scientific classification of the data product, taken from an enumeration</description><ucd>meta.code.class</ucd><utype>obscore:obsdataset.dataproducttype</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>dataproduct_subtype</name><description>Data product specific type</description><ucd>meta.code.class</ucd><utype>obscore:obsdataset.dataproductsubtype</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="2" g-colstat:median="2" g-colstat:min-value="2" g-colstat:percentile03="2" g-colstat:percentile97="2"><name>calib_level</name><description>Amount of data processing that has been applied to the data</description><ucd>meta.code;obs.calib</ucd><utype>obscore:obsdataset.caliblevel</utype><dataType xsi:type="vs:VOTableType">short</dataType></column><column><name>obs_collection</name><description>Name of a data collection (e.g., project name) this data belongs to</description><ucd>meta.id</ucd><utype>obscore:dataid.collection</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_id</name><description>Unique identifier for an observation</description><ucd>meta.id</ucd><utype>obscore:DataID.observationID</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_title</name><description>Free-from title of the data set</description><ucd>meta.title;obs</ucd><utype>obscore:dataid.title</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_publisher_did</name><description>Dataset identifier assigned by the publisher.</description><ucd>meta.ref.ivoid</ucd><utype>obscore:curation.publisherdid</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>obs_creator_did</name><description>Dataset identifier assigned by the creator.</description><ucd>meta.id</ucd><utype>obscore:dataid.creatordid</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_url</name><description>The URL at which to obtain the data set.</description><ucd>meta.ref.url</ucd><utype>obscore:access.reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_format</name><description>MIME type of the resource at access_url</description><ucd>meta.code.mime</ucd><utype>obscore:access.format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="10" g-colstat:median="10" g-colstat:min-value="10" g-colstat:percentile03="10" g-colstat:percentile97="10"><name>access_estsize</name><description>Estimated size of data product</description><unit>kbyte</unit><ucd>phys.size;meta.file</ucd><utype>obscore:access.size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>target_name</name><description>Object a targeted observation targeted</description><ucd>meta.id;src</ucd><utype>obscore:Target.Name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_class</name><description>Class of the target object (star, QSO, ...)</description><ucd>src.class</ucd><utype>obscore:target.class</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="93.7242" g-colstat:median="49.7206" g-colstat:min-value="1.99338" g-colstat:percentile03="2.23497" g-colstat:percentile97="88.0791"><name>s_ra</name><description>RA of (center of) observation, ICRS</description><unit>deg</unit><ucd>pos.eq.ra</ucd><utype>obscore:char.spatialaxis.coverage.location.coord.position2d.value2.c1</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="21.8325" g-colstat:median="5.72549" g-colstat:min-value="-8.25272" g-colstat:percentile03="-4.36752" g-colstat:percentile97="19.5001"><name>s_dec</name><description>Dec of (center of) observation, ICRS</description><unit>deg</unit><ucd>pos.eq.dec</ucd><utype>obscore:char.spatialaxis.coverage.location.coord.position2d.value2.c2</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="2.07" g-colstat:median="2.07" g-colstat:min-value="2.07" g-colstat:percentile03="2.07" g-colstat:percentile97="2.07"><name>s_fov</name><description>Approximate spatial extent for the region covered by the observation</description><unit>deg</unit><ucd>phys.angSize;instr.fov</ucd><utype>obscore:char.spatialaxis.coverage.bounds.extent.diameter</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>s_region</name><description>Region covered by the observation, as a polygon</description><ucd>pos.outline;obs.field</ucd><utype>obscore:char.spatialaxis.coverage.support.area</utype><dataType arraysize="*" extendedType="adql:REGION" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0"><name>s_resolution</name><description>Best spatial resolution within the data set</description><unit>arcsec</unit><ucd>pos.angResolution</ucd><utype>obscore:Char.SpatialAxis.Resolution.refval.value</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="59214.9" g-colstat:median="59011.5" g-colstat:min-value="58851.1" g-colstat:percentile03="58855.3" g-colstat:percentile97="59188.9"><name>t_min</name><description>Lower bound of times represented in the data set</description><unit>d</unit><ucd>time.start;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.bounds.limits.starttime</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="59214.9" g-colstat:median="59011.6" g-colstat:min-value="58851.1" g-colstat:percentile03="58855.4" g-colstat:percentile97="59188.9"><name>t_max</name><description>Upper bound of times represented in the data set</description><unit>d</unit><ucd>time.end;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.bounds.limits.stoptime</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="57574" g-colstat:median="3274.91" g-colstat:min-value="42.9497" g-colstat:percentile03="816.043" g-colstat:percentile97="10640.7"><name>t_exptime</name><description>Total exposure time</description><unit>s</unit><ucd>time.duration;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.support.extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="10.7374" g-colstat:median="10.7374" g-colstat:min-value="10.7374" g-colstat:percentile03="10.7374" g-colstat:percentile97="10.7374"><name>t_resolution</name><description>Minimal significant time interval along the time axis</description><unit>s</unit><ucd>time.resolution</ucd><utype>obscore:char.timeaxis.resolution.refval.value</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="38.3734" g-colstat:median="6.13975" g-colstat:min-value="4.8574" g-colstat:percentile03="5.29289" g-colstat:percentile97="31.9779"><name>em_min</name><description>Minimal wavelength represented within the data set</description><unit>m</unit><ucd>em.wl;stat.min</ucd><utype>obscore:char.spectralaxis.coverage.bounds.limits.lolimit</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="6.64475" g-colstat:median="3.48058" g-colstat:min-value="3.02749" g-colstat:percentile03="3.19114" g-colstat:percentile97="6.42233"><name>em_max</name><description>Maximal wavelength represented within the data set</description><unit>m</unit><ucd>em.wl;stat.max</ucd><utype>obscore:char.spectralaxis.coverage.bounds.limits.hilimit</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0"><name>em_res_power</name><description>Spectral resolving power lambda/delta lambda</description><ucd>spect.resolution</ucd><utype>obscore:char.spectralaxis.resolution.resolpower.refval</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>o_ucd</name><description>UCD for the product's observable</description><ucd>meta.ucd</ucd><utype>obscore:char.observableaxis.ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>pol_states</name><description>List of polarization states in the data set</description><ucd>meta.code;phys.polarization</ucd><utype>obscore:Char.PolarizationAxis.stateList</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>facility_name</name><description>Name of the facility at which data was taken</description><ucd>meta.id;instr.tel</ucd><utype>obscore:Provenance.ObsConfig.facility.name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>instrument_name</name><description>Name of the instrument that produced the data</description><ucd>meta.id;instr</ucd><utype>obscore:Provenance.ObsConfig.instrument.name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1" g-colstat:median="1" g-colstat:min-value="1" g-colstat:percentile03="1" g-colstat:percentile97="1"><name>s_xel1</name><description>Number of elements (typically pixels) along the first spatial axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpatialAxis.numBins1</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1" g-colstat:median="1" g-colstat:min-value="1" g-colstat:percentile03="1" g-colstat:percentile97="1"><name>s_xel2</name><description>Number of elements (typically pixels) along the second spatial axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpatialAxis.numBins2</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="5362" g-colstat:median="305" g-colstat:min-value="4" g-colstat:percentile03="76" g-colstat:percentile97="991"><name>t_xel</name><description>Number of elements (typically pixels) along the time axis.</description><ucd>meta.number</ucd><utype>obscore:Char.TimeAxis.numBins</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="192" g-colstat:median="192" g-colstat:min-value="192" g-colstat:percentile03="192" g-colstat:percentile97="192"><name>em_xel</name><description>Number of elements (typically pixels) along the spectral axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpectralAxis.numBins</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="4" g-colstat:median="4" g-colstat:min-value="1" g-colstat:percentile03="1" g-colstat:percentile97="4"><name>pol_xel</name><description>Number of elements (typically pixels) along the polarization axis.</description><ucd>meta.number</ucd><utype>obscore:Char.PolarizationAxis.numBins</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0"><name>s_pixel_scale</name><description>Sampling period in world coordinate units along the spatial axis</description><unit>arcsec</unit><ucd>phys.angSize;instr.pixel</ucd><utype>obscore:Char.SpatialAxis.Sampling.RefVal.SamplingPeriod</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_ucd</name><description>Nature of the product's spectral axis (typically, em.freq, em.wl, or em.energy)</description><ucd>meta.ucd</ucd><utype>obscore:Char.SpectralAxis.ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>preview</name><description>URL of a preview (low-resolution, quick-to-retrieve representation) of the data.</description><ucd>meta.ref.url;meta.preview</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>source_table</name><description>Name of a TAP-queriable table this data originates from. This source table usually provides more information on the the data than what is given in obscore. See the TAP_SCHEMA of the originating TAP server for details.</description><ucd>meta.id;meta.table</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>tap_schema</name><description> CDN VO Server's Table Access Protocol (TAP) service with
table metadata.</description><table><name>tap_schema.tables</name><description>Tables available for ADQL querying.</description><column><name>schema_name</name><description>Fully qualified schema name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>table_name</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>table_type</name><description>One of: table, view</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>description</name><description>Brief description of the table</description><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>utype</name><description>utype if the table corresponds to a data model</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>table_index</name><description>Suggested position this table should take in a sorted list of tables from this data center</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>nrows</name><description>The approximate size of the table in rows</description><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.schemas</targetTable><fkColumn><fromColumn>schema_name</fromColumn><targetColumn>schema_name</targetColumn></fkColumn></foreignKey></table><table><name>tap_schema.columns</name><description>Columns in tables available for ADQL querying.</description><column><name>table_name</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>column_name</name><description>Column name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>description</name><description>Brief description of column</description><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>unit</name><description>Unit in VO standard format</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ucd</name><description>UCD of column if any</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>utype</name><description>Utype of column if any</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>datatype</name><description>ADQL datatype</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>arraysize</name><description>Arraysize in VOTable notation</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>xtype</name><description>VOTable extended type information (for special interpretation of data content, e.g., timestamps or points)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"size"</name><description>Legacy length (ignore if you can).</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>principal</name><description>Is column principal?</description><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>indexed</name><description>Is there an index on this column?</description><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>std</name><description>Is this a standard column?</description><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>column_index</name><description>1-based index of the column in database order.</description><dataType xsi:type="vs:VOTableType">short</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.tables</targetTable><fkColumn><fromColumn>table_name</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey></table><table><name>tap_schema.schemas</name><description>Schemas containing tables available for ADQL querying.</description><column><name>schema_name</name><description>Fully qualified schema name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>description</name><description>Brief description of the schema</description><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>utype</name><description>utype if schema corresponds to a data model</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>schema_index</name><description>Suggested position this schema should take in a sorted list of schemas from this data center.</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column></table><table><name>tap_schema.keys</name><description>Foreign key relationships between tables available for ADQL querying.</description><column><name>key_id</name><description>Unique key identifier</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>from_table</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_table</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>description</name><description>Description of this key</description><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>utype</name><description>Utype of this key</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.tables</targetTable><fkColumn><fromColumn>from_table</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey><foreignKey><targetTable>tap_schema.tables</targetTable><fkColumn><fromColumn>target_table</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey></table><table><name>tap_schema.key_columns</name><description>Columns participating in foreign key relationships between tables
available for ADQL querying.</description><column><name>key_id</name><description>Key identifier from TAP_SCHEMA.keys</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>from_column</name><description>Key column name in the from table</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_column</name><description>Key column in the target table</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.keys</targetTable><fkColumn><fromColumn>key_id</fromColumn><targetColumn>key_id</targetColumn></fkColumn></foreignKey></table><table><name>tap_schema.groups</name><description>Columns that are part of groups within tables available for ADQL
querying.</description><column><name>table_name</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>column_name</name><description>Name of a column belonging to the group</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>column_utype</name><description>utype the column within the group</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>group_name</name><description>Name of the group</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>group_utype</name><description>utype of the group</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.tables</targetTable><fkColumn><fromColumn>table_name</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey></table></schema><schema><name>dynspecms_proto</name><title>DynSpecMS prototype for 2023-Nov-2023 interop meeting</title><description>DynSpecMS prototype for 2023-Nov-2023 interop meeting</description><table><name>dynspecms_proto.main</name><description>DynSpecMS prototype for 2023-Nov-2023 interop meeting</description><column><name>lotss_id</name><ucd>meta.id;meta.main</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>var_name</name><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>raj2000</name><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>decj2000</name><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>source_name</name><ucd>meta.id;src</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_url</name><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_format</name><ucd>meta.code.mime</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>samp_mtype</name><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>fr606</name><title>Nancay LOFAR-FR606 station observation database</title><description>Nancay LOFAR-FR606 station observation database</description><table><name>fr606.pulsar</name><title>FR606 Pulsar Monitoring database</title><description> FR606 Pulsar Monitoring database metadata, including PSRFITS,
PSRCHIVE files and summary plots.</description><column><name>nbin</name><description>Number of pulse phase bins</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>nchan</name><description>Number of frequency channels</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>npol</name><description>Number of polarizations</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>nsubint</name><description>Number of sub-integrations</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>obs_type</name><description>Observation type</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_site</name><description>Telescope name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_host</name><description>Observatory name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_id</name><description>Original observation id</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_collection</name><description>Collection name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>src_name</name><description>Source name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>src_ra</name><description>Source RA</description><unit>deg</unit><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>src_dec</name><description>Source Dec</description><unit>deg</unit><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>freq_ctr</name><description>Centre frequency</description><unit>MHz</unit><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>freq_min</name><description>Minimum frequency</description><unit>MHz</unit><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>freq_max</name><description>Maximum frequency</description><unit>MHz</unit><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>bandwidth</name><description>Spectral bandwidth</description><unit>MHz</unit><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>dm</name><description>Dispersion measure</description><unit>pc/cm**3</unit><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>rm</name><description>Rotation measure</description><unit>rad/m**2</unit><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>dmc</name><description>Dispersion corrected</description><unit>pc/cm**3</unit><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>rmc</name><description>Faraday Rotation corrected</description><unit>rad/m**2</unit><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>polc</name><description>Polarization calibrated</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>scale</name><description>Data units</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>state</name><description>Data state</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>calib_level</name><description>Calibration level</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>obs_ucd</name><description>UCD of observed quantity</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>product_type</name><description>Data product type</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_duration</name><description>Observation duration</description><unit>s</unit><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>time_min</name><description>Start time of observation</description><ucd>time.epoch;stat.min</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>time_max</name><description>End time of observation</description><ucd>time.epoch;stat.max</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>t_exptime</name><description>Exposure time</description><unit>s</unit><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>t_resolution</name><description>Temporal resolution</description><unit>s</unit><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>dspsr_soft</name><description>Reduction software identifier</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>dspsr_ntot</name><description>Total number of time samples</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>dspsr_nblock</name><description>Number of time samples per block</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>dspsr_nover</name><description>Number of time samples in block overlap</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>dspsr_state</name><description>State of the input timeseries</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>dspsr_nfft</name><description>Number of time samples in each FFT</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>dspsr_npos</name><description>Number of time samples in positive wrap</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>dspsr_nneg</name><description>Number of time samples in negative wrap</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>dspsr_nchan</name><description>Number of frequency channels</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>dspsr_fres</name><description>Frequency resolution factor</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>dspsr_tres</name><description>Time resolution factor</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>dspsr_tint</name><description>Time integration factor</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>dspsr_scale</name><description>Final scale factor</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>rcvr_name</name><description>Receiver name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>rcvr_basis</name><description>Basis of receptors</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>rcvr_hand</name><description>Hand of receptor basis</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>rcvr_sa</name><description>Symmetry angle of receptor basis</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>rcvr_rph</name><description>Reference source phase</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>rcvr_fdc</name><description>Receptor basis corrected</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>rcvr_prc</name><description>Receptor projection corrected</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>rcvr_ta</name><description>Tracking angle of feed</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>be_name</name><description>Name of the backend instrument</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>be_phase</name><description>Phase convention of backend</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>be_dcc</name><description>Downconversion conjugation corrected</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>be_phc</name><description>Phase convention corrected</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>be_delay</name><description>Backend propn delay from digi. input.</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>file_name</name><description>Filename</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>psrfits_url</name><description>PSRFITS file</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>psrchive_url</name><description>PSRCHIVE file</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>summary_url</name><description>Summary plot</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>thumbnail_url</name><description>Thumbnail image</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>datalink_url</name><description>Datalink</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table><table><name>fr606.obscore</name><title>FR606 Pulsar Monitoring database</title><description> FR606 Pulsar Monitoring database metadata, including PSRFITS,
PSRCHIVE files and summary plots.</description><column><name>accref</name><description>Access key for the data</description><ucd>meta.ref.url</ucd><utype>Access.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>owner</name><description>Owner of the data</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>embargo</name><description>Date the data will become/became public</description><unit>yr</unit><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>mime</name><description>MIME type of the file served</description><ucd>meta.code.mime</ucd><utype>Access.Format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>accsize</name><description>Size of the data in bytes</description><unit>byte</unit><ucd>VOX:Image_FileSize</ucd><utype>Access.Size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="10" g-colstat:median="10" g-colstat:min-value="10" g-colstat:percentile03="10" g-colstat:percentile97="10"><name>access_estsize</name><description>Estimated size of data product</description><unit>kbyte</unit><ucd>phys.size;meta.file</ucd><utype>obscore:access.size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>access_format</name><description>MIME type of the resource at access_url</description><ucd>meta.code.mime</ucd><utype>obscore:access.format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_url</name><description>The URL at which to obtain the data set.</description><ucd>meta.ref.url</ucd><utype>obscore:access.reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="2" g-colstat:median="2" g-colstat:min-value="2" g-colstat:percentile03="2" g-colstat:percentile97="2"><name>calib_level</name><description>Amount of data processing that has been applied to the data</description><ucd>meta.code;obs.calib</ucd><utype>obscore:obsdataset.caliblevel</utype><dataType xsi:type="vs:VOTableType">short</dataType></column><column><name>dataproduct_type</name><description>High level scientific classification of the data product, taken from an enumeration</description><ucd>meta.code.class</ucd><utype>obscore:obsdataset.dataproducttype</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_class</name><description>Class of the target object (star, QSO, ...)</description><ucd>src.class</ucd><utype>obscore:target.class</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_name</name><description>Object a targeted observation targeted</description><ucd>meta.id;src</ucd><utype>obscore:Target.Name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_collection</name><description>Name of a data collection (e.g., project name) this data belongs to</description><ucd>meta.id</ucd><utype>obscore:dataid.collection</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_publisher_did</name><description>Dataset identifier assigned by the publisher.</description><ucd>meta.ref.ivoid</ucd><utype>obscore:curation.publisherdid</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="59214.9" g-colstat:median="59011.5" g-colstat:min-value="58851.1" g-colstat:percentile03="58855.3" g-colstat:percentile97="59188.9"><name>t_min</name><description>Lower bound of times represented in the data set</description><unit>d</unit><ucd>time.start;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.bounds.limits.starttime</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="59214.9" g-colstat:median="59011.6" g-colstat:min-value="58851.1" g-colstat:percentile03="58855.4" g-colstat:percentile97="59188.9"><name>t_max</name><description>Upper bound of times represented in the data set</description><unit>d</unit><ucd>time.end;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.bounds.limits.stoptime</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="57574" g-colstat:median="3274.91" g-colstat:min-value="42.9497" g-colstat:percentile03="816.043" g-colstat:percentile97="10640.7"><name>t_exptime</name><description>Total exposure time</description><unit>s</unit><ucd>time.duration;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.support.extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="10.7374" g-colstat:median="10.7374" g-colstat:min-value="10.7374" g-colstat:percentile03="10.7374" g-colstat:percentile97="10.7374"><name>t_resolution</name><description>Minimal significant time interval along the time axis</description><unit>s</unit><ucd>time.resolution</ucd><utype>obscore:char.timeaxis.resolution.refval.value</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="5362" g-colstat:median="305" g-colstat:min-value="4" g-colstat:percentile03="76" g-colstat:percentile97="991"><name>t_xel</name><description>Number of elements (typically pixels) along the time axis.</description><ucd>meta.number</ucd><utype>obscore:Char.TimeAxis.numBins</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="93.7242" g-colstat:median="49.7206" g-colstat:min-value="1.99338" g-colstat:percentile03="2.23497" g-colstat:percentile97="88.0791"><name>s_ra</name><description>RA of (center of) observation, ICRS</description><unit>deg</unit><ucd>pos.eq.ra</ucd><utype>obscore:char.spatialaxis.coverage.location.coord.position2d.value2.c1</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="21.8325" g-colstat:median="5.72549" g-colstat:min-value="-8.25272" g-colstat:percentile03="-4.36752" g-colstat:percentile97="19.5001"><name>s_dec</name><description>Dec of (center of) observation, ICRS</description><unit>deg</unit><ucd>pos.eq.dec</ucd><utype>obscore:char.spatialaxis.coverage.location.coord.position2d.value2.c2</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1" g-colstat:median="1" g-colstat:min-value="1" g-colstat:percentile03="1" g-colstat:percentile97="1"><name>s_xel1</name><description>Number of elements (typically pixels) along the first spatial axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpatialAxis.numBins1</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1" g-colstat:median="1" g-colstat:min-value="1" g-colstat:percentile03="1" g-colstat:percentile97="1"><name>s_xel2</name><description>Number of elements (typically pixels) along the second spatial axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpatialAxis.numBins2</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="6.64475" g-colstat:median="3.48058" g-colstat:min-value="3.02749" g-colstat:percentile03="3.19114" g-colstat:percentile97="6.42233"><name>em_max</name><description>Maximal wavelength represented within the data set</description><unit>m</unit><ucd>em.wl;stat.max</ucd><utype>obscore:char.spectralaxis.coverage.bounds.limits.hilimit</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="38.3734" g-colstat:median="6.13975" g-colstat:min-value="4.8574" g-colstat:percentile03="5.29289" g-colstat:percentile97="31.9779"><name>em_min</name><description>Minimal wavelength represented within the data set</description><unit>m</unit><ucd>em.wl;stat.min</ucd><utype>obscore:char.spectralaxis.coverage.bounds.limits.lolimit</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="192" g-colstat:median="192" g-colstat:min-value="192" g-colstat:percentile03="192" g-colstat:percentile97="192"><name>em_xel</name><description>Number of elements (typically pixels) along the spectral axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpectralAxis.numBins</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>o_ucd</name><description>UCD for the product's observable</description><ucd>meta.ucd</ucd><utype>obscore:char.observableaxis.ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>pol_states</name><description>List of polarization states in the data set</description><ucd>meta.code;phys.polarization</ucd><utype>obscore:Char.PolarizationAxis.stateList</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="4" g-colstat:median="4" g-colstat:min-value="1" g-colstat:percentile03="1" g-colstat:percentile97="4"><name>pol_xel</name><description>Number of elements (typically pixels) along the polarization axis.</description><ucd>meta.number</ucd><utype>obscore:Char.PolarizationAxis.numBins</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>facility_name</name><description>Name of the facility at which data was taken</description><ucd>meta.id;instr.tel</ucd><utype>obscore:Provenance.ObsConfig.facility.name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>instrument_name</name><description>Name of the instrument that produced the data</description><ucd>meta.id;instr</ucd><utype>obscore:Provenance.ObsConfig.instrument.name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="2.07" g-colstat:median="2.07" g-colstat:min-value="2.07" g-colstat:percentile03="2.07" g-colstat:percentile97="2.07"><name>s_fov</name><description>Approximate spatial extent for the region covered by the observation</description><unit>deg</unit><ucd>phys.angSize;instr.fov</ucd><utype>obscore:char.spatialaxis.coverage.bounds.extent.diameter</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>t_scale</name><description>Time Scale</description><ucd>time.scale</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>t_refposition</name><description>Time Reference Position</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>file_name</name><description>Filename</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>thumbnail_url</name><description>Summary plot</description><ucd>meta.ref.url;meta.file</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>f_min</name><description>Lower bound of spectral range (frequency units)</description><unit>Hz</unit><ucd>em.freq;stat.min</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f_max</name><description>Upper bound of spectral range (frequency units)</description><unit>Hz</unit><ucd>em.freq;stat.max</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f_resolution</name><description>Bandwidth</description><unit>Hz</unit><ucd>em.freq;instr.bandwidth</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>profile_nbin</name><description>Number bins of the hyper spectral profile</description><ucd>meta.number</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>process_p0</name><description>Processing period used for profile folding.</description><unit>s</unit><ucd>time.period</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>process_rm</name><description>Processing Rotation Measure value</description><unit>rad/m**2</unit><ucd>phys.polarization.rotMeasure</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>process_dm</name><description>Processing dispersion measure value</description><unit>pc/cm**3</unit><ucd>phys.dispMeasure</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>profile_rfi_fraction</name><description>Fraction of profile bins polluted by RFI</description><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>profile_snr</name><description>SNR of profile</description><ucd>stat.snr</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>src_elevation</name><description>Elevation of observed source</description><unit>deg</unit><ucd>pos.az.alt</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>obs_owner</name><description>Person responsible of the observation (PI).</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_contact</name><description>Contact person</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_creation_date</name><description>Date of data creation.</description><ucd>time;meta.dataset</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_release_date</name><description>Date of data release.</description><ucd>time.release</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>nda</name><title>Nancay Decameter Array observation database</title><description> Decametric radio observation from Nancay decameter array. The Nancay
Decameter Array (NDA) at the Station de Radioastronomie de Nancay
(SRN) is a phased array of 144 "Teepee" helicoidal antenna, half of
which being Right Handed (RH) polarized and the other half being Left
Handed (LH) polarized. Four receivers are currently connected to the
NDA, sampling data in spectral ranges within 5 to 80 MHz.</description><table><name>nda.epn_core</name><description> Decametric radio observation from Nancay decameter array. The Nancay
Decameter Array (NDA) at the Station de Radioastronomie de Nancay
(SRN) is a phased array of 144 "Teepee" helicoidal antenna, half of
which being Right Handed (RH) polarized and the other half being Left
Handed (LH) polarized. Four receivers are currently connected to the
NDA, sampling data in spectral ranges within 5 to 80 MHz.</description><utype>ivo://ivoa.net/std/epntap#table-2.0</utype><column><name>granule_uid</name><description>Internal table row index, which must be unique within the table. Can be alphanumeric.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>granule_gid</name><description>Common to granules of same type (e.g. same map projection, or geometry data products). Can be alphanumeric.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>obs_id</name><description>Associates granules derived from the same data (e.g. various representations/processing levels). Can be alphanumeric, may be the ID of original observation.</description><ucd>meta.id;obs</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>dataproduct_type</name><description>The high-level organization of the data product, from a controlled vocabulary (e.g., 'im' for image, sp for spectrum). Multiple terms may be used, separated by # characters.</description><ucd>meta.code.class</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_name</name><description>Standard IAU name of target (from a list related to target class), case sensitive</description><ucd>meta.id;src</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_class</name><description>Type of target, from a controlled vocabulary.</description><ucd>src.class</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>time_min</name><description>Acquisition start time (in JD), as UTC at time_refposition</description><unit>d</unit><ucd>time.start;obs</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_max</name><description>Acquisition stop time (in JD), as UTC at time_refposition</description><unit>d</unit><ucd>time.end;obs</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_sampling_step_min</name><description>Sampling time for measurements of dynamical phenomena, lower limit.</description><unit>s</unit><ucd>time.resolution;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_sampling_step_max</name><description>Sampling time for measurements of dynamical phenomena, upper limit</description><unit>s</unit><ucd>time.resolution;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_exp_min</name><description>Integration time of the measurement, lower limit.</description><unit>s</unit><ucd>time.duration;obs.exposure;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_exp_max</name><description>Integration time of the measurement, upper limit</description><unit>s</unit><ucd>time.duration;obs.exposure;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_range_min</name><description>Spectral range (frequency), lower limit.</description><unit>Hz</unit><ucd>em.freq;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_range_max</name><description>Spectral range (frequency), upper limit</description><unit>Hz</unit><ucd>em.freq;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_sampling_step_min</name><description>Spectral sampling step, lower limit.</description><unit>Hz</unit><ucd>em.freq;spect.binSize;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_sampling_step_max</name><description>Spectral sampling step, upper limit</description><unit>Hz</unit><ucd>em.freq;spect.binSize;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_resolution_min</name><description>Spectral resolution, lower limit.</description><ucd>spect.resolution;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_resolution_max</name><description>Spectral resolution, upper limit</description><ucd>spect.resolution;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c1min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c1max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>s_region</name><description>ObsCore-like footprint, valid for celestial, spherical, or body-fixed frames</description><ucd>pos.outline;obs.field</ucd><dataType arraysize="*" extendedType="adql:REGION" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>c1_resol_min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c1_resol_max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2_resol_min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2_resol_max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3_resol_min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3_resol_max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spatial_frame_type</name><description>Flavor of coordinate system, defines the nature of coordinates. From a controlled vocabulary, where 'none' means undefined.</description><ucd>meta.code.class;pos.frame</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>incidence_min</name><description>Incidence angle (solar zenithal angle) during data acquisition, lower limit.</description><unit>deg</unit><ucd>pos.incidenceAng;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>incidence_max</name><description>Incidence angle (solar zenithal angle) during data acquisition, upper limit</description><unit>deg</unit><ucd>pos.incidenceAng;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>emergence_min</name><description>Emergence angle during data acquisition, lower limit.</description><unit>deg</unit><ucd>pos.emergenceAng;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>emergence_max</name><description>Emergence angle during data acquisition, upper limit</description><unit>deg</unit><ucd>pos.emergenceAng;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>phase_min</name><description>Phase angle during data acquisition, lower limit.</description><unit>deg</unit><ucd>pos.phaseAng;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>phase_max</name><description>Phase angle during data acquisition, upper limit</description><unit>deg</unit><ucd>pos.phaseAng;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>instrument_host_name</name><description>Standard name of the observatory or spacecraft</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>instrument_name</name><description>Standard name of instrument</description><ucd>meta.id;instr</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>measurement_type</name><description>UCD(s) defining the data, with multiple entries separated by hash (#) characters.</description><ucd>meta.ucd</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>processing_level</name><description>Dataset-related encoding, or simplified CODMAC calibration level</description><ucd>meta.calibLevel</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>creation_date</name><description>Date of first entry of this granule</description><ucd>time.creation</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>modification_date</name><description>Date of last modification (used to handle mirroring)</description><ucd>time.processing</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>release_date</name><description>Start of public access period</description><ucd>time.release</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>service_title</name><description>Title of resource (an acronym really, will be used to handle multiservice results)</description><ucd>meta.title</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_url</name><description>URL of the data file, case sensitive. If present, then access_format and access_estsize are mandatory.</description><ucd>meta.ref.url;meta.file</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>file_name</name><description>Name of the data file only, case sensitive</description><ucd>meta.id;meta.file</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_format</name><description>File format type (RFC 6838 Media Type a.k.a. MIME type)</description><ucd>meta.code.mime</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_estsize</name><description>Estimated file size in kbyte.</description><unit>kbyte</unit><ucd>phys.size;meta.file</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>time_scale</name><description>Defaults to UTC in data services; takes values from http://www.ivoa.net/rdf/time_scale otherwise</description><ucd>time.scale</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_md5</name><description>MD5 Hash for the file</description><ucd>meta.checksum;meta.file</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>thumbnail_url</name><description>URL of a thumbnail image with predefined size (png ~200 pix, for use in a client only)</description><ucd>meta.ref.url;meta.preview</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>species</name><description>Identifies a chemical species, case sensitive</description><ucd>meta.id;phys.atmol</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>publisher</name><description>A short string identifying the entity running the data service used</description><ucd>meta.curation</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>bib_reference</name><description>Bibcode or DOI preferred if available, or other bibliographic identifier or URL</description><ucd>meta.bib</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_region</name><description>Type of region or feature of interest</description><ucd>meta.id;src;obs.field</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>feature_name</name><description>Secondary name (can be standard name of region of interest)</description><ucd>meta.id;src;obs.field</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>datalink_url</name><description>Link to a datalink document for this dataset</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>receiver_name</name><description>Receiver name used with the instrument.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>relative_path</name><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>date_meridian</name><description>Date of passage of the object at meridian</description><ucd>time;obs</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>spectral_bandwith_min</name><description>Spectral bandwidth of individual spectral sample</description><ucd>instr.bandwidth;em.freq;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_bandwith_max</name><description>Spectral bandwidth of individual spectral sample</description><ucd>instr.bandwidth;em.freq;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column></table></schema><schema><name>nenufar</name><title>NenuFAR Database</title><description>NenuFAR observation database</description><table><name>nenufar.bst</name><title>NenuFAR BST observation database</title><description> NenuFAR BST observation database, including FITS, configuration and
summary plots.</description><column><name>accref</name><description>Access key for the data</description><ucd>meta.ref.url</ucd><utype>Access.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>owner</name><description>Owner of the data</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>embargo</name><description>Date the data will become/became public</description><unit>yr</unit><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>mime</name><description>MIME type of the file served</description><ucd>meta.code.mime</ucd><utype>Access.Format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>accsize</name><description>Size of the data in bytes</description><unit>byte</unit><ucd>VOX:Image_FileSize</ucd><utype>Access.Size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>dataproduct_type</name><description>High level scientific classification of the data product, taken from an enumeration</description><ucd>meta.code.class</ucd><utype>obscore:obsdataset.dataproducttype</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>dataproduct_subtype</name><description>Data product specific type</description><ucd>meta.code.class</ucd><utype>obscore:obsdataset.dataproductsubtype</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>calib_level</name><description>Amount of data processing that has been applied to the data</description><ucd>meta.code;obs.calib</ucd><utype>obscore:obsdataset.caliblevel</utype><dataType xsi:type="vs:VOTableType">short</dataType></column><column><name>obs_collection</name><description>Name of a data collection (e.g., project name) this data belongs to</description><ucd>meta.id</ucd><utype>obscore:dataid.collection</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_id</name><description>Unique identifier for an observation</description><ucd>meta.id</ucd><utype>obscore:DataID.observationID</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_title</name><description>Free-from title of the data set</description><ucd>meta.title;obs</ucd><utype>obscore:dataid.title</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_publisher_did</name><description>Dataset identifier assigned by the publisher.</description><ucd>meta.ref.ivoid</ucd><utype>obscore:curation.publisherdid</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>obs_creator_did</name><description>Dataset identifier assigned by the creator.</description><ucd>meta.id</ucd><utype>obscore:dataid.creatordid</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_url</name><description>The URL at which to obtain the data set.</description><ucd>meta.ref.url</ucd><utype>obscore:access.reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_format</name><description>MIME type of the resource at access_url</description><ucd>meta.code.mime</ucd><utype>obscore:access.format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_estsize</name><description>Estimated size of data product</description><unit>kbyte</unit><ucd>phys.size;meta.file</ucd><utype>obscore:access.size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>target_name</name><description>Object a targeted observation targeted</description><ucd>meta.id;src</ucd><utype>obscore:Target.Name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_class</name><description>Class of the target object (star, QSO, ...)</description><ucd>src.class</ucd><utype>obscore:target.class</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>s_ra</name><description>RA of (center of) observation, ICRS</description><unit>deg</unit><ucd>pos.eq.ra</ucd><utype>obscore:char.spatialaxis.coverage.location.coord.position2d.value2.c1</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>s_dec</name><description>Dec of (center of) observation, ICRS</description><unit>deg</unit><ucd>pos.eq.dec</ucd><utype>obscore:char.spatialaxis.coverage.location.coord.position2d.value2.c2</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>s_fov</name><description>Approximate spatial extent for the region covered by the observation</description><unit>deg</unit><ucd>phys.angSize;instr.fov</ucd><utype>obscore:char.spatialaxis.coverage.bounds.extent.diameter</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>s_region</name><description>Region covered by the observation, as a polygon</description><ucd>pos.outline;obs.field</ucd><utype>obscore:char.spatialaxis.coverage.support.area</utype><dataType arraysize="*" extendedType="adql:REGION" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>s_resolution</name><description>Best spatial resolution within the data set</description><unit>arcsec</unit><ucd>pos.angResolution</ucd><utype>obscore:Char.SpatialAxis.Resolution.refval.value</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>t_min</name><description>Lower bound of times represented in the data set</description><unit>d</unit><ucd>time.start;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.bounds.limits.starttime</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>t_max</name><description>Upper bound of times represented in the data set</description><unit>d</unit><ucd>time.end;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.bounds.limits.stoptime</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>t_exptime</name><description>Total exposure time</description><unit>s</unit><ucd>time.duration;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.support.extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>t_resolution</name><description>Minimal significant time interval along the time axis</description><unit>s</unit><ucd>time.resolution</ucd><utype>obscore:char.timeaxis.resolution.refval.value</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>em_min</name><description>Minimal wavelength represented within the data set</description><unit>m</unit><ucd>em.wl;stat.min</ucd><utype>obscore:char.spectralaxis.coverage.bounds.limits.lolimit</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_max</name><description>Maximal wavelength represented within the data set</description><unit>m</unit><ucd>em.wl;stat.max</ucd><utype>obscore:char.spectralaxis.coverage.bounds.limits.hilimit</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_res_power</name><description>Spectral resolving power lambda/delta lambda</description><ucd>spect.resolution</ucd><utype>obscore:char.spectralaxis.resolution.resolpower.refval</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>o_ucd</name><description>UCD for the product's observable</description><ucd>meta.ucd</ucd><utype>obscore:char.observableaxis.ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>pol_states</name><description>List of polarization states in the data set</description><ucd>meta.code;phys.polarization</ucd><utype>obscore:Char.PolarizationAxis.stateList</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>facility_name</name><description>Name of the facility at which data was taken</description><ucd>meta.id;instr.tel</ucd><utype>obscore:Provenance.ObsConfig.facility.name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>instrument_name</name><description>Name of the instrument that produced the data</description><ucd>meta.id;instr</ucd><utype>obscore:Provenance.ObsConfig.instrument.name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>s_xel1</name><description>Number of elements (typically pixels) along the first spatial axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpatialAxis.numBins1</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>s_xel2</name><description>Number of elements (typically pixels) along the second spatial axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpatialAxis.numBins2</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>t_xel</name><description>Number of elements (typically pixels) along the time axis.</description><ucd>meta.number</ucd><utype>obscore:Char.TimeAxis.numBins</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>em_xel</name><description>Number of elements (typically pixels) along the spectral axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpectralAxis.numBins</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>pol_xel</name><description>Number of elements (typically pixels) along the polarization axis.</description><ucd>meta.number</ucd><utype>obscore:Char.PolarizationAxis.numBins</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>s_pixel_scale</name><description>Sampling period in world coordinate units along the spatial axis</description><unit>arcsec</unit><ucd>phys.angSize;instr.pixel</ucd><utype>obscore:Char.SpatialAxis.Sampling.RefVal.SamplingPeriod</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_ucd</name><description>Nature of the product's spectral axis (typically, em.freq, em.wl, or em.energy)</description><ucd>meta.ucd</ucd><utype>obscore:Char.SpectralAxis.ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>preview</name><description>URL of a preview (low-resolution, quick-to-retrieve representation) of the data.</description><ucd>meta.ref.url;meta.preview</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>source_table</name><description>Name of a TAP-queriable table this data originates from. This source table usually provides more information on the the data than what is given in obscore. See the TAP_SCHEMA of the originating TAP server for details.</description><ucd>meta.id;meta.table</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>project_type</name><description>NenuFAR Project Type</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>project_id</name><description>NenuFAR Project ID</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>filename_parset</name><description>NenuFAR Parset File Name</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>filename_data</name><description>NenuFAR-BST FITS Data File Name</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>nenusun</name><title>NenuFAR/SOLER Solar observation database</title><description>This database contains Solar observations managed by the NenuFAR/LT11
team. The observations cover the 10 to 80M Hz spectral range, with
high resolution beamform data (dynamic spectra) and imaging data for
some observations. The current content only includes quicklooks of the
data. This database has been built with the support of the SOLER
project (Horizon-Europe GA 101134999).</description><table><name>nenusun.epn_core</name><description>This database contains Solar observations managed by the NenuFAR/LT11
team. The observations cover the 10 to 80M Hz spectral range, with
high resolution beamform data (dynamic spectra) and imaging data for
some observations. The current content only includes quicklooks of the
data. This database has been built with the support of the SOLER
project (Horizon-Europe GA 101134999).</description><utype>ivo://ivoa.net/std/epntap#table-2.0</utype><column><name>granule_uid</name><description>Internal table row index, which must be unique within the table. Can be alphanumeric.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>granule_gid</name><description>Common to granules of same type (e.g. same map projection, or geometry data products). Can be alphanumeric.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>obs_id</name><description>Associates granules derived from the same data (e.g. various representations/processing levels). Can be alphanumeric, may be the ID of original observation.</description><ucd>meta.id;obs</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>dataproduct_type</name><description>The high-level organization of the data product, from a controlled vocabulary (e.g., 'im' for image, sp for spectrum). Multiple terms may be used, separated by # characters.</description><ucd>meta.code.class</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_name</name><description>Standard IAU name of target (from a list related to target class), case sensitive</description><ucd>meta.id;src</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_class</name><description>Type of target, from a controlled vocabulary.</description><ucd>src.class</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>time_min</name><description>Acquisition start time (in JD), as UTC at time_refposition</description><unit>d</unit><ucd>time.start;obs</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_max</name><description>Acquisition stop time (in JD), as UTC at time_refposition</description><unit>d</unit><ucd>time.end;obs</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_sampling_step_min</name><description>Sampling time for measurements of dynamical phenomena, lower limit.</description><unit>s</unit><ucd>time.resolution;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_sampling_step_max</name><description>Sampling time for measurements of dynamical phenomena, upper limit</description><unit>s</unit><ucd>time.resolution;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_exp_min</name><description>Integration time of the measurement, lower limit.</description><unit>s</unit><ucd>time.duration;obs.exposure;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_exp_max</name><description>Integration time of the measurement, upper limit</description><unit>s</unit><ucd>time.duration;obs.exposure;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_range_min</name><description>Spectral range (frequency), lower limit.</description><unit>Hz</unit><ucd>em.freq;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_range_max</name><description>Spectral range (frequency), upper limit</description><unit>Hz</unit><ucd>em.freq;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_sampling_step_min</name><description>Spectral sampling step, lower limit.</description><unit>Hz</unit><ucd>em.freq;spect.binSize;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_sampling_step_max</name><description>Spectral sampling step, upper limit</description><unit>Hz</unit><ucd>em.freq;spect.binSize;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_resolution_min</name><description>Spectral resolution, lower limit.</description><ucd>spect.resolution;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_resolution_max</name><description>Spectral resolution, upper limit</description><ucd>spect.resolution;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c1min</name><description>Longitude on body, lower limit.</description><unit>deg</unit><ucd>pos.bodyrc.lon;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c1max</name><description>Longitude on body, upper limit</description><unit>deg</unit><ucd>pos.bodyrc.lon;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2min</name><description>Latitude on body, lower limit.</description><unit>deg</unit><ucd>pos.bodyrc.lat;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2max</name><description>Latitude on body, upper limit</description><unit>deg</unit><ucd>pos.bodyrc.lat;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3min</name><description>Altitude from reference surface, lower limit.</description><unit>km</unit><ucd>pos.bodyrc.alt;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3max</name><description>Altitude from reference surface, upper limit</description><unit>km</unit><ucd>pos.bodyrc.alt;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>s_region</name><description>ObsCore-like footprint, valid for celestial, spherical, or body-fixed frames</description><ucd>pos.outline;obs.field</ucd><dataType arraysize="*" extendedType="adql:REGION" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>c1_resol_min</name><description>Resolution in the first coordinate, lower limit.</description><unit>deg</unit><ucd>pos.angResolution;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c1_resol_max</name><description>Resolution in the first coordinate, upper limit</description><unit>deg</unit><ucd>pos.angResolution;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2_resol_min</name><description>Resolution in the second coordinate, lower limit.</description><unit>deg</unit><ucd>pos.angResolution;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2_resol_max</name><description>Resolution in the second coordinate, upper limit</description><unit>deg</unit><ucd>pos.angResolution;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3_resol_min</name><description>Resolution in the third coordinate, lower limit.</description><unit>km</unit><ucd>pos.resolution;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3_resol_max</name><description>Resolution in the third coordinate, upper limit</description><unit>km</unit><ucd>pos.resolution;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spatial_frame_type</name><description>Flavor of coordinate system, defines the nature of coordinates. From a controlled vocabulary, where 'none' means undefined.</description><ucd>meta.code.class;pos.frame</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>incidence_min</name><description>Incidence angle (solar zenithal angle) during data acquisition, lower limit.</description><unit>deg</unit><ucd>pos.incidenceAng;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>incidence_max</name><description>Incidence angle (solar zenithal angle) during data acquisition, upper limit</description><unit>deg</unit><ucd>pos.incidenceAng;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>emergence_min</name><description>Emergence angle during data acquisition, lower limit.</description><unit>deg</unit><ucd>pos.emergenceAng;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>emergence_max</name><description>Emergence angle during data acquisition, upper limit</description><unit>deg</unit><ucd>pos.emergenceAng;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>phase_min</name><description>Phase angle during data acquisition, lower limit.</description><unit>deg</unit><ucd>pos.phaseAng;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>phase_max</name><description>Phase angle during data acquisition, upper limit</description><unit>deg</unit><ucd>pos.phaseAng;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>instrument_host_name</name><description>Standard name of the observatory or spacecraft</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>instrument_name</name><description>Standard name of instrument</description><ucd>meta.id;instr</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>measurement_type</name><description>UCD(s) defining the data, with multiple entries separated by hash (#) characters.</description><ucd>meta.ucd</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>processing_level</name><description>Dataset-related encoding, or simplified CODMAC calibration level</description><ucd>meta.calibLevel</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>creation_date</name><description>Date of first entry of this granule</description><ucd>time.creation</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>modification_date</name><description>Date of last modification (used to handle mirroring)</description><ucd>time.processing</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>release_date</name><description>Start of public access period</description><ucd>time.release</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>service_title</name><description>Title of resource (an acronym really, will be used to handle multiservice results)</description><ucd>meta.title</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_url</name><description>URL of the data file, case sensitive. If present, then access_format and access_estsize are mandatory.</description><ucd>meta.ref.url;meta.file</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_format</name><description>File format type (RFC 6838 Media Type a.k.a. MIME type)</description><ucd>meta.code.mime</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_estsize</name><description>Estimated file size in kbyte.</description><unit>kbyte</unit><ucd>phys.size;meta.file</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>time_scale</name><description>Defaults to UTC in data services; takes values from http://www.ivoa.net/rdf/time_scale otherwise</description><ucd>time.scale</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>thumbnail_url</name><description>URL of a thumbnail image with predefined size (png ~200 pix, for use in a client only)</description><ucd>meta.ref.url;meta.preview</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>publisher</name><description>A short string identifying the entity running the data service used</description><ucd>meta.curation</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>bib_reference</name><description>Bibcode or DOI preferred if available, or other bibliographic identifier or URL</description><ucd>meta.bib</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_region</name><description>Type of region or feature of interest</description><ucd>meta.id;src;obs.field</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>feature_name</name><description>Secondary name (can be standard name of region of interest)</description><ucd>meta.id;src;obs.field</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>accref</name><description>File path from local directory.</description><ucd>meta.ref;meta.file</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>nrh</name><title>Nançay Radioheliograph</title><description>Data of Nançay Radioheliograph instrument</description><table><name>nrh.epn_core</name><description>Data of Nançay Radioheliograph instrument</description><utype>ivo://ivoa.net/std/epntap#table-2.0</utype><column><name>granule_uid</name><description>Internal table row index, which must be unique within the table. Can be alphanumeric.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>granule_gid</name><description>Common to granules of same type (e.g. same map projection, or geometry data products). Can be alphanumeric.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>obs_id</name><description>Associates granules derived from the same data (e.g. various representations/processing levels). Can be alphanumeric, may be the ID of original observation.</description><ucd>meta.id;obs</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>dataproduct_type</name><description>The high-level organization of the data product, from a controlled vocabulary (e.g., 'im' for image, sp for spectrum). Multiple terms may be used, separated by # characters.</description><ucd>meta.code.class</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_name</name><description>Standard IAU name of target (from a list related to target class), case sensitive</description><ucd>meta.id;src</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_class</name><description>Type of target, from a controlled vocabulary.</description><ucd>src.class</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>time_min</name><description>Acquisition start time (in JD), as UTC at time_refposition</description><unit>d</unit><ucd>time.start;obs</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_max</name><description>Acquisition stop time (in JD), as UTC at time_refposition</description><unit>d</unit><ucd>time.end;obs</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_sampling_step_min</name><description>Sampling time for measurements of dynamical phenomena, lower limit.</description><unit>s</unit><ucd>time.resolution;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_sampling_step_max</name><description>Sampling time for measurements of dynamical phenomena, upper limit</description><unit>s</unit><ucd>time.resolution;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_exp_min</name><description>Integration time of the measurement, lower limit.</description><unit>s</unit><ucd>time.duration;obs.exposure;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_exp_max</name><description>Integration time of the measurement, upper limit</description><unit>s</unit><ucd>time.duration;obs.exposure;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_range_min</name><description>Spectral range (frequency), lower limit.</description><unit>Hz</unit><ucd>em.freq;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_range_max</name><description>Spectral range (frequency), upper limit</description><unit>Hz</unit><ucd>em.freq;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_sampling_step_min</name><description>Spectral sampling step, lower limit.</description><unit>Hz</unit><ucd>em.freq;spect.binSize;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_sampling_step_max</name><description>Spectral sampling step, upper limit</description><unit>Hz</unit><ucd>em.freq;spect.binSize;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_resolution_min</name><description>Spectral resolution, lower limit.</description><ucd>spect.resolution;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_resolution_max</name><description>Spectral resolution, upper limit</description><ucd>spect.resolution;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c1min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c1max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>s_region</name><description>ObsCore-like footprint, valid for celestial, spherical, or body-fixed frames</description><ucd>pos.outline;obs.field</ucd><dataType arraysize="*" extendedType="adql:REGION" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>c1_resol_min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c1_resol_max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2_resol_min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2_resol_max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3_resol_min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3_resol_max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spatial_frame_type</name><description>Flavor of coordinate system, defines the nature of coordinates. From a controlled vocabulary, where 'none' means undefined.</description><ucd>meta.code.class;pos.frame</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>incidence_min</name><description>Incidence angle (solar zenithal angle) during data acquisition, lower limit.</description><unit>deg</unit><ucd>pos.incidenceAng;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>incidence_max</name><description>Incidence angle (solar zenithal angle) during data acquisition, upper limit</description><unit>deg</unit><ucd>pos.incidenceAng;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>emergence_min</name><description>Emergence angle during data acquisition, lower limit.</description><unit>deg</unit><ucd>pos.emergenceAng;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>emergence_max</name><description>Emergence angle during data acquisition, upper limit</description><unit>deg</unit><ucd>pos.emergenceAng;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>phase_min</name><description>Phase angle during data acquisition, lower limit.</description><unit>deg</unit><ucd>pos.phaseAng;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>phase_max</name><description>Phase angle during data acquisition, upper limit</description><unit>deg</unit><ucd>pos.phaseAng;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>instrument_host_name</name><description>Standard name of the observatory or spacecraft</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>instrument_name</name><description>Standard name of instrument</description><ucd>meta.id;instr</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>measurement_type</name><description>UCD(s) defining the data, with multiple entries separated by hash (#) characters.</description><ucd>meta.ucd</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>processing_level</name><description>Dataset-related encoding, or simplified CODMAC calibration level</description><ucd>meta.calibLevel</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>creation_date</name><description>Date of first entry of this granule</description><ucd>time.creation</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>modification_date</name><description>Date of last modification (used to handle mirroring)</description><ucd>time.processing</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>release_date</name><description>Start of public access period</description><ucd>time.release</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>service_title</name><description>Title of resource (an acronym really, will be used to handle multiservice results)</description><ucd>meta.title</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_url</name><description>URL of the data file, case sensitive. If present, then access_format and access_estsize are mandatory.</description><ucd>meta.ref.url;meta.file</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_format</name><description>File format type (RFC 6838 Media Type a.k.a. MIME type)</description><ucd>meta.code.mime</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_estsize</name><description>Estimated file size in kbyte.</description><unit>kbyte</unit><ucd>phys.size;meta.file</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>time_scale</name><description>Defaults to UTC in data services; takes values from http://www.ivoa.net/rdf/time_scale otherwise</description><ucd>time.scale</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>thumbnail_url</name><description>URL of a thumbnail image with predefined size (png ~200 pix, for use in a client only)</description><ucd>meta.ref.url;meta.preview</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>file_name</name><description>Name of the data file only, case sensitive</description><ucd>meta.id;meta.file</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>messenger</name><description>Vector of measured signal, including electromagnetic band, from http://www.ivoa.net/rdf/messenger</description><ucd>instr.bandpass</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>db_url</name><description>Elastic search database url</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>datalink_url</name><description>URL of a datalink service for this dataset</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>orfees</name><title>Observations Radiospectrales pour FEDOME et l'Etude des Eruptions
Solaires</title><description> Données de l'instrument ORFEES (Observations Radiospectrales pour
FEDOME et l'Etude des Eruptions Solaires)</description><table><name>orfees.epn_core</name><description> Données de l'instrument ORFEES (Observations Radiospectrales pour
FEDOME et l'Etude des Eruptions Solaires)</description><utype>ivo://ivoa.net/std/epntap#table-2.0</utype><column><name>granule_uid</name><description>Internal table row index, which must be unique within the table. Can be alphanumeric.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>granule_gid</name><description>Common to granules of same type (e.g. same map projection, or geometry data products). Can be alphanumeric.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>obs_id</name><description>Associates granules derived from the same data (e.g. various representations/processing levels). Can be alphanumeric, may be the ID of original observation.</description><ucd>meta.id;obs</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>dataproduct_type</name><description>The high-level organization of the data product, from a controlled vocabulary (e.g., 'im' for image, sp for spectrum). Multiple terms may be used, separated by # characters.</description><ucd>meta.code.class</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_name</name><description>Standard IAU name of target (from a list related to target class), case sensitive</description><ucd>meta.id;src</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_class</name><description>Type of target, from a controlled vocabulary.</description><ucd>src.class</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>time_min</name><description>Acquisition start time (in JD), as UTC at time_refposition</description><unit>d</unit><ucd>time.start;obs</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_max</name><description>Acquisition stop time (in JD), as UTC at time_refposition</description><unit>d</unit><ucd>time.end;obs</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_sampling_step_min</name><description>Sampling time for measurements of dynamical phenomena, lower limit.</description><unit>s</unit><ucd>time.resolution;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_sampling_step_max</name><description>Sampling time for measurements of dynamical phenomena, upper limit</description><unit>s</unit><ucd>time.resolution;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_exp_min</name><description>Integration time of the measurement, lower limit.</description><unit>s</unit><ucd>time.duration;obs.exposure;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_exp_max</name><description>Integration time of the measurement, upper limit</description><unit>s</unit><ucd>time.duration;obs.exposure;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_range_min</name><description>Spectral range (frequency), lower limit.</description><unit>Hz</unit><ucd>em.freq;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_range_max</name><description>Spectral range (frequency), upper limit</description><unit>Hz</unit><ucd>em.freq;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_sampling_step_min</name><description>Spectral sampling step, lower limit.</description><unit>Hz</unit><ucd>em.freq;spect.binSize;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_sampling_step_max</name><description>Spectral sampling step, upper limit</description><unit>Hz</unit><ucd>em.freq;spect.binSize;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_resolution_min</name><description>Spectral resolution, lower limit.</description><ucd>spect.resolution;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_resolution_max</name><description>Spectral resolution, upper limit</description><ucd>spect.resolution;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c1min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c1max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>s_region</name><description>ObsCore-like footprint, valid for celestial, spherical, or body-fixed frames</description><ucd>pos.outline;obs.field</ucd><dataType arraysize="*" extendedType="adql:REGION" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>c1_resol_min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c1_resol_max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2_resol_min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2_resol_max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3_resol_min</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3_resol_max</name><description>(This data collection does not give coordinates)</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spatial_frame_type</name><description>Flavor of coordinate system, defines the nature of coordinates. From a controlled vocabulary, where 'none' means undefined.</description><ucd>meta.code.class;pos.frame</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>incidence_min</name><description>Incidence angle (solar zenithal angle) during data acquisition, lower limit.</description><unit>deg</unit><ucd>pos.incidenceAng;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>incidence_max</name><description>Incidence angle (solar zenithal angle) during data acquisition, upper limit</description><unit>deg</unit><ucd>pos.incidenceAng;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>emergence_min</name><description>Emergence angle during data acquisition, lower limit.</description><unit>deg</unit><ucd>pos.emergenceAng;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>emergence_max</name><description>Emergence angle during data acquisition, upper limit</description><unit>deg</unit><ucd>pos.emergenceAng;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>phase_min</name><description>Phase angle during data acquisition, lower limit.</description><unit>deg</unit><ucd>pos.phaseAng;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>phase_max</name><description>Phase angle during data acquisition, upper limit</description><unit>deg</unit><ucd>pos.phaseAng;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>instrument_host_name</name><description>Standard name of the observatory or spacecraft</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>instrument_name</name><description>Standard name of instrument</description><ucd>meta.id;instr</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>measurement_type</name><description>UCD(s) defining the data, with multiple entries separated by hash (#) characters.</description><ucd>meta.ucd</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>processing_level</name><description>Dataset-related encoding, or simplified CODMAC calibration level</description><ucd>meta.calibLevel</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>creation_date</name><description>Date of first entry of this granule</description><ucd>time.creation</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>modification_date</name><description>Date of last modification (used to handle mirroring)</description><ucd>time.processing</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>release_date</name><description>Start of public access period</description><ucd>time.release</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>service_title</name><description>Title of resource (an acronym really, will be used to handle multiservice results)</description><ucd>meta.title</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_url</name><description>URL of the data file, case sensitive. If present, then access_format and access_estsize are mandatory.</description><ucd>meta.ref.url;meta.file</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_format</name><description>File format type (RFC 6838 Media Type a.k.a. MIME type)</description><ucd>meta.code.mime</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_estsize</name><description>Estimated file size in kbyte.</description><unit>kbyte</unit><ucd>phys.size;meta.file</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>time_scale</name><description>Defaults to UTC in data services; takes values from http://www.ivoa.net/rdf/time_scale otherwise</description><ucd>time.scale</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>thumbnail_url</name><description>URL of a thumbnail image with predefined size (png ~200 pix, for use in a client only)</description><ucd>meta.ref.url;meta.preview</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>bib_reference</name><description>Bibcode or DOI preferred if available, or other bibliographic identifier or URL</description><ucd>meta.bib</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>file_name</name><description>Name of the data file only, case sensitive</description><ucd>meta.id;meta.file</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>messenger</name><description>Vector of measured signal, including electromagnetic band, from http://www.ivoa.net/rdf/messenger</description><ucd>instr.bandpass</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>solar_nenufar_ml</name><title>Solar NenuFAR Machine Learning Predictions</title><description>

Outputs from machine learning algorithm locating solar radio bursts
in NenuFAR (https://nenufar.obs-nancay.fr) dynamic spectra.</description><table><name>solar_nenufar_ml.spikenet_predictions</name><description>TFCat of output predictions from SpikeNET Murphy et al. in prep</description><column><name>id</name><description>Main identifier of this feature</description><ucd>meta.id;meta.main</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>time_start</name><description>Minimum time value of feature bounding box</description><ucd>time.epoch;stat.min</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>time_end</name><description>Maximum time value of feature bounding box</description><ucd>time.epoch;stat.max</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>freq_min</name><description>Minimum frequency value of feature bounding box</description><unit>MHz</unit><ucd>em.freq;stat.min;em.radio</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>freq_max</name><description>Maximum frequency value of feature bounding box</description><unit>MHz</unit><ucd>em.freq;stat.max;em.radio</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>geometry_type</name><description>Type of Geometry</description><ucd>meta.code</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>geometry</name><description>Type of Geometry</description><ucd>meta.code</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>feature_name</name><description>Radio Source type</description><ucd>meta.code.class;src</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table><table><name>solar_nenufar_ml.epn_core</name><description>Predictions of solar radio emission from NenuFAR</description><utype>ivo://ivoa.net/std/epntap#table-2.0</utype><column><name>granule_uid</name><description>Internal table row index, which must be unique within the table. Can be alphanumeric.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>granule_gid</name><description>Common to granules of same type (e.g. same map projection, or geometry data products). Can be alphanumeric.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>obs_id</name><description>Associates granules derived from the same data (e.g. various representations/processing levels). Can be alphanumeric, may be the ID of original observation.</description><ucd>meta.id;obs</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>dataproduct_type</name><description>The high-level organization of the data product, from a controlled vocabulary (e.g., 'im' for image, sp for spectrum). Multiple terms may be used, separated by # characters.</description><ucd>meta.code.class</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_name</name><description>Standard IAU name of target (from a list related to target class), case sensitive</description><ucd>meta.id;src</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_class</name><description>Type of target, from a controlled vocabulary.</description><ucd>src.class</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>time_min</name><description>Acquisition start time (in JD), as UTC at time_refposition</description><unit>d</unit><ucd>time.start;obs</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_max</name><description>Acquisition stop time (in JD), as UTC at time_refposition</description><unit>d</unit><ucd>time.end;obs</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_sampling_step_min</name><description>Sampling time for measurements of dynamical phenomena, lower limit.</description><unit>s</unit><ucd>time.resolution;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_sampling_step_max</name><description>Sampling time for measurements of dynamical phenomena, upper limit</description><unit>s</unit><ucd>time.resolution;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_exp_min</name><description>Integration time of the measurement, lower limit.</description><unit>s</unit><ucd>time.duration;obs.exposure;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>time_exp_max</name><description>Integration time of the measurement, upper limit</description><unit>s</unit><ucd>time.duration;obs.exposure;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_range_min</name><description>Spectral range (frequency), lower limit.</description><unit>Hz</unit><ucd>em.freq;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_range_max</name><description>Spectral range (frequency), upper limit</description><unit>Hz</unit><ucd>em.freq;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_sampling_step_min</name><description>Spectral sampling step, lower limit.</description><unit>Hz</unit><ucd>em.freq;spect.binSize;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_sampling_step_max</name><description>Spectral sampling step, upper limit</description><unit>Hz</unit><ucd>em.freq;spect.binSize;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_resolution_min</name><description>Spectral resolution, lower limit.</description><ucd>spect.resolution;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectral_resolution_max</name><description>Spectral resolution, upper limit</description><ucd>spect.resolution;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c1min</name><description>Longitude on body, lower limit.</description><unit>deg</unit><ucd>pos.bodyrc.lon;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c1max</name><description>Longitude on body, upper limit</description><unit>deg</unit><ucd>pos.bodyrc.lon;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2min</name><description>Latitude on body, lower limit.</description><unit>deg</unit><ucd>pos.bodyrc.lat;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2max</name><description>Latitude on body, upper limit</description><unit>deg</unit><ucd>pos.bodyrc.lat;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3min</name><description>Altitude from reference surface, lower limit.</description><unit>km</unit><ucd>pos.bodyrc.alt;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3max</name><description>Altitude from reference surface, upper limit</description><unit>km</unit><ucd>pos.bodyrc.alt;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>s_region</name><description>ObsCore-like footprint, valid for celestial, spherical, or body-fixed frames</description><ucd>pos.outline;obs.field</ucd><dataType arraysize="*" extendedType="adql:REGION" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>c1_resol_min</name><description>Resolution in the first coordinate, lower limit.</description><unit>deg</unit><ucd>pos.angResolution;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c1_resol_max</name><description>Resolution in the first coordinate, upper limit</description><unit>deg</unit><ucd>pos.angResolution;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2_resol_min</name><description>Resolution in the second coordinate, lower limit.</description><unit>deg</unit><ucd>pos.angResolution;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c2_resol_max</name><description>Resolution in the second coordinate, upper limit</description><unit>deg</unit><ucd>pos.angResolution;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3_resol_min</name><description>Resolution in the third coordinate, lower limit.</description><unit>km</unit><ucd>pos.resolution;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>c3_resol_max</name><description>Resolution in the third coordinate, upper limit</description><unit>km</unit><ucd>pos.resolution;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spatial_frame_type</name><description>Flavor of coordinate system, defines the nature of coordinates. From a controlled vocabulary, where 'none' means undefined.</description><ucd>meta.code.class;pos.frame</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>incidence_min</name><description>Incidence angle (solar zenithal angle) during data acquisition, lower limit.</description><unit>deg</unit><ucd>pos.incidenceAng;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>incidence_max</name><description>Incidence angle (solar zenithal angle) during data acquisition, upper limit</description><unit>deg</unit><ucd>pos.incidenceAng;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>emergence_min</name><description>Emergence angle during data acquisition, lower limit.</description><unit>deg</unit><ucd>pos.emergenceAng;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>emergence_max</name><description>Emergence angle during data acquisition, upper limit</description><unit>deg</unit><ucd>pos.emergenceAng;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>phase_min</name><description>Phase angle during data acquisition, lower limit.</description><unit>deg</unit><ucd>pos.phaseAng;stat.min</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>phase_max</name><description>Phase angle during data acquisition, upper limit</description><unit>deg</unit><ucd>pos.phaseAng;stat.max</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>instrument_host_name</name><description>Standard name of the observatory or spacecraft</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>instrument_name</name><description>Standard name of instrument</description><ucd>meta.id;instr</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>measurement_type</name><description>UCD(s) defining the data, with multiple entries separated by hash (#) characters.</description><ucd>meta.ucd</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>processing_level</name><description>Dataset-related encoding, or simplified CODMAC calibration level</description><ucd>meta.calibLevel</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>creation_date</name><description>Date of first entry of this granule</description><ucd>time.creation</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>modification_date</name><description>Date of last modification (used to handle mirroring)</description><ucd>time.processing</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>release_date</name><description>Start of public access period</description><ucd>time.release</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>service_title</name><description>Title of resource (an acronym really, will be used to handle multiservice results)</description><ucd>meta.title</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_url</name><description>URL of the data file, case sensitive. If present, then access_format and access_estsize are mandatory.</description><ucd>meta.ref.url;meta.file</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_format</name><description>File format type (RFC 6838 Media Type a.k.a. MIME type)</description><ucd>meta.code.mime</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_estsize</name><description>Estimated file size in kbyte.</description><unit>kbyte</unit><ucd>phys.size;meta.file</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>access_md5</name><description>MD5 Hash for the file</description><ucd>meta.checksum;meta.file</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>thumbnail_url</name><description>URL of a thumbnail image with predefined size (png ~200 pix, for use in a client only)</description><ucd>meta.ref.url;meta.preview</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>species</name><description>Identifies a chemical species, case sensitive</description><ucd>meta.id;phys.atmol</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_region</name><description>Type of region or feature of interest</description><ucd>meta.id;src;obs.field</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>feature_name</name><description>Secondary name (can be standard name of region of interest)</description><ucd>meta.id;src;obs.field</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>bib_reference</name><description>Bibcode or DOI preferred if available, or other bibliographic identifier or URL</description><ucd>meta.bib</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>publisher</name><description>A short string identifying the entity running the data service used</description><ucd>meta.curation</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>time_scale</name><description>Defaults to UTC in data services; takes values from http://www.ivoa.net/rdf/time_scale otherwise</description><ucd>time.scale</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>receiver_name</name><description>Receiver name used with the instrument.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema></tableset></ri:Resource>