<?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="2022-03-04T16:03:46Z" 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>OCA Data Center TAP service</title><shortName>OCA DC TAP</shortName><identifier>ivo://OCA/tap</identifier><curation><publisher>Observatoire de la Côte d'Azur</publisher><creator><name>Observatoire de la Côte d'Azur</name><logo>https://dachs.oca.eu/favicon.png</logo></creator><date role="updated">2025-10-15T14:46:35Z</date><contact><name>Guillaume Verbiese</name><address>Observatoire de la Côte d'Azur, Boulevard de l'Observatoire, CS 34229,
06304 Nice Cedex 4, France</address><email>guillaume.verbiese@oca.eu</email></contact></curation><content><subject>virtual-observatories</subject><subject>catalogs</subject><description>The OCA Data Center'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: epn_core from the mp3c_best_epn schema, best, body, mpcorb, name, prop_albedo, prop_diameter, prop_family, prop_g, prop_h, prop_mass, prop_proper_elements, version from the mp3c_main schema, columns, groups, key_columns, keys, schemas, tables from the tap_schema schema, ssobft from the vossp schema.</description><referenceURL>https://dachs.oca.eu/__system__/tap/run/info</referenceURL></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">https://dachs.oca.eu/tap</accessURL></interface><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_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>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_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 implemenation if this proves inadequate.</description></feature><feature><form>gavo_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>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_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>gavo_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><feature><form>gavo_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>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_apply_pm(ra DOUBLE PRECISION, dec DOUBLE PRECISION, pmra DOUBLE PRECISION, pmde DOUBLE PRECISON, epdist DOUBLE PRECISION) -&gt; POINT</form><description>Returns a POINT (in the UNDEFINED reference frame) for the position
an object at ra/dec with proper motion pmra/pmde has after epdist years.

positions must be in degrees, PMs in should be in julian years (i.e., proper
motions are expected in degrees/year).  pmra is assumed to contain 
cos(delta).

This function goes through the tangential plane.  Since it does not have
information on distance and radial velocity, it cannot reconstruct
the true space motion, and hence its results will degrade over time.</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_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 milage will vary.</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></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-string"><feature><form>LOWER</form></feature><feature><form>ILIKE</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>COALESCE</form><description>This is the standard SQL COALESCE for providing defaults in case of NULL values.</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">https://dachs.oca.eu/__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">https://dachs.oca.eu/__system__/tap/run/capabilities</accessURL></interface></capability><capability standardID="ivo://ivoa.net/std/VOSI#tables"><interface role="std" xsi:type="vs:ParamHTTP"><accessURL use="full">https://dachs.oca.eu/__system__/tap/run/tableMetadata</accessURL></interface></capability><capability standardID="ivo://ivoa.net/std/DALI#examples"><interface xsi:type="vr:WebBrowser"><accessURL use="full">https://dachs.oca.eu/__system__/tap/run/examples</accessURL></interface></capability><tableset><schema><name>mp3c_best_epn</name><title>Minor Planet Physical Properties Catalogue - Best Values</title><description> This service publishes average values of various physical properties
for minor bodies. It mirrors part of the data reported by the Minor
Planet Physical Properties Catalogue (MP3C) user-friendly interface at
https://mp3c.oca.eu/. Quantities include masses, diameters, albedos
and orbital parameters.</description><table><name>mp3c_best_epn.epn_core</name><description> This service publishes average values of various physical properties
for minor bodies. It mirrors part of the data reported by the Minor
Planet Physical Properties Catalogue (MP3C) user-friendly interface at
https://mp3c.oca.eu/. Quantities include masses, diameters, albedos
and orbital parameters.</description><utype>ivo://ivoa.net/std/epntap#table-2.0</utype><nrows>1200000</nrows><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>alt_target_name</name><description>Provides alternative target name if more common (e.g. comets); multiple identifiers can be separated by hashes</description><ucd>meta.id;src</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>mass</name><description>Mass of object</description><unit>kg</unit><ucd>phys.mass</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>diameter</name><description>Target diameter, or equivalent diameter for binary objects</description><unit>km</unit><ucd>phys.size.diameter</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>semi_major_axis</name><unit>AU</unit><ucd>phys.size.smajAxis</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>inclination</name><description>Orbit inclination</description><ucd>src.orbital.inclination</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>eccentricity</name><description>Orbit eccentricity</description><ucd>src.orbital.eccentricity</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>magnitude</name><description>Absolute magnitude. For small bodies, from HG magnitude system</description><unit>mag</unit><ucd>phys.magAbs</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>albedo</name><description>Target albedo</description><ucd>phys.albedo</ucd><dataType xsi:type="vs:VOTableType">double</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>producer_name</name><description>Data producer name, especially in compilations of experimental data</description><ucd>meta.note</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>parent</name><description>Number of target parent (asteroid family number)</description><ucd>meta.id.parent</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>parent_name</name><description>Name of target parent (asteroid family)</description><ucd>meta.id.parent</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>mass_error</name><description>Mass of object error</description><unit>kg</unit><ucd>stat.error;phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>diameter_error</name><description>Target diameter error</description><unit>km</unit><ucd>stat.error;phys.size.diameter</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>semi_major_axis_error</name><description>Orbital proper semimajor axis error</description><unit>AU</unit><ucd>stat.error;phys.size.smajAxis</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>inclination_error</name><description>Orbit proper inclination error</description><unit>deg</unit><ucd>stat.error;src.orbital.inclination</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>magnitude_error</name><description>Absolute magnitude error, from HG magnitude system</description><unit>mag</unit><ucd>stat.error;phys.magAbs</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>slope_parameter</name><description>Slope parameter (surge in brightness), observed when the body is near opposition</description><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>slope_parameter_error</name><description>Error of slope parameter (surge in brightness), observed when the body is near opposition</description><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>eccentricity_error</name><description>Orbit eccentricity</description><ucd>stat.error;src.orbital.eccentricity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>albedo_error</name><description>Target albedo error</description><ucd>stat.error;phys.albedo</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>external_link</name><description>Link to a web page providing more details on the granule</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column></table></schema><schema><name>mp3c_main</name><title>Minor Planet Physical Properties Catalogue - Website mirror</title><description> This service publishes minor body data, including orbits, masses,
diameters, albedos, families and magnitudes. The tables have the same
format as those used by the Minor Planet Physical Properties Catalogue
(MP3C) user-friendly interface at https://mp3c.oca.eu/ and let you run
more complex queries than the web interface.</description><table><name>mp3c_main.version</name><description> Provides information on the database version stored under this
schema.</description><column><name>version</name><description>Version of this database.</description><ucd>id_version</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>date_created</name><description>Date of creation of the database. Since we never update the database but recreate it when updating the data, this field also represents the "date of last update".</description><ucd>time.creation</ucd><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType></column><column><name>mp3c_gen_db_revision</name><description>Revision number (commit hash) of the mp3c-gen-db project used to generate this database.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>sources_hashes</name><description>JSON representing the checksums of all input files fed to the mp3c-gen-db project and used to generate this database.</description><ucd>meta.code</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column></table><table><name>mp3c_main.name</name><description> Lists all possible names of referenced minor bodies.</description><column><name>bid</name><description>Body ID representing an asteroid or dwarf planet across tables. Useful for JOIN queries. Body IDs are consistent only within a given version of the database and may change with time.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>name</name><description>Name of body (asteroid or dwarf planet). May be an alternative designation.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>priority</name><description>Priority given to the name. Low values indicate higher precedence and the name with lowest value defines the main body name.</description><ucd>meta.code</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column></table><table><name>mp3c_main.body</name><description> Minor body objects with their primary names.</description><column><name>bid</name><description>Body ID representing an asteroid or dwarf planet across tables. Useful for JOIN queries. Body IDs are consistent only within a given version of the database and may change with time.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>name</name><description>Main name of body (asteroid or dwarf planet) as attributed by the name with lowest priority index in the "name" table of all body designations.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column></table><table><name>mp3c_main.mpcorb</name><description> Minor Planet Center (MPC) data.</description><column><name>number</name><description>MPC body number</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>name</name><description>Name of body (asteroid or dwarf planet). May be an alternative designation.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>bid</name><description>Body ID representing an asteroid or dwarf planet across tables. Useful for JOIN queries. Body IDs are consistent only within a given version of the database and may change with time.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>a</name><description>MPC orbit semi-major axis.</description><unit>AU</unit><ucd>phys.size.smajAxis</ucd><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>e</name><description>MPC orbit eccentricity.</description><ucd>src.orbital.eccentricity</ucd><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>i</name><description>MPC orbit inclination, J2000.0.</description><unit>deg</unit><ucd>src.orbital.inclination</ucd><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>sin_i</name><description>MPC orbit sine of inclination.</description><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>perihelion</name><description>MPC orbit argument of perihelion.</description><unit>deg</unit><ucd>src.orbital.periastron</ucd><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>node</name><description>MPC longitude of the ascending node, J2000.0</description><unit>deg</unit><ucd>src.orbital.node</ucd><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>m</name><description>MPC mean anomaly at epoch.</description><ucd>src.orbital.meananomaly</ucd><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>n</name><description>MPC mean daily motion.</description><unit>deg/d</unit><ucd>src.orbital.meananomaly</ucd><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>epoch</name><description>MPC epoch (terrestrial time, TT).</description><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>n_obs</name><description>MPC number of observations.</description><ucd>meta.number;obs</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>n_opp</name><description>MPC number of oppositions.</description><ucd>meta.number</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>multiopp_year_first_observed</name><description>MPC year first observed.</description><ucd>time</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>multiopp_year_last_observed</name><description>MPC year last observed.</description><ucd>time</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>singleopp_arc_length</name><description>MPC arc length for single-opposition orbits.</description><unit>d</unit><ucd>time</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>rms</name><description>MPC RMS residual.</description><ucd>stat.fit.residual</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column></table><table><name>mp3c_main.prop_mass</name><description> Mass measurements with bibliographic sources.</description><column><name>id</name><description>Row identifier.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>bid</name><description>Body ID representing an asteroid or dwarf planet across tables. Useful for JOIN queries. Body IDs are consistent only within a given version of the database and may change with time.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>mpc_num</name><description>MPC body number</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>name</name><description>Name of body (asteroid or dwarf planet). May be an alternative designation.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>val</name><description>Mass of body.</description><unit>kg</unit><ucd>phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>unc_lo</name><description>Lower uncertainty on mass of body.</description><unit>kg</unit><ucd>stat.error;phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>unc_up</name><description>Upper uncertainty on mass of body.</description><unit>kg</unit><ucd>stat.error;phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>author</name><description>Author of measurement.</description><ucd>meta.bib.author</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ref</name><description>Bibliographic reference for the measurement.</description><ucd>meta.bib</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>method</name><description>Method used for the measurement.</description><ucd>meta.code</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ref_url</name><description>Bibliographic reference URL for the measurement.</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column></table><table><name>mp3c_main.prop_diameter</name><description> Diameter measurements with bibliographic sources.</description><column><name>id</name><description>Row identifier.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>bid</name><description>Body ID representing an asteroid or dwarf planet across tables. Useful for JOIN queries. Body IDs are consistent only within a given version of the database and may change with time.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>mpc_num</name><description>MPC body number</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>name</name><description>Name of body (asteroid or dwarf planet). May be an alternative designation.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>val</name><description>Diameter of body.</description><unit>km</unit><ucd>phys.size.diameter</ucd><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>unc_lo</name><description>Lower uncertainty on diameter of body.</description><unit>km</unit><ucd>stat.error;phys.size.diameter</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>unc_up</name><description>Upper uncertainty on diameter of body.</description><unit>km</unit><ucd>stat.error;phys.size.diameter</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>author</name><description>Author of measurement.</description><ucd>meta.bib.author</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ref</name><description>Bibliographic reference for the measurement.</description><ucd>meta.bib</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>method</name><description>Method used for the measurement.</description><ucd>meta.code</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ref_url</name><description>Bibliographic reference URL for the measurement.</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column></table><table><name>mp3c_main.prop_albedo</name><description> Albedo measurements with bibliographic sources.</description><column><name>id</name><description>Row identifier.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>bid</name><description>Body ID representing an asteroid or dwarf planet across tables. Useful for JOIN queries. Body IDs are consistent only within a given version of the database and may change with time.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>mpc_num</name><description>MPC body number</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>name</name><description>Name of body (asteroid or dwarf planet). May be an alternative designation.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>val</name><description>Geometric visible albedo of body.</description><ucd>phys.albedo</ucd><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>unc_lo</name><description>Lower uncertainty on geometric visible albedo of body.</description><ucd>stat.error;phys.albedo</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>unc_up</name><description>Upper uncertainty on geometric visible albedo of body.</description><ucd>stat.error;phys.albedo</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>author</name><description>Author of measurement.</description><ucd>meta.bib.author</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ref</name><description>Bibliographic reference for the measurement.</description><ucd>meta.bib</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>method</name><description>Method used for the measurement.</description><ucd>meta.code</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ref_url</name><description>Bibliographic reference URL for the measurement.</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column></table><table><name>mp3c_main.prop_h</name><description> Magnitude measurements (H parameter of HG system) with bibliographic
sources.</description><column><name>id</name><description>Row identifier.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>bid</name><description>Body ID representing an asteroid or dwarf planet across tables. Useful for JOIN queries. Body IDs are consistent only within a given version of the database and may change with time.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>mpc_num</name><description>MPC body number</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>name</name><description>Name of body (asteroid or dwarf planet). May be an alternative designation.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>val</name><description>Absolute magnitude of body (HG system).</description><unit>mag</unit><ucd>phys.magAbs</ucd><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>unc_lo</name><description>Lower uncertainty on absolute magnitude of body (HG system).</description><unit>mag</unit><ucd>stat.error;phys.magAbs</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>unc_up</name><description>Upper uncertainty on absolute magnitude of body (HG system).</description><unit>mag</unit><ucd>stat.error;phys.magAbs</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>author</name><description>Author of measurement.</description><ucd>meta.bib.author</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ref</name><description>Bibliographic reference for the measurement.</description><ucd>meta.bib</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>method</name><description>Method used for the measurement.</description><ucd>meta.code</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ref_url</name><description>Bibliographic reference URL for the measurement.</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column></table><table><name>mp3c_main.prop_g</name><description> Slope parameter of the magnitude measurements (G parameter of HG
system) with bibliographic sources.</description><column><name>id</name><description>Row identifier.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>bid</name><description>Body ID representing an asteroid or dwarf planet across tables. Useful for JOIN queries. Body IDs are consistent only within a given version of the database and may change with time.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>mpc_num</name><description>MPC body number</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>name</name><description>Name of body (asteroid or dwarf planet). May be an alternative designation.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>val</name><description>Slope parameter of magnitude of body (HG system).</description><ucd>arith.grad</ucd><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>unc_lo</name><description>Lower uncertainty on slope parameter of magnitude of body (HG system).</description><ucd>stat.error;arith.grad</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>unc_up</name><description>Upper uncertainty on slope parameter of magnitude of body (HG system).</description><ucd>stat.error;arith.grad</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>author</name><description>Author of measurement.</description><ucd>meta.bib.author</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ref</name><description>Bibliographic reference for the measurement.</description><ucd>meta.bib</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>method</name><description>Method used for the measurement.</description><ucd>meta.code</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ref_url</name><description>Bibliographic reference URL for the measurement.</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column></table><table><name>mp3c_main.prop_family</name><description> Family (parent bodies) measurements with bibliographic sources.</description><column><name>id</name><description>Row identifier.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>bid</name><description>Body ID representing an asteroid or dwarf planet across tables. Useful for JOIN queries. Body IDs are consistent only within a given version of the database and may change with time.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>mpc_num</name><description>MPC body number</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>name</name><description>Name of body (asteroid or dwarf planet). May be an alternative designation.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>parent</name><description>Parent body of body attributed by MP3C based on author's family.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>parent_name</name><description>Parent body name of body attributed by MP3C based on author's family.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>family_id</name><description>Author's ID of the family in which the body has been classified.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>family_name</name><description>Author's name of family in which the body has been classified.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>c_param</name><description>C_j parameter that helps to identify potential interlopers in a family. A large absolute value means more chance that the body is in reality not part of the attributed family. For example, for the Nesvorny families, C_j is defined as C_j = 10^(-H_j/5) (a_j - a_center)/C_0, with H the absolute magnitude, a the proper semimajor axis of a member, a_center the family center, C_0 the best fit to the V-shape envelope of the family, and index j runs over individual bodies.</description><ucd>meta.number</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>author</name><description>Author of measurement.</description><ucd>meta.bib.author</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ref</name><description>Bibliographic reference for the measurement.</description><ucd>meta.bib</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>method</name><description>Method used for the measurement.</description><ucd>meta.code</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ref_url</name><description>Bibliographic reference URL for the measurement.</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column></table><table><name>mp3c_main.prop_proper_elements</name><description> Proper elements measurements with bibliographic sources.</description><column><name>id</name><description>Row identifier.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>bid</name><description>Body ID representing an asteroid or dwarf planet across tables. Useful for JOIN queries. Body IDs are consistent only within a given version of the database and may change with time.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>mpc_num</name><description>MPC body number</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>name</name><description>Name of body (asteroid or dwarf planet). May be an alternative designation.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>a_p</name><description>Proper semi-major axis of body orbit.</description><unit>AU</unit><ucd>phys.size.smajAxis</ucd><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>e_p</name><description>Proper eccentricity of body orbit.</description><ucd>src.orbital.eccentricity</ucd><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>sin_i_p</name><description>Sine of proper inclination of body orbit.</description><dataType xsi:type="vs:VOTableType">float</dataType></column><column><name>author</name><description>Author of measurement.</description><ucd>meta.bib.author</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ref</name><description>Bibliographic reference for the measurement.</description><ucd>meta.bib</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>method</name><description>Method used for the measurement.</description><ucd>meta.code</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ref_url</name><description>Bibliographic reference URL for the measurement.</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column></table><table><name>mp3c_main.best</name><description> Best values for all physical properties of the minor bodies. For
example, when a body has several mass measurements in the prop_mass
table, we report here an average mass.</description><column><name>bid</name><description>Body ID representing an asteroid or dwarf planet across tables. Useful for JOIN queries. Body IDs are consistent only within a given version of the database and may change with time.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>parent</name><description>Best parent body number (family) of body.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>parent_name</name><description>Best parent body name (family) of body.</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>mass</name><description>Best mass of body.</description><unit>kg</unit><ucd>phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>mass_err</name><description>Error on best mass of body.</description><unit>kg</unit><ucd>stat.error;phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>diameter</name><description>Best diameter of body.</description><unit>km</unit><ucd>phys.size.diameter</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>diameter_err</name><description>Error on best diameter of body.</description><unit>km</unit><ucd>stat.error;phys.size.diameter</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>inverse_diameter</name><description>Best inverse of diameter of body.</description><unit>km**-1</unit><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>inverse_diameter_err</name><description>Error on best inverse of diameter of body.</description><unit>km**-1</unit><ucd>stat.error</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>albedo</name><description>Best geometric visible albedo of body.</description><ucd>phys.albedo</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>albedo_err</name><description>Error on est geometric visible albedo of body.</description><ucd>stat.error;phys.albedo</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>g</name><description>Best slope parameter of magnitude of body (HG system).</description><ucd>arith.grad</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>g_err</name><description>Error on best slope parameter of magnitude of body (HG system).</description><ucd>stat.error;arith.grad</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>h</name><description>Best absolute magnitude of body (HG system).</description><unit>mag</unit><ucd>phys.magAbs</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>h_err</name><description>Error on best absolute magnitude of body (HG system).</description><unit>mag</unit><ucd>stat.error;phys.magAbs</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>a_p</name><description>Best proper semi-major axis of body orbit.</description><unit>AU</unit><ucd>phys.size.smajAxis</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>a_p_err</name><description>Error on best proper semi-major axis of body orbit.</description><unit>AU</unit><ucd>stat.error;phys.size.smajAxis</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>e_p</name><description>Best proper eccentricity of body orbit.</description><ucd>src.orbital.eccentricity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>e_p_err</name><description>Error on best proper eccentricity of body orbit.</description><ucd>stat.error;src.orbital.eccentricity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>i_p</name><description>Best proper inclination of body orbit.</description><unit>deg</unit><ucd>src.orbital.inclination</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>i_p_err</name><description>Error on best proper inclination of body orbit.</description><unit>deg</unit><ucd>stat.error;src.orbital.inclination</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>sin_i_p</name><description>Sine of proper inclination of body orbit.</description><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>sin_i_p_err</name><description>Error on sine of proper inclination of body orbit.</description><ucd>stat.error</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column></table></schema><schema><name>tap_schema</name><description> OCA Data Center's Table Access Protocol (TAP) service with
table metadata.</description><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.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><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.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 withing 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>vossp</name><title>Virtual Observatory Solar System Portal</title><description> The VO-IMCCE project is born in 2003. The first step was to make an
interconnection between the VizieR service (CDS) and the service of
calculation of asteroid ephemerides of the IMCCE. In 2004, we began
the development of tools and services in the framework of the Virtual
observatory. In 2005 the first version of the SkyBoT service is born
to answer the simple question: which solar system bodies are visible
in a given area of the sky at a given epoch? The service was put in
production in January 2006 through a Web service, through the VO
portal Aladin (CDS), and through various softwares, such as Audela and
the WCS tools. A few months later, the Miriade services came out to
provide new computing services of solar system body ephemerides.</description><table><name>vossp.ssobft</name><title>ssoBFT Table</title><description> The ssoBFT is a broad and flat table that compiles all the property
values of all the SSOs. It is intended to people who want to make
statistics or plots on SSO properties.</description><nrows>1455526</nrows><column><name>"sso_id"</name><description>Unique identifier of the SSO</description><ucd>meta.id;meta.main</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>"sso_number"</name><description>IAU number of the SSO</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>"sso_name"</name><description>Official name or provisional designation of the SSO</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>"sso_type"</name><description>Type of SSO (planet, satellite, asteroid, dwarf planet, comet)</description><ucd>src.class</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"sso_class"</name><description>Dynamical population the SSO belongs to</description><ucd>meta.code.class</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"ssocard"</name><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>"orbital_elements.ref_epoch"</name><description>Reference epoch of osculation</description><unit>d</unit><ucd>time.epoch;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.number_observation"</name><description>Number of observations used to compute the orbit</description><ucd>meta.number;obs</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>"orbital_elements.orbital_arc"</name><description>Orbital arc spanned by observations used in orbit computation</description><unit>d</unit><ucd>time.duration;src.orbital</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>"orbital_elements.ceu.value"</name><description>Absolute value of the current 1-sigma ephemeris uncertainty (CEU)</description><unit>arcsec</unit><ucd>stat.rms;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.ceu.error.min"</name><description>Absolute value of the current 1-sigma ephemeris uncertainty (CEU)</description><unit>arcsec</unit><ucd>stat.rms;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.ceu.error.max"</name><description>Absolute value of the current 1-sigma ephemeris uncertainty (CEU)</description><unit>arcsec</unit><ucd>stat.rms;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.ceu_rate.value"</name><description>Rate of change of the absolute value of the current 1-sigma ephemeris uncertainty (CEU)</description><unit>arcsec/d</unit><ucd>stat.rms;arith.rate</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.ceu_rate.error.min"</name><description>Rate of change of the absolute value of the current 1-sigma ephemeris uncertainty (CEU)</description><unit>arcsec/d</unit><ucd>stat.rms;arith.rate</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.ceu_rate.error.max"</name><description>Rate of change of the absolute value of the current 1-sigma ephemeris uncertainty (CEU)</description><unit>arcsec/d</unit><ucd>stat.rms;arith.rate</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.semi_major_axis.value"</name><description>Semi-major axis of the orbit</description><unit>au</unit><ucd>pos.distance;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.semi_major_axis.error.min"</name><description>Semi-major axis of the orbit</description><unit>au</unit><ucd>pos.distance;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.semi_major_axis.error.max"</name><description>Semi-major axis of the orbit</description><unit>au</unit><ucd>pos.distance;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.semi_major_axis.ratio.value"</name><description>Semi-major axis of the orbit</description><unit>au</unit><ucd>pos.distance;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.semi_major_axis.ratio.error.min"</name><description>Semi-major axis of the orbit</description><unit>au</unit><ucd>pos.distance;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.semi_major_axis.ratio.error.max"</name><description>Semi-major axis of the orbit</description><unit>au</unit><ucd>pos.distance;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.eccentricity.value"</name><description>Eccentricity of the orbit</description><ucd>src.orbital.eccentricity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.eccentricity.error.min"</name><description>Eccentricity of the orbit</description><ucd>src.orbital.eccentricity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.eccentricity.error.max"</name><description>Eccentricity of the orbit</description><ucd>src.orbital.eccentricity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.inclination.value"</name><description>Inclination of the orbit</description><unit>deg</unit><ucd>src.orbital.inclination</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.inclination.error.min"</name><description>Inclination of the orbit</description><unit>deg</unit><ucd>src.orbital.inclination</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.inclination.error.max"</name><description>Inclination of the orbit</description><unit>deg</unit><ucd>src.orbital.inclination</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.inclination.ref_plane"</name><description>Inclination of the orbit</description><unit>deg</unit><ucd>src.orbital.inclination</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.node_longitude.value"</name><description>Longitude of the ascending node of the orbit</description><unit>deg</unit><ucd>src.orbital.node</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.node_longitude.error.min"</name><description>Longitude of the ascending node of the orbit</description><unit>deg</unit><ucd>src.orbital.node</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.node_longitude.error.max"</name><description>Longitude of the ascending node of the orbit</description><unit>deg</unit><ucd>src.orbital.node</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.periapsis_argument.value"</name><description>Argument of periapsis of the orbit</description><unit>deg</unit><ucd>src.orbital.periastron</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.periapsis_argument.error.min"</name><description>Argument of periapsis of the orbit</description><unit>deg</unit><ucd>src.orbital.periastron</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.periapsis_argument.error.max"</name><description>Argument of periapsis of the orbit</description><unit>deg</unit><ucd>src.orbital.periastron</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.pericenter_date.value"</name><description>Date of passage to the pericenter</description><unit>d</unit><ucd>time.epoch;src.orbital.periastron</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.pericenter_date.error.min"</name><description>Date of passage to the pericenter</description><unit>d</unit><ucd>time.epoch;src.orbital.periastron</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.pericenter_date.error.max"</name><description>Date of passage to the pericenter</description><unit>d</unit><ucd>time.epoch;src.orbital.periastron</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.mean_anomaly.value"</name><description>Angle between lines drawn from the Sun to the periapsis and to a point moving on the orbit at a uniform rate corresponding to the period of revolution of the SSO</description><unit>deg</unit><ucd>src.orbital.meanAnomaly</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.mean_anomaly.error.min"</name><description>Angle between lines drawn from the Sun to the periapsis and to a point moving on the orbit at a uniform rate corresponding to the period of revolution of the SSO</description><unit>deg</unit><ucd>src.orbital.meanAnomaly</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.mean_anomaly.error.max"</name><description>Angle between lines drawn from the Sun to the periapsis and to a point moving on the orbit at a uniform rate corresponding to the period of revolution of the SSO</description><unit>deg</unit><ucd>src.orbital.meanAnomaly</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.mean_motion.value"</name><description>Mean angular velocity required for the body to complete one orbit</description><unit>deg/d</unit><ucd>src.orbital.meanMotion</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.mean_motion.error.min"</name><description>Mean angular velocity required for the body to complete one orbit</description><unit>deg/d</unit><ucd>src.orbital.meanMotion</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.mean_motion.error.max"</name><description>Mean angular velocity required for the body to complete one orbit</description><unit>deg/d</unit><ucd>src.orbital.meanMotion</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"orbital_elements.orbital_period.value"</name><description>Amount of time the SSO takes to complete one orbit</description><unit>d</unit><ucd>time.period.revolution</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.orbital_period.error.min"</name><description>Amount of time the SSO takes to complete one orbit</description><unit>d</unit><ucd>time.period.revolution</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.orbital_period.error.max"</name><description>Amount of time the SSO takes to complete one orbit</description><unit>d</unit><ucd>time.period.revolution</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.author"</name><description>Name of the orbit computer</description><ucd>meta.bib.author</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"orbital_elements.periapsis_distance.value"</name><description>Nearest point of the orbit around the primary body</description><unit>au</unit><ucd>pos.distance;src.orbital;stat.min</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.periapsis_distance.error.min"</name><description>Nearest point of the orbit around the primary body</description><unit>au</unit><ucd>pos.distance;src.orbital;stat.min</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.periapsis_distance.error.max"</name><description>Nearest point of the orbit around the primary body</description><unit>au</unit><ucd>pos.distance;src.orbital;stat.min</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.apoapsis_distance.value"</name><description>Farthest point of the orbit around the primary body</description><unit>au</unit><ucd>pos.distance;src.orbital;stat.max</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.apoapsis_distance.error.min"</name><description>Farthest point of the orbit around the primary body</description><unit>au</unit><ucd>pos.distance;src.orbital;stat.max</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"orbital_elements.apoapsis_distance.error.max"</name><description>Farthest point of the orbit around the primary body</description><unit>au</unit><ucd>pos.distance;src.orbital;stat.max</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"proper_elements.proper_semi_major_axis.value"</name><description>Proper semi-major axis of the orbit</description><unit>au</unit><ucd>pos.distance;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"proper_elements.proper_semi_major_axis.error.min"</name><description>Proper semi-major axis of the orbit</description><unit>au</unit><ucd>pos.distance;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"proper_elements.proper_semi_major_axis.error.max"</name><description>Proper semi-major axis of the orbit</description><unit>au</unit><ucd>pos.distance;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"proper_elements.proper_eccentricity.value"</name><description>Proper eccentricity of the orbit</description><ucd>src.orbital.eccentricity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"proper_elements.proper_eccentricity.error.min"</name><description>Proper eccentricity of the orbit</description><ucd>src.orbital.eccentricity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"proper_elements.proper_eccentricity.error.max"</name><description>Proper eccentricity of the orbit</description><ucd>src.orbital.eccentricity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"proper_elements.proper_inclination.value"</name><description>Proper inclination of the orbit</description><unit>deg</unit><ucd>src.orbital.inclination</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"proper_elements.proper_inclination.error.min"</name><description>Proper inclination of the orbit</description><unit>deg</unit><ucd>src.orbital.inclination</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"proper_elements.proper_inclination.error.max"</name><description>Proper inclination of the orbit</description><unit>deg</unit><ucd>src.orbital.inclination</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"proper_elements.proper_sine_inclination.value"</name><description>Sine of proper inclination of the orbit</description><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"proper_elements.proper_sine_inclination.error.min"</name><description>Sine of proper inclination of the orbit</description><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"proper_elements.proper_sine_inclination.error.max"</name><description>Sine of proper inclination of the orbit</description><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"proper_elements.proper_frequency_mean_motion.value"</name><description>Proper frequency of mean motion of the orbit</description><unit>deg/yr</unit><ucd>src.orbital.meanMotion;arith.variation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"proper_elements.proper_frequency_mean_motion.error.min"</name><description>Proper frequency of mean motion of the orbit</description><unit>deg/yr</unit><ucd>src.orbital.meanMotion;arith.variation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"proper_elements.proper_frequency_mean_motion.error.max"</name><description>Proper frequency of mean motion of the orbit</description><unit>deg/yr</unit><ucd>src.orbital.meanMotion;arith.variation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"proper_elements.proper_frequency_perihelion_longitude.value"</name><description>Proper frequency of perihelion longitude of the orbit</description><unit>arcsec/yr</unit><ucd>src.orbital.periastron;arith.variation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"proper_elements.proper_frequency_perihelion_longitude.error.min"</name><description>Proper frequency of perihelion longitude of the orbit</description><unit>arcsec/yr</unit><ucd>src.orbital.periastron;arith.variation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"proper_elements.proper_frequency_perihelion_longitude.error.max"</name><description>Proper frequency of perihelion longitude of the orbit</description><unit>arcsec/yr</unit><ucd>src.orbital.periastron;arith.variation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"proper_elements.proper_frequency_nodal_longitude.value"</name><description>Proper frequency of the longitude of the ascending node of the orbit</description><unit>arcsec/yr</unit><ucd>src.orbital.node;arith.variation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"proper_elements.proper_frequency_nodal_longitude.error.min"</name><description>Proper frequency of the longitude of the ascending node of the orbit</description><unit>arcsec/yr</unit><ucd>src.orbital.node;arith.variation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"proper_elements.proper_frequency_nodal_longitude.error.max"</name><description>Proper frequency of the longitude of the ascending node of the orbit</description><unit>arcsec/yr</unit><ucd>src.orbital.node;arith.variation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"proper_elements.lyapunov_time"</name><description>Lyapunov time</description><unit>kyr</unit><ucd>stat.lyapunov</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"proper_elements.integration_time"</name><description>Time span of the integration to compute the proper elements</description><unit>Myr</unit><ucd>time.interval</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"tisserand_parameters.Jupiter.value"</name><description>Tisserand parameter with respect to Jupiter</description><ucd>src.orbital.Tisserand</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"tisserand_parameters.Jupiter.error.min"</name><description>Tisserand parameter with respect to Jupiter</description><ucd>src.orbital.Tisserand</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"tisserand_parameters.Jupiter.error.max"</name><description>Tisserand parameter with respect to Jupiter</description><ucd>src.orbital.Tisserand</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"tisserand_parameters.Saturn.value"</name><description>Tisserand parameter with respect to Saturn</description><ucd>src.orbital.Tisserand</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"tisserand_parameters.Saturn.error.min"</name><description>Tisserand parameter with respect to Saturn</description><ucd>src.orbital.Tisserand</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"tisserand_parameters.Saturn.error.max"</name><description>Tisserand parameter with respect to Saturn</description><ucd>src.orbital.Tisserand</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"tisserand_parameters.Uranus.value"</name><description>Tisserand parameter with respect to Uranus</description><ucd>src.orbital.Tisserand</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"tisserand_parameters.Uranus.error.min"</name><description>Tisserand parameter with respect to Uranus</description><ucd>src.orbital.Tisserand</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"tisserand_parameters.Uranus.error.max"</name><description>Tisserand parameter with respect to Uranus</description><ucd>src.orbital.Tisserand</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"tisserand_parameters.Neptune.value"</name><description>Tisserand parameter with respect to Neptune</description><ucd>src.orbital.Tisserand</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"tisserand_parameters.Neptune.error.min"</name><description>Tisserand parameter with respect to Neptune</description><ucd>src.orbital.Tisserand</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"tisserand_parameters.Neptune.error.max"</name><description>Tisserand parameter with respect to Neptune</description><ucd>src.orbital.Tisserand</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"family.family_number"</name><description>IAU number of the family largest member</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"family.family_name"</name><description>Name of the family largest member</description><ucd>meta.id;meta.main</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"family.family_status"</name><description>Status within the family (member of the core, halo, or diffuse halo)</description><ucd>meta.code.status</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"pair.sibling_number"</name><description>IAU number of the sibling SSO</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"pair.sibling_name"</name><description>Name of the sibling SSO</description><ucd>meta.id;meta.main</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"pair.distance"</name><description>Distance between the orbits (SSO and sibling)</description><unit>m/s</unit><ucd>pos.distance;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"pair.age.value"</name><description>Estimated age of the pair</description><unit>kyr</unit><ucd>time.age</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"pair.age.error.min"</name><description>Estimated age of the pair</description><unit>kyr</unit><ucd>time.age</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"pair.age.error.max"</name><description>Estimated age of the pair</description><unit>kyr</unit><ucd>time.age</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"moid.Mercury.value"</name><description>Minimum orbit intersection distance with respect to Mercury</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Mercury.error.min"</name><description>Minimum orbit intersection distance with respect to Mercury</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Mercury.error.max"</name><description>Minimum orbit intersection distance with respect to Mercury</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Venus.value"</name><description>Minimum orbit intersection distance with respect to Venus</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Venus.error.min"</name><description>Minimum orbit intersection distance with respect to Venus</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Venus.error.max"</name><description>Minimum orbit intersection distance with respect to Venus</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.EMB.value"</name><description>Minimum orbit intersection distance with respect to Earth-Moon barycenter</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.EMB.error.min"</name><description>Minimum orbit intersection distance with respect to Earth-Moon barycenter</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.EMB.error.max"</name><description>Minimum orbit intersection distance with respect to Earth-Moon barycenter</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Mars.value"</name><description>Minimum orbit intersection distance with respect to Mars</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Mars.error.min"</name><description>Minimum orbit intersection distance with respect to Mars</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Mars.error.max"</name><description>Minimum orbit intersection distance with respect to Mars</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Jupiter.value"</name><description>Minimum orbit intersection distance with respect to Jupiter</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Jupiter.error.min"</name><description>Minimum orbit intersection distance with respect to Jupiter</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Jupiter.error.max"</name><description>Minimum orbit intersection distance with respect to Jupiter</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Saturn.value"</name><description>Minimum orbit intersection distance with respect to Saturn</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Saturn.error.min"</name><description>Minimum orbit intersection distance with respect to Saturn</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Saturn.error.max"</name><description>Minimum orbit intersection distance with respect to Saturn</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Uranus.value"</name><description>Minimum orbit intersection distance with respect to Uranus</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Uranus.error.min"</name><description>Minimum orbit intersection distance with respect to Uranus</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Uranus.error.max"</name><description>Minimum orbit intersection distance with respect to Uranus</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Neptune.value"</name><description>Minimum orbit intersection distance with respect to Neptune</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Neptune.error.min"</name><description>Minimum orbit intersection distance with respect to Neptune</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"moid.Neptune.error.max"</name><description>Minimum orbit intersection distance with respect to Neptune</description><unit>au</unit><ucd>src.orbital;stat.min;pos.distance</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"source_regions.hun.value"</name><description>Probability that the SSO is derived from Hungaria population</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.hun.error.min"</name><description>Probability that the SSO is derived from Hungaria population</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.hun.error.max"</name><description>Probability that the SSO is derived from Hungaria population</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.nu6.value"</name><description>Probability that the SSO is derived from the ν_6 secular resonance with Saturn</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.nu6.error.min"</name><description>Probability that the SSO is derived from the ν_6 secular resonance with Saturn</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.nu6.error.max"</name><description>Probability that the SSO is derived from the ν_6 secular resonance with Saturn</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.pho.value"</name><description>Probability that the SSO is derived from Phocaea population</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.pho.error.min"</name><description>Probability that the SSO is derived from Phocaea population</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.pho.error.max"</name><description>Probability that the SSO is derived from Phocaea population</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.mm31.value"</name><description>Probability that the SSO is derived from the 3:1 mean motion resonance</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.mm31.error.min"</name><description>Probability that the SSO is derived from the 3:1 mean motion resonance</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.mm31.error.max"</name><description>Probability that the SSO is derived from the 3:1 mean motion resonance</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.mm52.value"</name><description>Probability that the SSO is derived from the 5:2 mean motion resonance</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.mm52.error.min"</name><description>Probability that the SSO is derived from the 5:2 mean motion resonance</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.mm52.error.max"</name><description>Probability that the SSO is derived from the 5:2 mean motion resonance</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.mm21.value"</name><description>Probability that the SSO is derived from the 2:1 mean motion resonance</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.mm21.error.min"</name><description>Probability that the SSO is derived from the 2:1 mean motion resonance</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.mm21.error.max"</name><description>Probability that the SSO is derived from the 2:1 mean motion resonance</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.jfc.value"</name><description>Probability that the SSO is derived from the Jupiter Family Comet region</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.jfc.error.min"</name><description>Probability that the SSO is derived from the Jupiter Family Comet region</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"source_regions.jfc.error.max"</name><description>Probability that the SSO is derived from the Jupiter Family Comet region</description><ucd>stat.probability</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"delta_v.delta_v"</name><description>Best total velocity range to rendezvous with target</description><unit>km/s</unit><ucd>phys.veloc</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"delta_v.transfer_time"</name><description>Best flight time to rendezvous with target</description><unit>d</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"delta_v.n_burns"</name><description>Number of burns corresponding to the best Delta-V</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"yarkovsky.dadt.value"</name><description>Semi-major axis drift induced by the Yarkovsky effect</description><unit>1e-4au/Myr</unit><ucd>arith.rate;pos.distance;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"yarkovsky.dadt.error.min"</name><description>Semi-major axis drift induced by the Yarkovsky effect</description><unit>1e-4au/Myr</unit><ucd>arith.rate;pos.distance;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"yarkovsky.dadt.error.max"</name><description>Semi-major axis drift induced by the Yarkovsky effect</description><unit>1e-4au/Myr</unit><ucd>arith.rate;pos.distance;src.orbital</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"yarkovsky.A2.value"</name><description>Radial acceleration induced by the Yarkovsky effect</description><unit>1e-15au/d**2</unit><ucd>phys.acceleration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"yarkovsky.A2.error.min"</name><description>Radial acceleration induced by the Yarkovsky effect</description><unit>1e-15au/d**2</unit><ucd>phys.acceleration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"yarkovsky.A2.error.max"</name><description>Radial acceleration induced by the Yarkovsky effect</description><unit>1e-15au/d**2</unit><ucd>phys.acceleration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"yarkovsky.snr"</name><description>Signal-to-noise ratio of Yarkovsky detection</description><ucd>stat.snr</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"yarkovsky.S"</name><description>Yarkovsky sensitivity parameter</description><ucd>stat.param</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"absolute_magnitude.value"</name><description>Absolute magnitude of the SSO</description><unit>mag</unit><ucd>phys.magAbs</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"absolute_magnitude.error.min"</name><description>Absolute magnitude of the SSO</description><unit>mag</unit><ucd>phys.magAbs</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"absolute_magnitude.error.max"</name><description>Absolute magnitude of the SSO</description><unit>mag</unit><ucd>phys.magAbs</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"diameter.value"</name><description>Volume-equivalent diameter</description><unit>km</unit><ucd>phys.size.diameter</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"diameter.error.min"</name><description>Volume-equivalent diameter</description><unit>km</unit><ucd>phys.size.diameter</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"diameter.error.max"</name><description>Volume-equivalent diameter</description><unit>km</unit><ucd>phys.size.diameter</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"diameter.ratio.value"</name><description>Volume-equivalent diameter</description><unit>km</unit><ucd>phys.size.diameter</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"diameter.ratio.error.min"</name><description>Volume-equivalent diameter</description><unit>km</unit><ucd>phys.size.diameter</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"diameter.ratio.error.max"</name><description>Volume-equivalent diameter</description><unit>km</unit><ucd>phys.size.diameter</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"diameter.reference.value"</name><description>Volume-equivalent diameter</description><unit>km</unit><ucd>phys.size.diameter</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"diameter.reference.error.min"</name><description>Volume-equivalent diameter</description><unit>km</unit><ucd>phys.size.diameter</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"diameter.reference.error.max"</name><description>Volume-equivalent diameter</description><unit>km</unit><ucd>phys.size.diameter</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"albedo.value"</name><description>Geometrical albedo in V band</description><ucd>phys.albedo</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"albedo.error.min"</name><description>Geometrical albedo in V band</description><ucd>phys.albedo</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"albedo.error.max"</name><description>Geometrical albedo in V band</description><ucd>phys.albedo</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"albedo.type"</name><description>Type of albedo</description><ucd>meta.note;phys.albedo</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"mass.value"</name><description>Mass of the SSO</description><unit>kg</unit><ucd>phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"mass.error.min"</name><description>Mass of the SSO</description><unit>kg</unit><ucd>phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"mass.error.max"</name><description>Mass of the SSO</description><unit>kg</unit><ucd>phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"mass.ratio.value"</name><description>Mass of the SSO</description><unit>kg</unit><ucd>phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"mass.ratio.error.min"</name><description>Mass of the SSO</description><unit>kg</unit><ucd>phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"mass.ratio.error.max"</name><description>Mass of the SSO</description><unit>kg</unit><ucd>phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"density.value"</name><description>Volumetric mass density</description><unit>kg/m**3</unit><ucd>phys.density</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"density.error.min"</name><description>Volumetric mass density</description><unit>kg/m**3</unit><ucd>phys.density</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"density.error.max"</name><description>Volumetric mass density</description><unit>kg/m**3</unit><ucd>phys.density</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"hill_sphere_radius.value"</name><description>Radius of the gravitational sphere of influence of the SSO</description><unit>au</unit><ucd>phys.size.radius</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"hill_sphere_radius.error.min"</name><description>Radius of the gravitational sphere of influence of the SSO</description><unit>au</unit><ucd>phys.size.radius</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"hill_sphere_radius.error.max"</name><description>Radius of the gravitational sphere of influence of the SSO</description><unit>au</unit><ucd>phys.size.radius</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"taxonomy.class"</name><description>Taxonomic class</description><ucd>src.class.color</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"taxonomy.complex"</name><description>Taxonomic complex</description><ucd>src.class.color</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"taxonomy.waverange"</name><description>Wavelength range used for the taxonomic classification</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"taxonomy.scheme"</name><description>Taxonomic classification scheme</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"taxonomy.technique"</name><description>Method used to determine the taxonomy</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"thermal_inertia.value"</name><description>Equivalent thermal inertia at 1 au</description><unit>J.s**(-1/2).K**-1.m**-2</unit><ucd>phys.thermalInertia</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"thermal_inertia.error.min"</name><description>Equivalent thermal inertia at 1 au</description><unit>J.s**(-1/2).K**-1.m**-2</unit><ucd>phys.thermalInertia</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"thermal_inertia.error.max"</name><description>Equivalent thermal inertia at 1 au</description><unit>J.s**(-1/2).K**-1.m**-2</unit><ucd>phys.thermalInertia</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>"colors.g-i.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.g-i.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.g-i.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.g-i.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-i.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-i.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.g-i.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.g-i.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-i.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-i.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-i.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-r.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.g-r.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.g-r.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.g-r.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-r.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-r.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.g-r.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.g-r.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-r.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-r.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-r.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-z.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.g-z.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.g-z.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.g-z.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-z.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-z.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.g-z.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.g-z.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-z.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-z.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.g-z.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.i-z.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.i-z.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.i-z.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.i-z.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.i-z.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.i-z.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.i-z.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.i-z.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.i-z.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.i-z.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.i-z.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.r-i.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.r-i.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.r-i.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.r-i.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.r-i.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.r-i.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.r-i.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.r-i.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.r-i.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.r-i.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.r-i.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.r-z.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.r-z.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.r-z.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.r-z.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.r-z.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.r-z.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.r-z.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.r-z.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.r-z.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.r-z.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.r-z.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-g.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-g.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-g.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-g.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-g.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-g.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-g.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-g.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-g.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-g.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-g.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-i.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-i.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-i.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-i.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-i.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-i.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-i.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-i.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-i.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-i.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-i.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-r.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-r.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-r.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-r.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-r.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-r.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-r.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-r.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-r.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-r.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-r.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-K.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.J-K.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.J-K.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.J-K.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-K.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-K.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.J-K.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.J-K.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-K.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-K.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-K.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-Ks.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.J-Ks.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.J-Ks.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.J-Ks.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-Ks.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-Ks.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.J-Ks.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.J-Ks.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-Ks.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-Ks.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-Ks.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-J.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-J.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-J.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-J.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-J.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-J.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-J.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-J.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-J.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-J.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-J.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-K.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-K.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-K.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-K.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-K.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-K.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-K.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-K.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-K.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-K.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-K.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-Ks.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-Ks.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-Ks.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-Ks.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-Ks.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-Ks.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-Ks.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-Ks.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-Ks.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-Ks.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-Ks.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.c-o.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.c-o.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.c-o.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.c-o.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.c-o.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.c-o.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.c-o.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.c-o.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.c-o.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.c-o.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.c-o.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-z.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-z.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-z.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-z.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-z.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-z.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-z.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-z.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-z.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-z.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-z.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-g.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-g.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-g.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-g.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-g.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-g.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-g.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-g.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-g.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-g.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-g.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-i.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-i.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-i.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-i.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-i.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-i.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-i.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-i.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-i.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-i.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-i.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-r.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-r.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-r.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-r.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-r.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-r.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-r.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-r.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-r.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-r.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-r.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-z.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-z.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-z.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-z.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-z.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-z.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-z.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.v-z.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-z.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-z.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.v-z.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.H-K.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.H-K.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.H-K.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.H-K.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.H-K.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.H-K.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.H-K.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.H-K.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.H-K.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.H-K.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.H-K.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.H-Ks.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.H-Ks.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.H-Ks.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.H-Ks.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.H-Ks.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.H-Ks.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.H-Ks.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.H-Ks.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.H-Ks.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.H-Ks.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.H-Ks.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-H.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.J-H.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.J-H.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.J-H.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-H.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-H.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.J-H.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.J-H.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-H.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-H.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.J-H.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-H.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-H.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-H.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-H.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-H.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-H.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-H.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Y-H.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-H.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-H.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Y-H.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-v.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-v.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-v.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-v.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-v.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-v.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-v.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.u-v.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-v.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-v.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.u-v.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-I.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.V-I.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.V-I.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.V-I.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-I.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-I.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.V-I.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.V-I.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-I.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-I.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-I.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-R.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.V-R.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.V-R.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.V-R.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-R.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-R.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.V-R.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.V-R.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-R.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-R.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-R.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.B-V.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.B-V.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.B-V.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.B-V.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.B-V.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.B-V.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.B-V.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.B-V.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.B-V.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.B-V.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.B-V.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.R-I.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.R-I.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.R-I.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.R-I.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.R-I.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.R-I.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.R-I.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.R-I.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.R-I.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.R-I.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.R-I.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.B-R.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.B-R.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.B-R.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.B-R.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.B-R.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.B-R.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.B-R.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.B-R.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.B-R.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.B-R.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.B-R.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-Z.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.V-Z.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.V-Z.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.V-Z.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-Z.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-Z.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.V-Z.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.V-Z.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-Z.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-Z.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.V-Z.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Z-J.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Z-J.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Z-J.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Z-J.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Z-J.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Z-J.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Z-J.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.Z-J.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Z-J.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Z-J.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.Z-J.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.U-B.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.U-B.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.U-B.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.U-B.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.U-B.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.U-B.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.U-B.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.U-B.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.U-B.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.U-B.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.U-B.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.R-z.color.value"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.R-z.color.error.min"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.R-z.color.error.max"</name><description>Difference in magnitude measured through two different filters</description><ucd>phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.R-z.facility"</name><description>Observing facility that provided the observations</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.R-z.observer"</name><description>IAU code of the observer</description><ucd>meta.id;instr.obsty</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.R-z.epoch"</name><description>Julian date of the observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.R-z.delta_time"</name><description>Time difference between the acquisition time of the two filters</description><unit>s</unit><ucd>time.duration</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"colors.R-z.id_filter_1"</name><description>Unique identifier of the first filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.R-z.id_filter_2"</name><description>Unique identifier of the second filter, see SVO filter service</description><ucd>meta.id;instr.filter</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.R-z.phot_sys"</name><description>Reference photometric system (Vega, AB, or ST)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"colors.R-z.technique"</name><description>Method used to determine the color</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"spins.1.period.value"</name><description>Synodic or sidereal period of rotation</description><unit>h</unit><ucd>time.period.rotation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.period.error.min"</name><description>Synodic or sidereal period of rotation</description><unit>h</unit><ucd>time.period.rotation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.period.error.max"</name><description>Synodic or sidereal period of rotation</description><unit>h</unit><ucd>time.period.rotation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.period_type"</name><description>Type of the period of rotation (synodic or sidereal)</description><ucd>meta.code;time.period.rotation</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"spins.1.period_flag"</name><description>Quality flag of the period of rotation</description><ucd>meta.code</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"spins.1.t0"</name><description>Reference epoch for the spin coordinates</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.W0"</name><description>Rotational phase at reference epoch</description><unit>deg</unit><ucd>time.phase</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.Wp"</name><description>Rotational velocity</description><unit>deg/d</unit><ucd>phys.veloc.rotat</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.obliquity"</name><description>Obliquity of the spin axis</description><unit>deg</unit><ucd>phys.obliquity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.RA0.value"</name><description>Right ascension of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.RA0.error.min"</name><description>Right ascension of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.RA0.error.max"</name><description>Right ascension of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.DEC0.value"</name><description>Declination of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.DEC0.error.min"</name><description>Declination of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.DEC0.error.max"</name><description>Declination of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.long.value"</name><description>Longitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lon</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.long.error.min"</name><description>Longitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lon</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.long.error.max"</name><description>Longitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lon</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.lat.value"</name><description>Latitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lat</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.lat.error.min"</name><description>Latitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lat</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.lat.error.max"</name><description>Latitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lat</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.1.technique"</name><description>Method used to determine the spin</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"spins.2.period.value"</name><description>Synodic or sidereal period of rotation</description><unit>h</unit><ucd>time.period.rotation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.period.error.min"</name><description>Synodic or sidereal period of rotation</description><unit>h</unit><ucd>time.period.rotation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.period.error.max"</name><description>Synodic or sidereal period of rotation</description><unit>h</unit><ucd>time.period.rotation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.period_type"</name><description>Type of the period of rotation (synodic or sidereal)</description><ucd>meta.code;time.period.rotation</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"spins.2.period_flag"</name><description>Quality flag of the period of rotation</description><ucd>meta.code</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"spins.2.t0"</name><description>Reference epoch for the spin coordinates</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.W0"</name><description>Rotational phase at reference epoch</description><unit>deg</unit><ucd>time.phase</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.Wp"</name><description>Rotational velocity</description><unit>deg/d</unit><ucd>phys.veloc.rotat</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.obliquity"</name><description>Obliquity of the spin axis</description><unit>deg</unit><ucd>phys.obliquity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.RA0.value"</name><description>Right ascension of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.RA0.error.min"</name><description>Right ascension of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.RA0.error.max"</name><description>Right ascension of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.DEC0.value"</name><description>Declination of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.DEC0.error.min"</name><description>Declination of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.DEC0.error.max"</name><description>Declination of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.long.value"</name><description>Longitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lon</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.long.error.min"</name><description>Longitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lon</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.long.error.max"</name><description>Longitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lon</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.lat.value"</name><description>Latitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lat</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.lat.error.min"</name><description>Latitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lat</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.lat.error.max"</name><description>Latitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lat</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.2.technique"</name><description>Method used to determine the spin</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"spins.3.period.value"</name><description>Synodic or sidereal period of rotation</description><unit>h</unit><ucd>time.period.rotation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.period.error.min"</name><description>Synodic or sidereal period of rotation</description><unit>h</unit><ucd>time.period.rotation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.period.error.max"</name><description>Synodic or sidereal period of rotation</description><unit>h</unit><ucd>time.period.rotation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.period_type"</name><description>Type of the period of rotation (synodic or sidereal)</description><ucd>meta.code;time.period.rotation</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"spins.3.period_flag"</name><description>Quality flag of the period of rotation</description><ucd>meta.code</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"spins.3.t0"</name><description>Reference epoch for the spin coordinates</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.W0"</name><description>Rotational phase at reference epoch</description><unit>deg</unit><ucd>time.phase</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.Wp"</name><description>Rotational velocity</description><unit>deg/d</unit><ucd>phys.veloc.rotat</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.obliquity"</name><description>Obliquity of the spin axis</description><unit>deg</unit><ucd>phys.obliquity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.RA0.value"</name><description>Right ascension of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.RA0.error.min"</name><description>Right ascension of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.RA0.error.max"</name><description>Right ascension of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.DEC0.value"</name><description>Declination of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.DEC0.error.min"</name><description>Declination of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.DEC0.error.max"</name><description>Declination of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.long.value"</name><description>Longitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lon</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.long.error.min"</name><description>Longitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lon</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.long.error.max"</name><description>Longitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lon</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.lat.value"</name><description>Latitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lat</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.lat.error.min"</name><description>Latitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lat</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.lat.error.max"</name><description>Latitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lat</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.3.technique"</name><description>Method used to determine the spin</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"spins.4.period.value"</name><description>Synodic or sidereal period of rotation</description><unit>h</unit><ucd>time.period.rotation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.period.error.min"</name><description>Synodic or sidereal period of rotation</description><unit>h</unit><ucd>time.period.rotation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.period.error.max"</name><description>Synodic or sidereal period of rotation</description><unit>h</unit><ucd>time.period.rotation</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.period_type"</name><description>Type of the period of rotation (synodic or sidereal)</description><ucd>meta.code;time.period.rotation</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"spins.4.period_flag"</name><description>Quality flag of the period of rotation</description><ucd>meta.code</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"spins.4.t0"</name><description>Reference epoch for the spin coordinates</description><unit>d</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.W0"</name><description>Rotational phase at reference epoch</description><unit>deg</unit><ucd>time.phase</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.Wp"</name><description>Rotational velocity</description><unit>deg/d</unit><ucd>phys.veloc.rotat</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.obliquity"</name><description>Obliquity of the spin axis</description><unit>deg</unit><ucd>phys.obliquity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.RA0.value"</name><description>Right ascension of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.RA0.error.min"</name><description>Right ascension of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.RA0.error.max"</name><description>Right ascension of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.DEC0.value"</name><description>Declination of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.DEC0.error.min"</name><description>Declination of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.DEC0.error.max"</name><description>Declination of the spin axis (EQJ2000)</description><unit>deg</unit><ucd>pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.long.value"</name><description>Longitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lon</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.long.error.min"</name><description>Longitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lon</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.long.error.max"</name><description>Longitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lon</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.lat.value"</name><description>Latitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lat</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.lat.error.min"</name><description>Latitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lat</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.lat.error.max"</name><description>Latitude of the spin axis (ECJ2000)</description><unit>deg</unit><ucd>pos.ecliptic.lat</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>"spins.4.technique"</name><description>Method used to determine the spin</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema></tableset></ri:Resource>