<?xml version='1.0'?><?xml-stylesheet href='/static/xsl/oai.xsl' type='text/xsl'?><ri:Resource created="2009-12-01T10:00:00Z" status="active" updated="2025-07-21T10:06:44Z" version="1.2" 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>CeSAM Virtual Observatory Server TAP service</title><shortName>CeSAM TAP</shortName><identifier>ivo://lam.cesam/tap</identifier><curation><publisher>The CeSAM VO team</publisher><creator><name>CeSAM VO team</name><logo>https://vo.lam.fr/static/img/cesamvo_ico.png</logo></creator><date role="Updated">2022-02-16T15:56:41Z</date><contact><name>CeSAM VO team</name><address>LAM, 38 rue Frederic Joliot-Curie 13388 Marseille cedex 13</address><email>cesam-vo@lam.fr</email></contact></curation><content><subject>virtual-observatories</subject><subject>catalogs</subject><description>The CeSAM Virtual Observatory Server's TAP end point. The Table Access
Protocol (TAP) lets you execute queries against our database tables,
inspect various metadata, and upload your own data. It is thus the
VO's premier way to access public data holdings.

Tables exposed through this endpoint include: main from the aspic_6df schema, g02, g09g12g15 from the aspic_gama schema, main from the aspic_muse_wide schema, w1, w1_video, w4 from the aspic_vipers schema, cosmos, ecdfs from the aspic_vuds schema, catalogue, spectra from the el_cosmos_dr1 schema, spectra from the gama_dr3 schema, obscore from the ivoa schema, spectra from the muse_wide_dr1 schema, bolshoi2022 from the sides schema, columns, groups, key_columns, keys, schemas, tables from the tap_schema schema, spectra from the vipers_dr2 schema, spectra from the vuds_dr1 schema, spectra from the zcosmos_20k schema.</description><referenceURL>https://vo.lam.fr/__system__/tap/run/info</referenceURL><relationship><relationshipType>IsServiceFor</relationshipType><relatedResource ivo-id="ivo://lam.cesam/__system__/obscore/ObsCore">CeSAM Virtual Observatory Server Obscore Table</relatedResource></relationship></content><capability standardID="ivo://ivoa.net/std/TAP" xsi:type="tr:TableAccess"><interface role="std" version="1.1" xsi:type="vs:ParamHTTP"><accessURL use="full">https://vo.lam.fr/tap</accessURL></interface><dataModel ivo-id="ivo://ivoa.net/std/ObsCore#core-1.1">Obscore-1.1</dataModel><dataModel ivo-id="ivo://ivoa.net/std/obscore#core-1.1">Obscore-1.1</dataModel><language><name>ADQL</name><version ivo-id="ivo://ivoa.net/std/ADQL#v2.0">2.0</version><version ivo-id="ivo://ivoa.net/std/ADQL#v2.1">2.1</version><description>The Astronomical Data Query Language is the standard IVOA dialect of SQL; it contains a very general SELECT statement as well as some extensions for spherical geometry and higher mathematics.</description><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-udf"><feature><form>gavo_getauthority(ivoid TEXT) -&gt; TEXT</form><description>returns the authority part of an ivoid (or, more generally a URI).
So, ivo://org.gavo.dc/foo/bar#baz becomes org.gavo.dc.

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

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

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

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

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

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

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

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

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

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

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

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

An alternative, 2-argument form

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

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

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

Implementation note: Right now, the Gaussian is approximated by
summing up and scaling ten calls to random.  This, hence, is not
very precise or fast.  It might work for some use cases, and we
will provide a better implementation if this proves inadequate.</description></feature><feature><form>ivo_simbadpoint(identifier TEXT) -&gt; POINT</form><description>gavo_simbadpoint queries simbad for an identifier and returns the
corresponding point.  Note that identifier can only be a literal,
i.e., as simple string rather than a column name. This is because
our database cannot query simbad, and we probably wouldn't want
to fire off millions of simbad queries anyway; use simbad's own
TAP service for this kind of application.</description></feature><feature><form>ivo_string_agg(expression TEXT, delimiter TEXT) -&gt; TEXT</form><description>An aggregate function returning all values of
expression within a GROUP contcatenated with delimiter</description></feature><feature><form>ivo_to_jd(d TIMESTAMP) -&gt; DOUBLE PRECISION</form><description>The function converts a postgres timestamp to julian date.
This is naive; no corrections for timezones, let alone time
scales or the like are done; you can thus not expect this to be
good to second-precision unless you are careful in the construction
of the timestamp.</description></feature><feature><form>ivo_to_mjd(d TIMESTAMP) -&gt; DOUBLE PRECISION</form><description>The function converts a postgres timestamp to modified julian date.
This is naive; no corrections for timezones, let alone time
scales or the like are done; you can thus not expect this to be
good to second-precision unless you are careful in the construction
of the timestamp.</description></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adqlgeo"><feature><form>BOX</form></feature><feature><form>POINT</form></feature><feature><form>CIRCLE</form></feature><feature><form>POLYGON</form></feature><feature><form>REGION</form></feature><feature><form>CENTROID</form></feature><feature><form>COORD1</form></feature><feature><form>COORD2</form></feature><feature><form>DISTANCE</form></feature><feature><form>CONTAINS</form></feature><feature><form>INTERSECTS</form></feature><feature><form>AREA</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-conditional"><feature><form>COALESCE</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-string"><feature><form>LOWER</form></feature><feature><form>ILIKE</form></feature><feature><form>UPPER</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-offset"><feature><form>OFFSET</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-type"><feature><form>CAST</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-unit"><feature><form>IN_UNIT</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-common-table"><feature><form>WITH</form></feature></languageFeatures><languageFeatures type="ivo://org.gavo.dc/std/exts#extra-adql-keywords"><feature><form>TABLESAMPLE</form><description>Written after a table reference, TABLESAMPLE(10) will make the database only use 10% of the rows; these are `somewhat random' in that the system will use random blocks.  This should be good enough when just testing queries (and much better than using TOP n).</description></feature><feature><form>MOC</form><description>A geometry function creating MOCs.  It either takes a string argument with an ASCII MOC ('4/13 17-18 8/3002'), or an order and another geometry.</description></feature><feature><form>VECTORMATH</form><description>You can compute with vectors here. See https://wiki.ivoa.net/twiki/bin/view/IVOA/ADQLVectorMath for an overview of the functions and operators available.</description></feature><feature><form>CASE</form><description>The SQL92 CASE expression</description></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-sets"><feature><form>UNION</form></feature><feature><form>EXCEPT</form></feature><feature><form>INTERSECT</form></feature></languageFeatures></language><outputFormat><mime>text/tab-separated-values</mime><alias>tsv</alias></outputFormat><outputFormat><mime>text/plain</mime><alias>txt</alias></outputFormat><outputFormat><mime>text/csv</mime><alias>csv_bare</alias></outputFormat><outputFormat><mime>text/csv;header=present</mime><alias>csv</alias></outputFormat><outputFormat><mime>application/json</mime><alias>json</alias></outputFormat><outputFormat><mime>application/geo+json</mime><alias>geojson</alias></outputFormat><outputFormat ivo-id="ivo://ivoa.net/std/TAPRegExt#output-votable-binary"><mime>application/x-votable+xml</mime><alias>votable</alias></outputFormat><outputFormat ivo-id="ivo://ivoa.net/std/TAPRegExt#output-votable-binary2"><mime>application/x-votable+xml;serialization=BINARY2</mime><alias>votable/b2</alias><alias>votableb2</alias></outputFormat><outputFormat ivo-id="ivo://ivoa.net/std/TAPRegExt#output-votable-td"><mime>application/x-votable+xml;serialization=TABLEDATA</mime><alias>text/xml</alias><alias>votable/td</alias><alias>votabletd</alias></outputFormat><outputFormat><mime>application/x-votable+xml;serialization=TABLEDATA;version=1.1</mime><alias>text/xml</alias><alias>votabletd1.1</alias></outputFormat><outputFormat><mime>application/x-votable+xml;version=1.1</mime><alias>text/xml</alias><alias>votable1.1</alias></outputFormat><outputFormat><mime>application/x-votable+xml;serialization=TABLEDATA;version=1.2</mime><alias>text/xml</alias><alias>votabletd1.2</alias></outputFormat><outputFormat><mime>application/x-votable+xml;serialization=TABLEDATA;version=1.6</mime><alias>vodml</alias></outputFormat><outputFormat><mime>application/x-votable+xml;version=1.6</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>60</default></executionDuration><outputLimit><default unit="row">20000</default><hard unit="row">20000000</hard></outputLimit><uploadLimit><hard unit="byte">500000</hard></uploadLimit></capability><capability standardID="ivo://ivoa.net/std/VOSI#capabilities"><interface role="std" xsi:type="vs:ParamHTTP"><accessURL use="full">https://vo.lam.fr/__system__/tap/run/capabilities</accessURL></interface></capability><capability standardID="ivo://ivoa.net/std/VOSI#availability"><interface role="std" xsi:type="vs:ParamHTTP"><accessURL use="full">https://vo.lam.fr/__system__/tap/run/availability</accessURL></interface></capability><capability standardID="ivo://ivoa.net/std/VOSI#tables"><interface role="std" version="1.1" xsi:type="vs:ParamHTTP"><accessURL use="full">https://vo.lam.fr/__system__/tap/run/tableMetadata</accessURL></interface></capability><tableset><schema><name>ivoa</name><description>Definition and support code for the ObsCore data model and table.</description><table><name>ivoa.obscore</name><title>CeSAM Virtual Observatory Server Obscore Table</title><description>The IVOA-defined obscore table, containing generic metadata for
datasets within this data centre.</description><utype>ivo://ivoa.net/std/obscore#table-1.1</utype><nrows>846464</nrows><column><name>dataproduct_type</name><description>High level scientific classification of the data product, taken from an enumeration</description><ucd>meta.code.class</ucd><utype>obscore:obsdataset.dataproducttype</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>dataproduct_subtype</name><description>Data product specific type</description><ucd>meta.code.class</ucd><utype>obscore:obsdataset.dataproductsubtype</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="3" g-colstat:median="3" g-colstat:min-value="2" g-colstat:percentile03="2" g-colstat:percentile97="3"><name>calib_level</name><description>Amount of data processing that has been applied to the data</description><ucd>meta.code;obs.calib</ucd><utype>obscore:obsdataset.caliblevel</utype><dataType xsi:type="vs:VOTableType">short</dataType></column><column><name>obs_collection</name><description>Name of a data collection (e.g., project name) this data belongs to</description><ucd>meta.id</ucd><utype>obscore:dataid.collection</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_id</name><description>Unique identifier for an observation</description><ucd>meta.id</ucd><utype>obscore:DataID.observationID</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_title</name><description>Free-from title of the data set</description><ucd>meta.title;obs</ucd><utype>obscore:dataid.title</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_publisher_did</name><description>Dataset identifier assigned by the publisher.</description><ucd>meta.ref.ivoid</ucd><utype>obscore:curation.publisherdid</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>obs_creator_did</name><description>Dataset identifier assigned by the creator.</description><ucd>meta.id</ucd><utype>obscore:dataid.creatordid</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_url</name><description>The URL at which to obtain the data set.</description><ucd>meta.ref.url</ucd><utype>obscore:access.reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_format</name><description>MIME type of the resource at access_url</description><ucd>meta.code.mime</ucd><utype>obscore:access.format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="84" g-colstat:median="84" g-colstat:min-value="19" g-colstat:percentile03="19" g-colstat:percentile97="84"><name>access_estsize</name><description>Estimated size of data product</description><unit>kbyte</unit><ucd>phys.size;meta.file</ucd><utype>obscore:access.size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>target_name</name><description>Object a targeted observation targeted</description><ucd>meta.id;src</ucd><utype>obscore:Target.Name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_class</name><description>Class of the target object (star, QSO, ...)</description><ucd>src.class</ucd><utype>obscore:target.class</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="335.391" g-colstat:median="150.112" g-colstat:min-value="30.1893" g-colstat:percentile03="32.3165" g-colstat:percentile97="331.062"><name>s_ra</name><description>RA of (center of) observation, ICRS</description><unit>deg</unit><ucd>pos.eq.ra</ucd><utype>obscore:char.spatialaxis.coverage.location.coord.position2d.value2.c1</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="2.99996" g-colstat:median="1.98247" g-colstat:min-value="-27.9582" g-colstat:percentile03="-5.79114" g-colstat:percentile97="2.77184"><name>s_dec</name><description>Dec of (center of) observation, ICRS</description><unit>deg</unit><ucd>pos.eq.dec</ucd><utype>obscore:char.spatialaxis.coverage.location.coord.position2d.value2.c2</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="0"><name>s_fov</name><description>Approximate spatial extent for the region covered by the observation</description><unit>deg</unit><ucd>phys.angSize;instr.fov</ucd><utype>obscore:char.spatialaxis.coverage.bounds.extent.diameter</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>s_region</name><description>Region covered by the observation, as a polygon</description><ucd>pos.outline;obs.field</ucd><utype>obscore:char.spatialaxis.coverage.support.area</utype><dataType arraysize="*" extendedType="adql:REGION" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0"><name>s_resolution</name><description>Best spatial resolution within the data set</description><unit>arcsec</unit><ucd>pos.angResolution</ucd><utype>obscore:Char.SpatialAxis.Resolution.refval.value</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0244417" g-colstat:max-value="54972.9" g-colstat:median="53880" g-colstat:min-value="53463" g-colstat:percentile03="53491" g-colstat:percentile97="54860.1"><name>t_min</name><description>Lower bound of times represented in the data set</description><unit>d</unit><ucd>time.start;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.bounds.limits.starttime</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0244417" g-colstat:max-value="54973.1" g-colstat:median="53880.1" g-colstat:min-value="53463.2" g-colstat:percentile03="53491.2" g-colstat:percentile97="54860.2"><name>t_max</name><description>Upper bound of times represented in the data set</description><unit>d</unit><ucd>time.end;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.bounds.limits.stoptime</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0"><name>t_exptime</name><description>Total exposure time</description><unit>s</unit><ucd>time.duration;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.support.extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0"><name>t_resolution</name><description>Minimal significant time interval along the time axis</description><unit>s</unit><ucd>time.resolution</ucd><utype>obscore:char.timeaxis.resolution.refval.value</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="5.83848e-07" g-colstat:median="8.66287e-08" g-colstat:min-value="2.5326e-08" g-colstat:percentile03="3.15101e-08" g-colstat:percentile97="5.51428e-07"><name>em_min</name><description>Minimal wavelength represented within the data set</description><unit>m</unit><ucd>em.wl;stat.min</ucd><utype>obscore:char.spectralaxis.coverage.bounds.limits.lolimit</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="6.481e-06" g-colstat:median="6.4579e-06" g-colstat:min-value="6.16453e-07" g-colstat:percentile03="8.85636e-07" g-colstat:percentile97="6.47992e-06"><name>em_max</name><description>Maximal wavelength represented within the data set</description><unit>m</unit><ucd>em.wl;stat.max</ucd><utype>obscore:char.spectralaxis.coverage.bounds.limits.hilimit</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0"><name>em_res_power</name><description>Spectral resolving power lambda/delta lambda</description><ucd>spect.resolution</ucd><utype>obscore:char.spectralaxis.resolution.resolpower.refval</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>o_ucd</name><description>UCD for the product's observable</description><ucd>meta.ucd</ucd><utype>obscore:char.observableaxis.ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>pol_states</name><description>List of polarization states in the data set</description><ucd>meta.code;phys.polarization</ucd><utype>obscore:Char.PolarizationAxis.stateList</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>facility_name</name><description>Name of the facility at which data was taken</description><ucd>meta.id;instr.tel</ucd><utype>obscore:Provenance.ObsConfig.facility.name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>instrument_name</name><description>Name of the instrument that produced the data</description><ucd>meta.id;instr</ucd><utype>obscore:Provenance.ObsConfig.instrument.name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1" g-colstat:median="1" g-colstat:min-value="1" g-colstat:percentile03="1" g-colstat:percentile97="1"><name>s_xel1</name><description>Number of elements (typically pixels) along the first spatial axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpatialAxis.numBins1</utype><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1" g-colstat:median="1" g-colstat:min-value="1" g-colstat:percentile03="1" g-colstat:percentile97="1"><name>s_xel2</name><description>Number of elements (typically pixels) along the second spatial axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpatialAxis.numBins2</utype><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0"><name>t_xel</name><description>Number of elements (typically pixels) along the time axis.</description><ucd>meta.number</ucd><utype>obscore:Char.TimeAxis.numBins</utype><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="4960" g-colstat:median="3581" g-colstat:min-value="557" g-colstat:percentile03="557" g-colstat:percentile97="4954"><name>em_xel</name><description>Number of elements (typically pixels) along the spectral axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpectralAxis.numBins</utype><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0"><name>pol_xel</name><description>Number of elements (typically pixels) along the polarization axis.</description><ucd>meta.number</ucd><utype>obscore:Char.PolarizationAxis.numBins</utype><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0"><name>s_pixel_scale</name><description>Sampling period in world coordinate units along the spatial axis</description><unit>arcsec</unit><ucd>phys.angSize;instr.pixel</ucd><utype>obscore:Char.SpatialAxis.Sampling.RefVal.SamplingPeriod</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>em_ucd</name><description>Nature of the product's spectral axis (typically, em.freq, em.wl, or em.energy)</description><ucd>meta.ucd</ucd><utype>obscore:Char.SpectralAxis.ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>preview</name><description>URL of a preview (low-resolution, quick-to-retrieve representation) of the data.</description><ucd>meta.ref.url;meta.preview</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>source_table</name><description>Name of a TAP-queriable table this data originates from. This source table usually provides more information on the the data than what is given in obscore. See the TAP_SCHEMA of the originating TAP server for details.</description><ucd>meta.id;meta.table</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>tap_schema</name><description> CeSAM Virtual Observatory Server's Table Access Protocol (TAP) service with
table metadata.</description><table><name>tap_schema.tables</name><description>Tables available for ADQL querying.</description><column><name>schema_name</name><description>Fully qualified schema name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>table_name</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>table_type</name><description>One of: table, view</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>description</name><description>Brief description of the table</description><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>utype</name><description>utype if the table corresponds to a data model</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>table_index</name><description>Suggested position this table should take in a sorted list of tables from this data center</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>nrows</name><description>The approximate size of the table in rows</description><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.schemas</targetTable><fkColumn><fromColumn>schema_name</fromColumn><targetColumn>schema_name</targetColumn></fkColumn></foreignKey></table><table><name>tap_schema.columns</name><description>Columns in tables available for ADQL querying.</description><column><name>table_name</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>column_name</name><description>Column name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>description</name><description>Brief description of column</description><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>unit</name><description>Unit in VO standard format</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ucd</name><description>UCD of column if any</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>utype</name><description>Utype of column if any</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>datatype</name><description>ADQL datatype</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>arraysize</name><description>Arraysize in VOTable notation</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>xtype</name><description>VOTable extended type information (for special interpretation of data content, e.g., timestamps or points)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"size"</name><description>Legacy length (ignore if you can).</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>principal</name><description>Is column principal?</description><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>indexed</name><description>Is there an index on this column?</description><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>std</name><description>Is this a standard column?</description><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>column_index</name><description>1-based index of the column in database order.</description><dataType xsi:type="vs:VOTableType">short</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.tables</targetTable><fkColumn><fromColumn>table_name</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey></table><table><name>tap_schema.schemas</name><description>Schemas containing tables available for ADQL querying.</description><column><name>schema_name</name><description>Fully qualified schema name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>description</name><description>Brief description of the schema</description><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>utype</name><description>utype if schema corresponds to a data model</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>schema_index</name><description>Suggested position this schema should take in a sorted list of schemas from this data center.</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column></table><table><name>tap_schema.keys</name><description>Foreign key relationships between tables available for ADQL querying.</description><column><name>key_id</name><description>Unique key identifier</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>from_table</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_table</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>description</name><description>Description of this key</description><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>utype</name><description>Utype of this key</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.tables</targetTable><fkColumn><fromColumn>from_table</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey><foreignKey><targetTable>tap_schema.tables</targetTable><fkColumn><fromColumn>target_table</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey></table><table><name>tap_schema.key_columns</name><description>Columns participating in foreign key relationships between tables
available for ADQL querying.</description><column><name>key_id</name><description>Key identifier from TAP_SCHEMA.keys</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>from_column</name><description>Key column name in the from table</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_column</name><description>Key column in the target table</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.keys</targetTable><fkColumn><fromColumn>key_id</fromColumn><targetColumn>key_id</targetColumn></fkColumn></foreignKey></table><table><name>tap_schema.groups</name><description>Columns that are part of groups within tables available for ADQL
querying.</description><column><name>table_name</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>column_name</name><description>Name of a column belonging to the group</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>column_utype</name><description>utype the column within the group</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>group_name</name><description>Name of the group</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>group_utype</name><description>utype of the group</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.tables</targetTable><fkColumn><fromColumn>table_name</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey></table></schema><schema><name>aspic_6df</name><title>ASPIC 6dF Galaxy Survey physical parameters</title><description> Physical parameters estimated by Le Phare and CIGALE for a selection
of 6dF Galaxy Survey sources.</description><table><name>aspic_6df.main</name><description> Physical parameters estimated by Le Phare and CIGALE for a selection
of 6dF Galaxy Survey sources.</description><nrows>34137</nrows><column><name>targetname</name><description>Target name.</description><ucd>meta.id;meta.main</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="359.997" g-colstat:median="168.695" g-colstat:min-value="0.003625" g-colstat:percentile03="7.39976" g-colstat:percentile97="349.958"><name>ra</name><description>Right Ascension (J2000)</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-0.000527778" g-colstat:median="-28.146" g-colstat:min-value="-87.0353" g-colstat:percentile03="-73.0151" g-colstat:percentile97="-1.93491"><name>dec</name><description>Declination (J2000)</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="5.14998" g-colstat:median="0.05162" g-colstat:min-value="-9.99957" g-colstat:percentile03="0.00659932" g-colstat:percentile97="0.139395"><name>z_spec</name><description>Raw measured redshift (corrected for template offset and slit vane shift).</description><ucd>src.redshift</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="5.14998" g-colstat:median="0.051592" g-colstat:min-value="-9.99957" g-colstat:percentile03="0.00657808" g-colstat:percentile97="0.139383"><name>z_helio</name><description>Heliocentric redshift (corrected for heliocentric motion, template offset and slit vane shift).</description><ucd>src.redshift</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="6" g-colstat:median="4" g-colstat:min-value="1" g-colstat:percentile03="2" g-colstat:percentile97="4"><name>z_quality</name><description>Redshift measurement quality: 4=good 1=bad (6=star)</description><ucd>meta.code.qual;src.redshift</ucd><dataType xsi:type="vs:VOTableType">short</dataType></column><column g-colstat:fillFactor="1" g-colstat:max-value="19.61" g-colstat:median="16.27" g-colstat:min-value="10.87" g-colstat:percentile03="14.32" g-colstat:percentile97="17.02"><name>bj</name><description>SuperCosmos Bj magnitude from 6dF</description><unit>mag</unit><ucd>phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="18.27" g-colstat:median="15.17" g-colstat:min-value="10.85" g-colstat:percentile03="13.58" g-colstat:percentile97="15.67"><name>rf</name><description>SuperCosmos Rf magnitude from 6dF</description><unit>mag</unit><ucd>phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="16.515" g-colstat:median="13.121" g-colstat:min-value="7.397" g-colstat:percentile03="11.1331" g-colstat:percentile97="13.8729"><name>j</name><description>2Mass J magnitude from 6dF</description><unit>mag</unit><ucd>phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="15.087" g-colstat:median="12.413" g-colstat:min-value="6.746" g-colstat:percentile03="10.444" g-colstat:percentile97="13.2099"><name>h</name><description>2Mass H magnitude from 6dF</description><unit>mag</unit><ucd>phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="14.261" g-colstat:median="12.085" g-colstat:min-value="6.495" g-colstat:percentile03="10.156" g-colstat:percentile97="12.836"><name>ks</name><description>2Mass Ks magnitude from 6dF</description><unit>mag</unit><ucd>phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.51" g-colstat:median="0.5" g-colstat:min-value="0.31" g-colstat:percentile03="0.45" g-colstat:percentile97="0.51"><name>err_bj</name><description>Uncertainty on Bj magnitude from 6dF</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.51" g-colstat:median="0.5" g-colstat:min-value="0.31" g-colstat:percentile03="0.45" g-colstat:percentile97="0.51"><name>err_rf</name><description>Uncertainty on Rf magnitude from 6dF</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.23" g-colstat:median="0.17" g-colstat:min-value="0.17" g-colstat:percentile03="0.17" g-colstat:percentile97="0.2"><name>err_j</name><description>Estimated uncertainty on J magnitude</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.23" g-colstat:median="0.17" g-colstat:min-value="0.17" g-colstat:percentile03="0.17" g-colstat:percentile97="0.2"><name>err_h</name><description>Estimated uncertainty on H magnitude</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.23" g-colstat:median="0.17" g-colstat:min-value="0.17" g-colstat:percentile03="0.17" g-colstat:percentile97="0.2"><name>err_ks</name><description>Estimated uncertainty on Ks magnitude</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.2105" g-colstat:median="0.0443" g-colstat:min-value="0" g-colstat:percentile03="0.0109" g-colstat:percentile97="0.093392"><name>lp_z_best</name><description>Best photometric redshift from Le Phare.</description><ucd>src.redshift.phot</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="12" g-colstat:median="5" g-colstat:min-value="1" g-colstat:percentile03="1" g-colstat:percentile97="12"><name>lp_mod_best</name><description>Identifier of the best Le Phare template.</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">short</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.7" g-colstat:median="0.3" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.7"><name>lp_ebv_best</name><description>E(B-V) absorption for Le Phare best fit.</description><ucd>phys.absorption;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="2" g-colstat:median="1" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="2"><name>lp_extlaw_best</name><description>Le Phare extinction law identifier for one used in the best fit.</description><ucd>meta.id;phys.absorption;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">short</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="90.4086" g-colstat:median="0.308556" g-colstat:min-value="0.000122638" g-colstat:percentile03="0.0095522" g-colstat:percentile97="3.05763"><name>lp_chi_best</name><description>Chi-square of the best Le Phare fit.</description><ucd>stat.fit.chi2</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="5" g-colstat:median="5" g-colstat:min-value="5" g-colstat:percentile03="5" g-colstat:percentile97="5"><name>lp_nband_used</name><description>Number of band used in La Phare fitting.</description><ucd>meta.number</ucd><dataType xsi:type="vs:VOTableType">short</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1.3e+10" g-colstat:median="5.5e+09" g-colstat:min-value="5e+07" g-colstat:percentile03="5e+07" g-colstat:percentile97="1.3e+10"><name>lp_age_best</name><description>Age for Le Phare best fit.</description><unit>yr</unit><ucd>time.age</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1.13714e+10" g-colstat:median="4.02252e+08" g-colstat:min-value="1.20724e+08" g-colstat:percentile03="2.74456e+08" g-colstat:percentile97="9.2571e+08"><name>lp_age_inf</name><description>16% lower galaxy age in Le Phare fit.</description><unit>yr</unit><ucd>time.age;stat.min</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1.23236e+10" g-colstat:median="2.13573e+09" g-colstat:min-value="3.59994e+08" g-colstat:percentile03="1.16313e+09" g-colstat:percentile97="4.37535e+09"><name>lp_age_med</name><description>Median galaxy age in Le Phare fit.</description><unit>yr</unit><ucd>time.age;stat.median</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1.35045e+10" g-colstat:median="7.76108e+09" g-colstat:min-value="1.0994e+09" g-colstat:percentile03="5.5901e+09" g-colstat:percentile97="9.65025e+09"><name>lp_age_sup</name><description>16% higher galaxy age in Le Phare fit.</description><unit>yr</unit><ucd>time.age;stat.max</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="12.2743" g-colstat:median="10.5835" g-colstat:min-value="-3.95163" g-colstat:percentile03="9.07076" g-colstat:percentile97="11.4114"><name>lp_mass_best</name><description>galaxy mass for le phare best fit.</description><unit>log(solMass)</unit><ucd>phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="11.6974" g-colstat:median="10.1055" g-colstat:min-value="7.33306" g-colstat:percentile03="8.89484" g-colstat:percentile97="10.7994"><name>lp_mass_inf</name><description>16% lower galaxy mass in le phare fit.</description><unit>log(solMass)</unit><ucd>phys.mass;stat.min</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="11.9895" g-colstat:median="10.4158" g-colstat:min-value="7.74345" g-colstat:percentile03="9.2458" g-colstat:percentile97="11.0995"><name>lp_mass_med</name><description>Median galaxy mass in le phare fit.</description><unit>log(solMass)</unit><ucd>phys.mass;stat.median</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="12.2724" g-colstat:median="10.7113" g-colstat:min-value="7.96311" g-colstat:percentile03="9.59877" g-colstat:percentile97="11.3665"><name>lp_mass_sup</name><description>16% higher galaxy mass in le phare fit.</description><unit>log(solMass)</unit><ucd>phys.mass;stat.max</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.983449" g-colstat:max-value="3.86827" g-colstat:median="0.698698" g-colstat:min-value="-32.7666" g-colstat:percentile03="-8.52779" g-colstat:percentile97="2.26011"><name>lp_sfr_best</name><description>Star Formation Rate for le phare best fit.</description><unit>log(solMass/yr)</unit><ucd>phys.SFR</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="2.49564" g-colstat:median="0.718677" g-colstat:min-value="-1.87646" g-colstat:percentile03="-0.395831" g-colstat:percentile97="1.33266"><name>lp_sfr_inf</name><description>16% lower Star Formation Rate in le phare fit.</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.min</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="2.94723" g-colstat:median="1.21829" g-colstat:min-value="-1.58144" g-colstat:percentile03="0.153393" g-colstat:percentile97="1.81144"><name>lp_sfr_med</name><description>Median Star Formation Rate in le phare fit.</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.median</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="3.40374" g-colstat:median="1.71604" g-colstat:min-value="-1.35579" g-colstat:percentile03="0.643781" g-colstat:percentile97="2.30631"><name>lp_sfr_sup</name><description>16% higher Star Formation Rate in le phare fit.</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.max</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-7.33734" g-colstat:median="-9.97916" g-colstat:min-value="-110.902" g-colstat:percentile03="-29.4447" g-colstat:percentile97="-7.34195"><name>lp_ssfr_best</name><description>Specific Star Formation Rate for le phare best fit.</description><unit>yr**-1</unit><ucd>phys.sfr</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-8.84298" g-colstat:median="-9.94941" g-colstat:min-value="-11.2271" g-colstat:percentile03="-10.2783" g-colstat:percentile97="-9.6885"><name>lp_ssfr_inf</name><description>16% lower Specific Star Formation Rate in le phare fit.</description><unit>yr**-1</unit><ucd>phys.sfr;stat.min</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-8.30399" g-colstat:median="-9.17748" g-colstat:min-value="-10.8811" g-colstat:percentile03="-9.58983" g-colstat:percentile97="-8.8677"><name>lp_ssfr_med</name><description>Median Specific Star Formation Rate in le phare fit.</description><unit>yr**-1</unit><ucd>phys.sfr;stat.median</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-7.82292" g-colstat:median="-8.37049" g-colstat:min-value="-10.811" g-colstat:percentile03="-8.75689" g-colstat:percentile97="-8.16326"><name>lp_ssfr_sup</name><description>16% higher Specific Star Formation Rate in le phare fit.</description><unit>yr**-1</unit><ucd>phys.sfr;stat.max</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="12.6374" g-colstat:median="9.58839" g-colstat:min-value="-7.24015" g-colstat:percentile03="7.26116" g-colstat:percentile97="11.0147"><name>lp_lum_nuv_best</name><description>NUV luminosity for Le Phare best fit.</description><unit>solLum</unit><ucd>phys.luminosity;em.UV.200-300nm;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="12.0264" g-colstat:median="9.89016" g-colstat:min-value="-5.14886" g-colstat:percentile03="8.82234" g-colstat:percentile97="10.6197"><name>lp_lum_r_best</name><description>R luminosity for Le Phare best fit.</description><unit>solLum</unit><ucd>phys.luminosity;em.opt.R;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="10.9554" g-colstat:median="9.23967" g-colstat:min-value="-5.53647" g-colstat:percentile03="8.14999" g-colstat:percentile97="9.86281"><name>lp_lum_k_best</name><description>K luminosity for Le Phare best fit.</description><unit>solLum</unit><ucd>phys.luminosity;em.IR.K;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="16.92" g-colstat:median="-20.416" g-colstat:min-value="-24.568" g-colstat:percentile03="-21.898" g-colstat:percentile97="-18.0441"><name>lp_mag_abs_bj</name><description>Bj absolute magnitude from Le Phare</description><unit>mag</unit><ucd>phys.magAbs;em.opt.B;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="15.5" g-colstat:median="-21.417" g-colstat:min-value="-25.468" g-colstat:percentile03="-22.938" g-colstat:percentile97="-18.8491"><name>lp_mag_abs_rf</name><description>Rf absolute magnitude from Le Phare</description><unit>mag</unit><ucd>phys.magAbs;em.opt.R;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="13.52" g-colstat:median="-23.441" g-colstat:min-value="-27.897" g-colstat:percentile03="-24.991" g-colstat:percentile97="-20.8461"><name>lp_mag_abs_j</name><description>J absolute magnitude from Le Phare</description><unit>mag</unit><ucd>phys.magAbs;em.IR.J;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="12.621" g-colstat:median="-24.153" g-colstat:min-value="-28.067" g-colstat:percentile03="-25.72" g-colstat:percentile97="-21.4831"><name>lp_mag_abs_h</name><description>H absolute magnitude from Le Phare</description><unit>mag</unit><ucd>phys.magAbs;em.IR.H;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="12.496" g-colstat:median="-24.381" g-colstat:min-value="-28.39" g-colstat:percentile03="-25.922" g-colstat:percentile97="-21.7032"><name>lp_mag_abs_ks</name><description>Ks absolute magnitude from Le Phare</description><unit>mag</unit><ucd>phys.magAbs;em.IR.K;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="2.35922e+12" g-colstat:median="6.09462e+10" g-colstat:min-value="3.71625e-41" g-colstat:percentile03="4.58572e+09" g-colstat:percentile97="2.59819e+11"><name>c_mstar</name><description>Stellar mass from CIGALE</description><unit>solMass</unit><ucd>phys.mass</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1.15146e+12" g-colstat:median="2.75028e+10" g-colstat:min-value="1.91462e-41" g-colstat:percentile03="2.27054e+09" g-colstat:percentile97="1.12922e+11"><name>c_mstar_err</name><description>Uncertainty on stellar mass from CIGALE</description><unit>solMass</unit><ucd>stat.error;phys.mass</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="341.374" g-colstat:median="4.40583" g-colstat:min-value="4.76745e-51" g-colstat:percentile03="0.400584" g-colstat:percentile97="21.0055"><name>c_sfr</name><description>Star Formation Rate from CIGALE</description><unit>solMass/yr</unit><ucd>phys.sfr</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1064.27" g-colstat:median="15.4337" g-colstat:min-value="1.42223e-50" g-colstat:percentile03="1.28534" g-colstat:percentile97="71.6448"><name>c_sfr_err</name><description>Uncertainty on Star Formation Rate from CIGALE</description><unit>yr**-1</unit><ucd>stat.error;phys.sfr</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column></table></schema><schema><name>aspic_gama</name><title>ASPIC GAMA</title><description> Photometry, physical parameters and spectral features of GAMA DR3
sources.</description><table><name>aspic_gama.g02</name><description>ASPIC value added catalogue on GAMA G02: GAMA DR3 photometry and
spectral features,GALEX photometry, WIRCam Ks and Y photometry, ASPIC
physical parameters and spectra features.</description><nrows>30602</nrows><column g-colstat:fillFactor="1" g-colstat:max-value="2.41773e+06" g-colstat:median="1.67636e+06" g-colstat:min-value="1.00004e+06" g-colstat:percentile03="1.05266e+06" g-colstat:percentile97="2.38009e+06"><name>cataid</name><description>GAMA DR3 unique identifier</description><ucd>meta.id;meta.main</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="38.7997" g-colstat:median="34.6371" g-colstat:min-value="30.2007" g-colstat:percentile03="30.4678" g-colstat:percentile97="38.5452"><name>ra</name><description>Right Ascension</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-3.72021" g-colstat:median="-5.54896" g-colstat:min-value="-10.2488" g-colstat:percentile03="-9.84799" g-colstat:percentile97="-3.8306"><name>dec</name><description>Declination</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1.25035" g-colstat:median="0.228825" g-colstat:min-value="0.0025" g-colstat:percentile03="0.0515309" g-colstat:percentile97="0.480989"><name>z</name><description>Spectroscopic redshift</description><ucd>src.redshift</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="23.9957" g-colstat:median="21.3038" g-colstat:min-value="14.6754" g-colstat:percentile03="18.7926" g-colstat:percentile97="23.2537"><name>megacam_u</name><description>CFHT MegaCam u* Kron-like elliptical aperture AB magnitude (GAMA)</description><unit>mag</unit><ucd>phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.0867101" g-colstat:median="0.00402384" g-colstat:min-value="0.000151602" g-colstat:percentile03="0.000976514" g-colstat:percentile97="0.0214548"><name>e_megacam_u</name><description>Uncertainty MegaCam_u</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="23.8193" g-colstat:median="20.1048" g-colstat:min-value="13.0504" g-colstat:percentile03="17.5496" g-colstat:percentile97="21.356"><name>megacam_g</name><description>CFHT MegaCam g’ Kron-like elliptical aperture AB magnitude (GAMA)</description><unit>mag</unit><ucd>phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.0446036" g-colstat:median="0.00117754" g-colstat:min-value="4.25002e-05" g-colstat:percentile03="0.000315125" g-colstat:percentile97="0.00324161"><name>e_megacam_g</name><description>Uncertainty on MegaCam_g</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="20.9895" g-colstat:median="19.2542" g-colstat:min-value="12.3603" g-colstat:percentile03="16.8628" g-colstat:percentile97="20.0584"><name>megacam_r</name><description>CFHT MegaCam r’ Kron-like elliptical aperture AB magnitude (GAMA)</description><unit>mag</unit><ucd>phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.00609628" g-colstat:median="0.00100665" g-colstat:min-value="3.76277e-05" g-colstat:percentile03="0.000312779" g-colstat:percentile97="0.00196217"><name>e_megacam_r</name><description>Uncertainty MegaCam_r</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="20.7173" g-colstat:median="18.764" g-colstat:min-value="11.9616" g-colstat:percentile03="16.4403" g-colstat:percentile97="19.5501"><name>megacam_i</name><description>CFHT MegaCam i* Kron-like elliptical aperture AB magnitude (GAMA)</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.00568693" g-colstat:median="0.000721101" g-colstat:min-value="2.70665e-05" g-colstat:percentile03="0.000218391" g-colstat:percentile97="0.00147379"><name>e_megacam_i</name><description>Uncertainty on MegaCam_i</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="20.6035" g-colstat:median="18.4797" g-colstat:min-value="11.5546" g-colstat:percentile03="16.1652" g-colstat:percentile97="19.3644"><name>megacam_z</name><description>CFHT MegaCam z’ Kron-like elliptical aperture AB magnitude (GAMA)</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.0142714" g-colstat:median="0.00129512" g-colstat:min-value="5.15198e-05" g-colstat:percentile03="0.000375017" g-colstat:percentile97="0.00317759"><name>e_megacam_z</name><description>Uncertainty on MegaCam_z</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="18.488" g-colstat:percentile03="21.6591" g-colstat:percentile97="nan"><name>fuv</name><description>GALEX FUV AB magnitude (LAM)</description><unit>mag</unit><ucd>phot.mag;em.uv.100-200nm</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0.01" g-colstat:percentile03="0.032" g-colstat:percentile97="nan"><name>e_fuv</name><description>Uncertainty on FUV</description><unit>mag</unit><ucd>stat.error;phot.mag;em.uv.100-200nm</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="17.625" g-colstat:percentile03="20.525" g-colstat:percentile97="nan"><name>nuv</name><description>GALEX NUV AB magnitude (LAM)</description><unit>mag</unit><ucd>phot.mag;em.uv.200-300nm</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0.005" g-colstat:percentile03="0.014" g-colstat:percentile97="nan"><name>e_nuv</name><description>Uncertainty on NUV</description><unit>mag</unit><ucd>stat.error;phot.mag;em.uv.200-300nm</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="13.596" g-colstat:percentile03="16.351" g-colstat:percentile97="nan"><name>wircam_ks</name><description>CFHT WIRCam Ks AB magnitude (LAM)</description><unit>mag</unit><ucd>phot.mag;em.IR.k</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0.001" g-colstat:percentile03="0.003" g-colstat:percentile97="nan"><name>e_wircam_ks</name><description>Uncertainty on WIRCam_Ks</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.k</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="18.3955" g-colstat:min-value="11.3762" g-colstat:percentile03="16.0186" g-colstat:percentile97="nan"><name>wircam_y</name><description>CFHT WIRCam Y AB magnitude (LAM)</description><unit>mag</unit><ucd>phot.mag;em.IR.j</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.0121" g-colstat:min-value="0.0001" g-colstat:percentile03="0.003" g-colstat:percentile97="nan"><name>e_wircam_y</name><description>Uncertainty on WIRCam_Y</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.j</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="574.861" g-colstat:median="2.44989" g-colstat:min-value="2.11651e-05" g-colstat:percentile03="0.104553" g-colstat:percentile97="47.1197"><name>cig_sfr</name><description>Star Formation Rate from CIGALE fit</description><unit>solMass/yr</unit><ucd>phys.sfr;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="12.8623" g-colstat:median="10.7986" g-colstat:min-value="5.40858" g-colstat:percentile03="9.22592" g-colstat:percentile97="11.6652"><name>cig_mstar</name><description>Log10 of stellar mass from CIGALE fit</description><unit>log(solMass)</unit><ucd>phys.mass;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="12.0577" g-colstat:median="10.104" g-colstat:min-value="4.17058" g-colstat:percentile03="8.7009" g-colstat:percentile97="11.0022"><name>e_cig_mstar</name><description>Uncertainty on cig_mStar</description><unit>log(solMass)</unit><ucd>stat.error;phys.mass;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="3.63552e+09" g-colstat:min-value="4.63447e+07" g-colstat:percentile03="4.63661e+08" g-colstat:percentile97="9.06133e+09"><name>lp_age_inf</name><description>Age 16% lower value from Le Phare analysis</description><unit>yr</unit><ucd>time.age;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="5.60612e+09" g-colstat:min-value="5.01187e+07" g-colstat:percentile03="9.15302e+08" g-colstat:percentile97="1.04862e+10"><name>lp_age</name><description>Median age from Le Phare analysis</description><unit>yr</unit><ucd>time.age;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="7.72222e+09" g-colstat:min-value="5.42001e+07" g-colstat:percentile03="1.58143e+09" g-colstat:percentile97="1.18187e+10"><name>lp_age_sup</name><description>Age 16% higher value from Le Phare analysis</description><unit>yr</unit><ucd>time.age;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="10.4296" g-colstat:min-value="7.004" g-colstat:percentile03="8.79551" g-colstat:percentile97="11.4151"><name>lp_stellar_mass_inf</name><description>Log stellar mass 16% lower value from Le Phare analysis</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="10.5253" g-colstat:min-value="7.01251" g-colstat:percentile03="9.00747" g-colstat:percentile97="11.4755"><name>lp_stellar_mass</name><description>Median log stellar mass from Le Phare analysis</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="10.6424" g-colstat:min-value="7.02102" g-colstat:percentile03="9.1866" g-colstat:percentile97="11.5333"><name>lp_stellar_mass_sup</name><description>Log stellar mass 16% higher value from Le Phare analysis</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-0.657714" g-colstat:min-value="-5.9919" g-colstat:percentile03="-5.59444" g-colstat:percentile97="1.34371"><name>lp_sfr_inf</name><description>Log Star Formation Rate lower 16% value from Le Phare analysis</description><unit>log(solMass/yr)</unit><ucd>phys.sfr;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-0.355637" g-colstat:min-value="-5.97469" g-colstat:percentile03="-4.53394" g-colstat:percentile97="1.65563"><name>lp_sfr</name><description>Median log Star Formation Rate from Le Phare analysis</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-0.0503284" g-colstat:min-value="-5.95749" g-colstat:percentile03="-2.54296" g-colstat:percentile97="1.93124"><name>lp_sfr_sup</name><description>Log Star Formation Rate higher 16% value from Le Phare analysis</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-10.989" g-colstat:min-value="-16.968" g-colstat:percentile03="-16.8836" g-colstat:percentile97="-9.0613"><name>lp_ssfr_inf</name><description>Log specific Star Formation Rate lower 16% value from Le Phare analysis</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-10.7418" g-colstat:min-value="-16.9" g-colstat:percentile03="-15.4747" g-colstat:percentile97="-8.7582"><name>lp_ssfr</name><description>Median log specific Star Formation Rate from Le Phare analysis</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-10.5191" g-colstat:min-value="-16.832" g-colstat:percentile03="-13.2901" g-colstat:percentile97="-8.45633"><name>lp_ssfr_sup</name><description>Log specific Star Formation Rate higher 16% value from Le Phare analysis</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-3.381" g-colstat:median="-16.709" g-colstat:min-value="-22.693" g-colstat:percentile03="-19.452" g-colstat:percentile97="-13.1471"><name>mabs_galex_fuv</name><description>Absolute GALEX FUV AB magnitude from Le Phare analysis</description><unit>mag</unit><ucd>phys.magAbs;em.UV.100-200nm;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-4.406" g-colstat:median="-17.401" g-colstat:min-value="-22.964" g-colstat:percentile03="-19.847" g-colstat:percentile97="-14.37"><name>mabs_galex_nuv</name><description>Absolute GALEX NUV AB magnitude from Le Phare analysis</description><unit>mag</unit><ucd>phys.magAbs;em.UV.200-300nm;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-7.069" g-colstat:median="-19.897" g-colstat:min-value="-24.96" g-colstat:percentile03="-21.561" g-colstat:percentile97="-17.023"><name>mabs_megacam_u</name><description>Absolute CFHT MegaCam u* AB magnitude from Le Phare analysis</description><unit>mag</unit><ucd>phys.magAbs;em.opt.U;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-8.877" g-colstat:median="-20.901" g-colstat:min-value="-26.295" g-colstat:percentile03="-22.626" g-colstat:percentile97="-17.8311"><name>mabs_megacam_g</name><description>Absolute CFHT MegaCam g’ AB magnitude from Le Phare analysis</description><unit>mag</unit><ucd>phys.magAbs;em.opt.B;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-10.315" g-colstat:median="-21.501" g-colstat:min-value="-25.656" g-colstat:percentile03="-23.271" g-colstat:percentile97="-18.1871"><name>mabs_megacam_r</name><description>Absolute CFHT MegaCam r’ AB magnitude from Le Phare analysis</description><unit>mag</unit><ucd>phys.magAbs;em.opt.R;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-10.853" g-colstat:median="-21.818" g-colstat:min-value="-25.851" g-colstat:percentile03="-23.577" g-colstat:percentile97="-18.465"><name>mabs_megacam_i</name><description>Absolute CFHT MegaCam i* AB magnitude from Le Phare analysis</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-11.007" g-colstat:median="-22.032" g-colstat:min-value="-26.173" g-colstat:percentile03="-23.8219" g-colstat:percentile97="-18.554"><name>mabs_megacam_z</name><description>Absolute CFHT MegaCam z’ AB magnitude from Le Phare analysis</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-10.534" g-colstat:median="-22.246" g-colstat:min-value="-26.467" g-colstat:percentile03="-24.069" g-colstat:percentile97="-18.651"><name>mabs_wircam_y</name><description>Absolute CFHT WIRCam Y AB magnitude from Le Phare analysis</description><unit>mag</unit><ucd>phys.magAbs;em.IR.J;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-10.009" g-colstat:median="-22.373" g-colstat:min-value="-26.865" g-colstat:percentile03="-24.169" g-colstat:percentile97="-18.621"><name>mabs_wircam_ks</name><description>Absolute CFHT WIRCam Ks AB magnitude from Le Phare analysis</description><unit>mag</unit><ucd>phys.magAbs;em.IR.K;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="39.3852" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="269.398"><name>gama_hb_flux</name><description>GAMA flux for Hβ in emission (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="12.6915" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="199.942"><name>e_gama_hb_flux</name><description>Uncertainty on GAMA_Hb_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="5.19515" g-colstat:min-value="-3538.81" g-colstat:percentile03="0" g-colstat:percentile97="22.2579"><name>gama_hb_ew</name><description>GAMA equivalent width for Hβ in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="1.6317" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="22.9045"><name>e_gama_hb_ew</name><description>Uncertainty on GAMA_Hb_EW</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-47.3173" g-colstat:min-value="-99367.4" g-colstat:percentile03="-300.4" g-colstat:percentile97="nan"><name>gama_hb_abs_flux</name><description>GAMA flux for Hβ in absorption (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="25.2978" g-colstat:min-value="0" g-colstat:percentile03="0.597951" g-colstat:percentile97="nan"><name>e_gama_hb_abs_flux</name><description>Uncertainty on GAMA_Hb_abs_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-5.86573" g-colstat:min-value="-1269.81" g-colstat:percentile03="-24.4108" g-colstat:percentile97="nan"><name>gama_hb_abs_ew</name><description>GAMA equivalent width for Hβ in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="3.09958" g-colstat:min-value="0" g-colstat:percentile03="0.398501" g-colstat:percentile97="nan"><name>e_gama_hb_abs_ew</name><description>Uncertainty on GAMA_Hb_abs_EW</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0" g-colstat:percentile03="49.3711" g-colstat:percentile97="nan"><name>gama_hb_b_flux</name><description>GAMA flux for the broad component of Hβ in emission (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0" g-colstat:percentile03="33.4003" g-colstat:percentile97="nan"><name>e_gama_hb_b_flux</name><description>Uncertainty on GAMA_Hb_B_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="-84039.5" g-colstat:percentile03="7.59607" g-colstat:percentile97="nan"><name>gama_hb_b_ew</name><description>GAMA equivalent width for the broad component of Hβ in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0" g-colstat:percentile03="4.44593" g-colstat:percentile97="nan"><name>e_gama_hb_b_ew</name><description>Uncertainty on GAMA_Hb_B_EW</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="8.63108" g-colstat:min-value="-3499.07" g-colstat:percentile03="-14.3556" g-colstat:percentile97="133.753"><name>gama_oiiib_flux</name><description>GAMA flux for the weak (blue) component of [OIII] (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="6.04036" g-colstat:min-value="0" g-colstat:percentile03="0.642847" g-colstat:percentile97="37.447"><name>e_gama_oiiib_flux</name><description>Uncertainty on GAMA_OIIIb_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="1.11535" g-colstat:min-value="-6856.67" g-colstat:percentile03="-1.7361" g-colstat:percentile97="12.26"><name>gama_oiiib_ew</name><description>GAMA equivalent width for the weak (blue) component of [OIII]</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.748347" g-colstat:min-value="2.96868e-12" g-colstat:percentile03="0.132184" g-colstat:percentile97="4.22463"><name>e_gama_oiiib_ew</name><description>Uncertainty on GAMA_OIIIb_EW</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="10.0363" g-colstat:min-value="-9069.63" g-colstat:percentile03="-34.2445" g-colstat:percentile97="244.385"><name>gama_oiiia_flux</name><description>GAMA flux for the strong (red) component of [OIII] (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="7.48168" g-colstat:min-value="0" g-colstat:percentile03="0.866612" g-colstat:percentile97="41.5413"><name>e_gama_oiiia_flux</name><description>Uncertainty on GAMA_OIIIa_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="1.23083" g-colstat:min-value="-7191.97" g-colstat:percentile03="-3.1182" g-colstat:percentile97="27.5536"><name>gama_oiiia_ew</name><description>GAMA equivalent width for the strong (red) component of [OIII]</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.907933" g-colstat:min-value="6.0542e-12" g-colstat:percentile03="0.171567" g-colstat:percentile97="5.25179"><name>e_gama_oiiia_ew</name><description>Uncertainty on GAMA_OIIIa_EW</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="134.736" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="nan"><name>gama_ha_flux</name><description>GAMA flux for Hα in emission (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="16.854" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="nan"><name>e_gama_ha_flux</name><description>Uncertainty on GAMA_Ha_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="16.8958" g-colstat:min-value="-39384.4" g-colstat:percentile03="0" g-colstat:percentile97="nan"><name>gama_ha_ew</name><description>GAMA equivalent width for Hα in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="2.16467" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="nan"><name>e_gama_ha_ew</name><description>Uncertainty on GAMA_Ha_EW</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-25.6681" g-colstat:min-value="-88252.8" g-colstat:percentile03="-324.638" g-colstat:percentile97="nan"><name>gama_ha_abs_flux</name><description>GAMA flux for Hα in absorption (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="46.8999" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="nan"><name>e_gama_ha_abs_flux</name><description>Uncertainty on GAMA_Ha_abs_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-3.12495" g-colstat:min-value="-126.02" g-colstat:percentile03="-25.2657" g-colstat:percentile97="nan"><name>gama_ha_abs_ew</name><description>GAMA equivalent width for Hα in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="4.98555" g-colstat:min-value="0" g-colstat:percentile03="0.0790838" g-colstat:percentile97="nan"><name>e_gama_ha_abs_ew</name><description>Uncertainty on GAMA_Ha_abs_EW</description><unit>Angstrom</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0" g-colstat:percentile03="15.8743" g-colstat:percentile97="nan"><name>gama_ha_b_flux</name><description>GAMA flux for the broad component of Hα in emission (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0" g-colstat:percentile03="15.7977" g-colstat:percentile97="nan"><name>e_gama_ha_b_flux</name><description>Uncertainty on GAMA_Ha_B_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="102679" g-colstat:median="-99999" g-colstat:min-value="-341964" g-colstat:percentile03="-99999" g-colstat:percentile97="48.9731"><name>gama_ha_b_ew</name><description>GAMA equivalent width for the broad component of Hα in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0" g-colstat:percentile03="1.89064" g-colstat:percentile97="nan"><name>e_gama_ha_b_ew</name><description>uncertainty on GAMA_Ha_B_EW</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="12.4314" g-colstat:min-value="-6410.86" g-colstat:percentile03="-12.0798" g-colstat:percentile97="nan"><name>gama_niib_flux</name><description>GAMA flux for the weak (blue) component of [NII] (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="6.84886" g-colstat:min-value="0" g-colstat:percentile03="1.39487" g-colstat:percentile97="nan"><name>e_gama_niib_flux</name><description>Uncertainty on GAMA_NIIb_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="1.51154" g-colstat:min-value="-3933.53" g-colstat:percentile03="-1.39133" g-colstat:percentile97="nan"><name>gama_niib_ew</name><description>GAMA equivalent width for the weak (blue) component of [NII]</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.795088" g-colstat:min-value="0" g-colstat:percentile03="0.141611" g-colstat:percentile97="nan"><name>e_gama_niib_ew</name><description>Uncertainty on GAMA_NIIb_EW</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="35.1069" g-colstat:min-value="-13290.2" g-colstat:percentile03="-6.0511" g-colstat:percentile97="nan"><name>gama_niia_flux</name><description>GAMA flux for the strong (red) component of [NII] (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="9.35061" g-colstat:min-value="0" g-colstat:percentile03="1.85147" g-colstat:percentile97="nan"><name>e_gama_niia_flux</name><description>Uncertainty on GAMA_NIIa_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="4.40742" g-colstat:min-value="-1560.34" g-colstat:percentile03="-0.815837" g-colstat:percentile97="nan"><name>gama_niia_ew</name><description>GAMA equivalent width for the strong (red) component of [NII]</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="1.09199" g-colstat:min-value="0" g-colstat:percentile03="0.195893" g-colstat:percentile97="nan"><name>e_gama_niia_ew</name><description>Uncertainty on GAMA_NIIa_EW</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00147049" g-colstat:max-value="1.23193e-14" g-colstat:median="-6.46305e-16" g-colstat:min-value="-4.97159e-14" g-colstat:percentile03="-8.03672e-15" g-colstat:percentile97="4.16295e-15"><name>abs_feii_2344_flux</name><description>SLINEFIT FeII 2344 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00147049" g-colstat:max-value="3.80808e-14" g-colstat:median="7.65915e-16" g-colstat:min-value="5.97187e-17" g-colstat:percentile03="7.60003e-17" g-colstat:percentile97="1.77103e-14"><name>abs_feii_2344_errflux</name><description>Uncertainty on SLINEFIT FeII 2344 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00147049" g-colstat:max-value="1.79453e-16" g-colstat:median="1.63284e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.17777e-16"><name>abs_feii_2344_fluxbkg</name><description>SLINEFIT FeII 2344 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00147049" g-colstat:max-value="8.27199e-16" g-colstat:median="1.71255e-17" g-colstat:min-value="1.73287e-18" g-colstat:percentile03="2.67091e-18" g-colstat:percentile97="6.27411e-16"><name>abs_feii_2344_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2344 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00147049" g-colstat:median="-10.7359" g-colstat:percentile03="nan" g-colstat:percentile97="nan"><name>abs_feii_2344_ew</name><description>SLINEFIT FeII 2344 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00147049" g-colstat:median="49.418" g-colstat:min-value="0.460365" g-colstat:percentile03="1.12565" g-colstat:percentile97="nan"><name>abs_feii_2344_errew</name><description>Uncertainty on SLINEFIT FeII 2344 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00173191" g-colstat:max-value="3.87602e-14" g-colstat:median="-2.04355e-16" g-colstat:min-value="-5.92135e-12" g-colstat:percentile03="-1.47199e-14" g-colstat:percentile97="6.49232e-15"><name>abs_feii_2380_1_flux</name><description>SLINEFIT FeII 2380_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00173191" g-colstat:max-value="1.44973e-10" g-colstat:median="4.19749e-16" g-colstat:min-value="2.80798e-17" g-colstat:percentile03="7.7974e-17" g-colstat:percentile97="1.87295e-14"><name>abs_feii_2380_1_errflux</name><description>Uncertainty on SLINEFIT FeII 2380_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00173191" g-colstat:max-value="1.74962e-16" g-colstat:median="1.4644e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.14368e-16"><name>abs_feii_2380_1_fluxbkg</name><description>SLINEFIT FeII 2380_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00173191" g-colstat:max-value="7.53288e-16" g-colstat:median="1.53739e-17" g-colstat:min-value="1.69796e-18" g-colstat:percentile03="2.42347e-18" g-colstat:percentile97="3.62833e-16"><name>abs_feii_2380_1_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2380_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00173191" g-colstat:median="-6.21277" g-colstat:percentile03="nan" g-colstat:percentile97="nan"><name>abs_feii_2380_1_ew</name><description>SLINEFIT FeII 2380_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00173191" g-colstat:median="32.2672" g-colstat:min-value="0.364264" g-colstat:percentile03="0.569454" g-colstat:percentile97="nan"><name>abs_feii_2380_1_errew</name><description>Uncertainty on SLINEFIT FeII 2380_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00173191" g-colstat:max-value="3.87602e-14" g-colstat:median="-2.04355e-16" g-colstat:min-value="-5.92135e-12" g-colstat:percentile03="-1.47199e-14" g-colstat:percentile97="6.49232e-15"><name>abs_feii_2380_2_flux</name><description>SLINEFIT FeII 2380_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00173191" g-colstat:max-value="1.44973e-10" g-colstat:median="4.19749e-16" g-colstat:min-value="2.80798e-17" g-colstat:percentile03="7.7974e-17" g-colstat:percentile97="1.87295e-14"><name>abs_feii_2380_2_errflux</name><description>Uncertainty on SLINEFIT FeII 2380_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00173191" g-colstat:max-value="1.74962e-16" g-colstat:median="1.4644e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.14368e-16"><name>abs_feii_2380_2_fluxbkg</name><description>SLINEFIT FeII 2380_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00173191" g-colstat:max-value="7.53288e-16" g-colstat:median="1.53739e-17" g-colstat:min-value="1.69796e-18" g-colstat:percentile03="2.42347e-18" g-colstat:percentile97="3.62833e-16"><name>abs_feii_2380_2_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2380_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00173191" g-colstat:median="-6.21277" g-colstat:percentile03="nan" g-colstat:percentile97="nan"><name>abs_feii_2380_2_ew</name><description>SLINEFIT FeII 2380_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00173191" g-colstat:median="32.2672" g-colstat:min-value="0.364264" g-colstat:percentile03="0.569454" g-colstat:percentile97="nan"><name>abs_feii_2380_2_errew</name><description>Uncertainty on SLINEFIT FeII 2380_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0234625" g-colstat:max-value="1.36428e-10" g-colstat:median="-1.8277e-16" g-colstat:min-value="-1.0845e-11" g-colstat:percentile03="-1.21331e-14" g-colstat:percentile97="7.88915e-14"><name>abs_feii_2600_1_flux</name><description>SLINEFIT FeII 2600_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0234625" g-colstat:max-value="1.13795e-10" g-colstat:median="5.40349e-16" g-colstat:min-value="2.5026e-17" g-colstat:percentile03="8.80583e-17" g-colstat:percentile97="4.57348e-12"><name>abs_feii_2600_1_errflux</name><description>Uncertainty on SLINEFIT FeII 2600_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0234952" g-colstat:max-value="7.76947e-16" g-colstat:median="1.77663e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.54352e-16"><name>abs_feii_2600_1_fluxbkg</name><description>SLINEFIT FeII 2600_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0234952" g-colstat:max-value="5.3782e-16" g-colstat:median="2.05156e-17" g-colstat:min-value="0" g-colstat:percentile03="2.9768e-18" g-colstat:percentile97="1.08052e-16"><name>abs_feii_2600_1_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2600_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0234952" g-colstat:median="-3.63538" g-colstat:percentile03="nan" g-colstat:percentile97="nan"><name>abs_feii_2600_1_ew</name><description>SLINEFIT FeII 2600_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0234952" g-colstat:median="65.6459" g-colstat:min-value="0" g-colstat:percentile03="1.47731" g-colstat:percentile97="nan"><name>abs_feii_2600_1_errew</name><description>Uncertainty on SLINEFIT FeII 2600_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0234625" g-colstat:max-value="1.36428e-10" g-colstat:median="-1.8277e-16" g-colstat:min-value="-1.0845e-11" g-colstat:percentile03="-1.21331e-14" g-colstat:percentile97="7.88915e-14"><name>abs_feii_2600_2_flux</name><description>SLINEFIT FeII 2600_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0234625" g-colstat:max-value="1.13795e-10" g-colstat:median="5.40349e-16" g-colstat:min-value="2.5026e-17" g-colstat:percentile03="8.80583e-17" g-colstat:percentile97="4.57348e-12"><name>abs_feii_2600_2_errflux</name><description>Uncertainty on SLINEFIT FeII 2600_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0234952" g-colstat:max-value="7.76947e-16" g-colstat:median="1.77663e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.54352e-16"><name>abs_feii_2600_2_fluxbkg</name><description>SLINEFIT FeII 2600_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0234952" g-colstat:max-value="5.3782e-16" g-colstat:median="2.05156e-17" g-colstat:min-value="0" g-colstat:percentile03="2.9768e-18" g-colstat:percentile97="1.08052e-16"><name>abs_feii_2600_2_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2600_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0234952" g-colstat:median="-3.63538" g-colstat:percentile03="nan" g-colstat:percentile97="nan"><name>abs_feii_2600_2_ew</name><description>SLINEFIT FeII 2600_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0234952" g-colstat:median="65.6459" g-colstat:min-value="0" g-colstat:percentile03="1.47731" g-colstat:percentile97="nan"><name>abs_feii_2600_2_errew</name><description>Uncertainty on SLINEFIT FeII 2600_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.114372" g-colstat:max-value="2.65006e-09" g-colstat:median="5.73458e-17" g-colstat:min-value="-1.29255e-08" g-colstat:percentile03="-1.41714e-14" g-colstat:percentile97="2.01031e-14"><name>abs_mgii_2797_flux</name><description>SLINEFIT MgII 2797 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.114372" g-colstat:max-value="6.23579e-09" g-colstat:median="7.33245e-16" g-colstat:min-value="2.02777e-17" g-colstat:percentile03="1.16987e-16" g-colstat:percentile97="1.55763e-13"><name>abs_mgii_2797_errflux</name><description>Uncertainty on SLINEFIT MgII 2797 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.114372" g-colstat:max-value="8.31162e-16" g-colstat:median="1.58022e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.21813e-16"><name>abs_mgii_2797_fluxbkg</name><description>SLINEFIT MgII 2797 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.114372" g-colstat:max-value="3.59885e-13" g-colstat:median="1.19007e-17" g-colstat:min-value="7.09506e-19" g-colstat:percentile03="2.79709e-18" g-colstat:percentile97="6.82594e-17"><name>abs_mgii_2797_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2797 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.114372" g-colstat:median="1.43265" g-colstat:percentile03="nan" g-colstat:percentile97="nan"><name>abs_mgii_2797_ew</name><description>SLINEFIT MgII 2797 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.114372" g-colstat:median="68.6659" g-colstat:min-value="0.877067" g-colstat:percentile03="2.50285" g-colstat:percentile97="nan"><name>abs_mgii_2797_errew</name><description>Uncertainty on SLINEFIT MgII 2797 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.116855" g-colstat:max-value="2.06676e-09" g-colstat:median="-5.30648e-17" g-colstat:min-value="-4.25745e-10" g-colstat:percentile03="-4.1595e-14" g-colstat:percentile97="2.89757e-14"><name>em_mgii_2799_flux</name><description>SLINEFIT MgII 2799 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.116855" g-colstat:max-value="9.94871e-10" g-colstat:median="8.11364e-16" g-colstat:min-value="2.90963e-17" g-colstat:percentile03="1.06206e-16" g-colstat:percentile97="3.07231e-13"><name>em_mgii_2799_errflux</name><description>Uncertainty on SLINEFIT MgII 2799 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.116855" g-colstat:max-value="8.30144e-16" g-colstat:median="1.56724e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.21612e-16"><name>em_mgii_2799_fluxbkg</name><description>SLINEFIT MgII 2799 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.116855" g-colstat:max-value="3.59885e-13" g-colstat:median="1.19141e-17" g-colstat:min-value="7.0646e-19" g-colstat:percentile03="2.78778e-18" g-colstat:percentile97="7.13143e-17"><name>em_mgii_2799_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2799 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.116855" g-colstat:median="-1.4339" g-colstat:percentile03="nan" g-colstat:percentile97="nan"><name>em_mgii_2799_ew</name><description>SLINEFIT MgII 2799 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.116855" g-colstat:median="83.075" g-colstat:min-value="0.527347" g-colstat:percentile03="2.50245" g-colstat:percentile97="nan"><name>em_mgii_2799_errew</name><description>Uncertainty on SLINEFIT MgII 2799 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.123325" g-colstat:max-value="7.15125e-11" g-colstat:median="1.49397e-17" g-colstat:min-value="-1.60967e-11" g-colstat:percentile03="-1.37923e-14" g-colstat:percentile97="3.76057e-14"><name>abs_mgii_2804_flux</name><description>SLINEFIT MgII 2804 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.123325" g-colstat:max-value="8.48963e-11" g-colstat:median="5.25442e-16" g-colstat:min-value="2.88637e-17" g-colstat:percentile03="9.42182e-17" g-colstat:percentile97="1.89629e-13"><name>abs_mgii_2804_errflux</name><description>Uncertainty on SLINEFIT MgII 2804 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.123358" g-colstat:max-value="8.23619e-16" g-colstat:median="1.56249e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.22779e-16"><name>abs_mgii_2804_fluxbkg</name><description>SLINEFIT MgII 2804 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.123358" g-colstat:max-value="3.59885e-13" g-colstat:median="1.20575e-17" g-colstat:min-value="0" g-colstat:percentile03="2.77074e-18" g-colstat:percentile97="6.97051e-17"><name>abs_mgii_2804_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2804 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.123358" g-colstat:median="0.372084" g-colstat:percentile03="nan" g-colstat:percentile97="nan"><name>abs_mgii_2804_ew</name><description>SLINEFIT MgII 2804 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.123358" g-colstat:median="50.545" g-colstat:min-value="0" g-colstat:percentile03="1.9917" g-colstat:percentile97="nan"><name>abs_mgii_2804_errew</name><description>Uncertainty on SLINEFIT MgII 2804 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.853506" g-colstat:max-value="7.19332e-11" g-colstat:median="1.85587e-17" g-colstat:min-value="-2.02185e-10" g-colstat:percentile03="-1.10032e-15" g-colstat:percentile97="1.40602e-15"><name>abs_fei_3582_flux</name><description>SLINEFIT FeI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.853506" g-colstat:max-value="1.31265e-10" g-colstat:median="1.49034e-16" g-colstat:min-value="1.11886e-17" g-colstat:percentile03="3.57642e-17" g-colstat:percentile97="1.44076e-15"><name>abs_fei_3582_errflux</name><description>Uncertainty on SLINEFIT FeI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.853539" g-colstat:max-value="2.97785e-14" g-colstat:median="2.49863e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.66008e-16"><name>abs_fei_3582_fluxbkg</name><description>SLINEFIT FeI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.853539" g-colstat:max-value="1.44033e-14" g-colstat:median="3.89414e-18" g-colstat:min-value="0" g-colstat:percentile03="1.0937e-18" g-colstat:percentile97="3.57648e-17"><name>abs_fei_3582_errfluxbkg</name><description>Uncertainty on SLINEFIT FeI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.853539" g-colstat:median="0.457944" g-colstat:percentile03="nan" g-colstat:percentile97="nan"><name>abs_fei_3582_ew</name><description>SLINEFIT FeI equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.853539" g-colstat:median="4.57805" g-colstat:min-value="0" g-colstat:percentile03="0.867367" g-colstat:percentile97="nan"><name>abs_fei_3582_errew</name><description>Uncertainty on SLINEFIT FeI equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="9.30115e-13" g-colstat:median="2.41382e-16" g-colstat:min-value="-3.38943e-13" g-colstat:percentile03="-1.16459e-16" g-colstat:percentile97="2.28262e-15"><name>em_oii_3727_1_flux</name><description>SLINEFIT OII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="1.5024e-12" g-colstat:median="6.69402e-17" g-colstat:min-value="6.75593e-18" g-colstat:percentile03="2.02336e-17" g-colstat:percentile97="4.44963e-16"><name>em_oii_3727_1_errflux</name><description>Uncertainty on SLINEFIT OII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="2.62634e-14" g-colstat:median="2.70188e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.7855e-16"><name>em_oii_3727_1_fluxbkg</name><description>SLINEFIT OII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="7.39717e-15" g-colstat:median="3.23188e-18" g-colstat:min-value="3.48379e-19" g-colstat:percentile03="9.85452e-19" g-colstat:percentile97="2.33471e-17"><name>em_oii_3727_1_errfluxbkg</name><description>Uncertainty on SLINEFIT OII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="6.78226" g-colstat:percentile03="-6.41181" g-colstat:percentile97="nan"><name>em_oii_3727_1_ew</name><description>SLINEFIT OII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="2.00681" g-colstat:min-value="0.163154" g-colstat:percentile03="0.496274" g-colstat:percentile97="nan"><name>em_oii_3727_1_errew</name><description>Uncertainty on SLINEFIT OII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="9.30115e-13" g-colstat:median="2.41382e-16" g-colstat:min-value="-3.38943e-13" g-colstat:percentile03="-1.16459e-16" g-colstat:percentile97="2.28262e-15"><name>em_oii_3727_2_flux</name><description>SLINEFIT OII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="1.5024e-12" g-colstat:median="6.69402e-17" g-colstat:min-value="6.75593e-18" g-colstat:percentile03="2.02336e-17" g-colstat:percentile97="4.44963e-16"><name>em_oii_3727_2_errflux</name><description>Uncertainty on SLINEFIT OII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="2.62634e-14" g-colstat:median="2.70188e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.7855e-16"><name>em_oii_3727_2_fluxbkg</name><description>SLINEFIT OII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="7.39717e-15" g-colstat:median="3.23188e-18" g-colstat:min-value="3.48379e-19" g-colstat:percentile03="9.85452e-19" g-colstat:percentile97="2.33471e-17"><name>em_oii_3727_2_errfluxbkg</name><description>Uncertainty on SLINEFIT OII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="6.78226" g-colstat:percentile03="-6.41181" g-colstat:percentile97="nan"><name>em_oii_3727_2_ew</name><description>SLINEFIT OII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="2.00681" g-colstat:min-value="0.163154" g-colstat:percentile03="0.496274" g-colstat:percentile97="nan"><name>em_oii_3727_2_errew</name><description>Uncertainty on SLINEFIT OII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="3.13077e-13" g-colstat:median="-7.7766e-17" g-colstat:min-value="-3.11973e-13" g-colstat:percentile03="-1.42147e-15" g-colstat:percentile97="9.32621e-16"><name>abs_k_3934_flux</name><description>SLINEFIT K measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="7.2103e-14" g-colstat:median="1.34686e-16" g-colstat:min-value="7.99746e-18" g-colstat:percentile03="3.35483e-17" g-colstat:percentile97="6.93265e-16"><name>abs_k_3934_errflux</name><description>Uncertainty on SLINEFIT K measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="1.16727e-14" g-colstat:median="3.59281e-17" g-colstat:min-value="0" g-colstat:percentile03="1.0209e-18" g-colstat:percentile97="2.15517e-16"><name>abs_k_3934_fluxbkg</name><description>SLINEFIT K background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="148.536" g-colstat:median="2.63068e-18" g-colstat:min-value="3.505e-19" g-colstat:percentile03="8.72406e-19" g-colstat:percentile97="1.43175e-17"><name>abs_k_3934_errfluxbkg</name><description>Uncertainty on SLINEFIT K background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="-1.61339" g-colstat:percentile03="-47.0224" g-colstat:percentile97="79.2654"><name>abs_k_3934_ew</name><description>SLINEFIT K equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="2.73789" g-colstat:min-value="0.131942" g-colstat:percentile03="0.651606" g-colstat:percentile97="2020.4"><name>abs_k_3934_errew</name><description>Uncertainty on SLINEFIT K equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="1.06347e-12" g-colstat:median="7.4389e-17" g-colstat:min-value="-4.8802e-13" g-colstat:percentile03="-5.95108e-16" g-colstat:percentile97="1.05086e-15"><name>abs_h_3969_flux</name><description>SLINEFIT H measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="6.49232e-14" g-colstat:median="1.02981e-16" g-colstat:min-value="8.29286e-18" g-colstat:percentile03="2.75533e-17" g-colstat:percentile97="5.71593e-16"><name>abs_h_3969_errflux</name><description>Uncertainty on SLINEFIT H measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="1.21416e-14" g-colstat:median="3.98692e-17" g-colstat:min-value="0" g-colstat:percentile03="3.45257e-18" g-colstat:percentile97="2.38597e-16"><name>abs_h_3969_fluxbkg</name><description>SLINEFIT H background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="146.62" g-colstat:median="2.56566e-18" g-colstat:min-value="3.37755e-19" g-colstat:percentile03="8.624e-19" g-colstat:percentile97="1.33834e-17"><name>abs_h_3969_errfluxbkg</name><description>Uncertainty on SLINEFIT H background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="1.303" g-colstat:percentile03="-26.9583" g-colstat:percentile97="26.8878"><name>abs_h_3969_ew</name><description>SLINEFIT H equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="1.90596" g-colstat:min-value="0.134081" g-colstat:percentile03="0.443008" g-colstat:percentile97="138.456"><name>abs_h_3969_errew</name><description>Uncertainty on SLINEFIT H equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="2.06802e-12" g-colstat:median="2.46491e-16" g-colstat:min-value="-1.11552e-12" g-colstat:percentile03="-2.2128e-15" g-colstat:percentile97="3.7615e-15"><name>em_hdelta_flux</name><description>SLINEFIT Hdelta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="4.06794e-13" g-colstat:median="2.58789e-16" g-colstat:min-value="1.24463e-17" g-colstat:percentile03="4.53507e-17" g-colstat:percentile97="2.21736e-15"><name>em_hdelta_errflux</name><description>Uncertainty on SLINEFIT Hdelta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="1.49326e-14" g-colstat:median="4.5194e-17" g-colstat:min-value="0" g-colstat:percentile03="8.13141e-18" g-colstat:percentile97="2.67286e-16"><name>em_hdelta_fluxbkg</name><description>SLINEFIT Hdelta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="18.8199" g-colstat:median="2.34208e-18" g-colstat:min-value="3.11403e-19" g-colstat:percentile03="8.14088e-19" g-colstat:percentile97="1.11137e-17"><name>em_hdelta_errfluxbkg</name><description>Uncertainty on SLINEFIT Hdelta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="3.68417" g-colstat:percentile03="-54.2066" g-colstat:percentile97="86.936"><name>em_hdelta_ew</name><description>SLINEFIT Hdelta equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="4.17418" g-colstat:min-value="0.147819" g-colstat:percentile03="0.665477" g-colstat:percentile97="121.03"><name>em_hdelta_errew</name><description>Uncertainty on SLINEFIT Hdelta equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="1.49603e-12" g-colstat:median="-8.91444e-17" g-colstat:min-value="-1.76451e-12" g-colstat:percentile03="-2.84784e-15" g-colstat:percentile97="2.59801e-15"><name>abs_hdelta_4102_flux</name><description>SLINEFIT Hdelta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="4.28452e-13" g-colstat:median="2.46103e-16" g-colstat:min-value="1.15874e-17" g-colstat:percentile03="4.41978e-17" g-colstat:percentile97="2.14538e-15"><name>abs_hdelta_4102_errflux</name><description>Uncertainty on SLINEFIT Hdelta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="1.49407e-14" g-colstat:median="4.51888e-17" g-colstat:min-value="0" g-colstat:percentile03="8.13211e-18" g-colstat:percentile97="2.67106e-16"><name>abs_hdelta_4102_fluxbkg</name><description>SLINEFIT Hdelta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="18.9437" g-colstat:median="2.34071e-18" g-colstat:min-value="3.09687e-19" g-colstat:percentile03="8.13733e-19" g-colstat:percentile97="1.11013e-17"><name>abs_hdelta_4102_errfluxbkg</name><description>Uncertainty on SLINEFIT Hdelta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="-1.42249" g-colstat:percentile03="-70.7702" g-colstat:percentile97="61.9784"><name>abs_hdelta_4102_ew</name><description>SLINEFIT Hdelta equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="4.00423" g-colstat:min-value="0.0967578" g-colstat:percentile03="0.62603" g-colstat:percentile97="108.744"><name>abs_hdelta_4102_errew</name><description>Uncertainty on SLINEFIT Hdelta equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="1.48612e-13" g-colstat:median="-8.52697e-17" g-colstat:min-value="-7.56848e-14" g-colstat:percentile03="-9.92134e-16" g-colstat:percentile97="6.73624e-16"><name>abs_gband_4304_flux</name><description>SLINEFIT Gband measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="5.62959e-14" g-colstat:median="1.0271e-16" g-colstat:min-value="9.41484e-18" g-colstat:percentile03="2.80515e-17" g-colstat:percentile97="4.77464e-16"><name>abs_gband_4304_errflux</name><description>Uncertainty on SLINEFIT Gband measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="8.71399e-15" g-colstat:median="4.73383e-17" g-colstat:min-value="0" g-colstat:percentile03="1.57836e-17" g-colstat:percentile97="2.70713e-16"><name>abs_gband_4304_fluxbkg</name><description>SLINEFIT Gband background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="44.1109" g-colstat:median="2.13691e-18" g-colstat:min-value="2.65587e-19" g-colstat:percentile03="7.37415e-19" g-colstat:percentile97="9.35176e-18"><name>abs_gband_4304_errfluxbkg</name><description>Uncertainty on SLINEFIT Gband background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="-1.24071" g-colstat:percentile03="-18.026" g-colstat:percentile97="12.6606"><name>abs_gband_4304_ew</name><description>SLINEFIT Gband equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="1.52665" g-colstat:min-value="0.0966837" g-colstat:percentile03="0.392822" g-colstat:percentile97="13.82"><name>abs_gband_4304_errew</name><description>Uncertainty on SLINEFIT Gband equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="1.00459" g-colstat:median="2.9042e-16" g-colstat:min-value="-1.16942e-12" g-colstat:percentile03="-2.49065e-15" g-colstat:percentile97="4.19924e-15"><name>em_hgamma_flux</name><description>SLINEFIT Hgamma measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="0.775577" g-colstat:median="2.22813e-16" g-colstat:min-value="8.02828e-18" g-colstat:percentile03="4.09607e-17" g-colstat:percentile97="2.20549e-15"><name>em_hgamma_errflux</name><description>Uncertainty on SLINEFIT Hgamma measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="8.12938e-15" g-colstat:median="4.74133e-17" g-colstat:min-value="0" g-colstat:percentile03="1.69837e-17" g-colstat:percentile97="2.69265e-16"><name>em_hgamma_fluxbkg</name><description>SLINEFIT Hgamma background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="845.449" g-colstat:median="2.10669e-18" g-colstat:min-value="2.58855e-19" g-colstat:percentile03="7.26927e-19" g-colstat:percentile97="9.16721e-18"><name>em_hgamma_errfluxbkg</name><description>Uncertainty on SLINEFIT Hgamma background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="4.02318" g-colstat:percentile03="-50.3786" g-colstat:percentile97="75.9431"><name>em_hgamma_ew</name><description>SLINEFIT Hgamma equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="3.30552" g-colstat:min-value="0.115621" g-colstat:percentile03="0.553576" g-colstat:percentile97="57.2752"><name>em_hgamma_errew</name><description>Uncertainty on SLINEFIT Hgamma equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="1.49777e-12" g-colstat:median="-8.60674e-17" g-colstat:min-value="-1.65178e-12" g-colstat:percentile03="-3.32056e-15" g-colstat:percentile97="2.83619e-15"><name>abs_hgamma_4341_flux</name><description>SLINEFIT Hgamma measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="2.82842e-12" g-colstat:median="2.23582e-16" g-colstat:min-value="8.08592e-18" g-colstat:percentile03="4.31636e-17" g-colstat:percentile97="2.14461e-15"><name>abs_hgamma_4341_errflux</name><description>Uncertainty on SLINEFIT Hgamma measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="8.1093e-15" g-colstat:median="4.74236e-17" g-colstat:min-value="0" g-colstat:percentile03="1.70214e-17" g-colstat:percentile97="2.69222e-16"><name>abs_hgamma_4341_fluxbkg</name><description>SLINEFIT Hgamma background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:max-value="839.737" g-colstat:median="2.10545e-18" g-colstat:min-value="2.56598e-19" g-colstat:percentile03="7.2723e-19" g-colstat:percentile97="9.16017e-18"><name>abs_hgamma_4341_errfluxbkg</name><description>Uncertainty on SLINEFIT Hgamma background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="-1.22764" g-colstat:percentile03="-61.3418" g-colstat:percentile97="53.6796"><name>abs_hgamma_4341_ew</name><description>SLINEFIT Hgamma equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.8638" g-colstat:median="3.30231" g-colstat:min-value="0.139411" g-colstat:percentile03="0.5908" g-colstat:percentile97="53.8226"><name>abs_hgamma_4341_errew</name><description>Uncertainty on SLINEFIT Hgamma equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863702" g-colstat:max-value="2.4981e-12" g-colstat:median="2.66873e-16" g-colstat:min-value="-1.27337e-13" g-colstat:percentile03="-1.52171e-15" g-colstat:percentile97="3.09812e-15"><name>em_hbeta_flux</name><description>SLINEFIT Hbeta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863702" g-colstat:max-value="4.56874e-13" g-colstat:median="1.19512e-16" g-colstat:min-value="7.563e-18" g-colstat:percentile03="2.78392e-17" g-colstat:percentile97="1.25106e-15"><name>em_hbeta_errflux</name><description>Uncertainty on SLINEFIT Hbeta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863702" g-colstat:max-value="4.2109e-15" g-colstat:median="5.65449e-17" g-colstat:min-value="0" g-colstat:percentile03="2.84055e-17" g-colstat:percentile97="3.11805e-16"><name>em_hbeta_fluxbkg</name><description>SLINEFIT Hbeta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863702" g-colstat:max-value="87.9953" g-colstat:median="1.53584e-18" g-colstat:min-value="2.63019e-19" g-colstat:percentile03="5.06152e-19" g-colstat:percentile97="7.15903e-18"><name>em_hbeta_errfluxbkg</name><description>Uncertainty on SLINEFIT Hbeta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863702" g-colstat:median="3.39379" g-colstat:percentile03="-20.2625" g-colstat:percentile97="35.9675"><name>em_hbeta_ew</name><description>SLINEFIT Hbeta equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863702" g-colstat:median="1.48319" g-colstat:min-value="0.0797318" g-colstat:percentile03="0.318685" g-colstat:percentile97="18.9825"><name>em_hbeta_errew</name><description>Uncertainty on SLINEFIT Hbeta equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863702" g-colstat:max-value="6.03934e-14" g-colstat:median="1.03492e-16" g-colstat:min-value="-2.12663e-12" g-colstat:percentile03="-1.9502e-15" g-colstat:percentile97="2.11539e-15"><name>abs_hbeta_4862_flux</name><description>SLINEFIT Hbeta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863702" g-colstat:max-value="4.37502e-13" g-colstat:median="1.34253e-16" g-colstat:min-value="1.01042e-17" g-colstat:percentile03="3.02396e-17" g-colstat:percentile97="1.22952e-15"><name>abs_hbeta_4862_errflux</name><description>Uncertainty on SLINEFIT Hbeta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863702" g-colstat:max-value="4.21027e-15" g-colstat:median="5.65249e-17" g-colstat:min-value="0" g-colstat:percentile03="2.83902e-17" g-colstat:percentile97="3.11753e-16"><name>abs_hbeta_4862_fluxbkg</name><description>SLINEFIT Hbeta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863702" g-colstat:max-value="87.9953" g-colstat:median="1.53344e-18" g-colstat:min-value="2.62795e-19" g-colstat:percentile03="5.05407e-19" g-colstat:percentile97="7.16472e-18"><name>abs_hbeta_4862_errfluxbkg</name><description>Uncertainty on SLINEFIT Hbeta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863702" g-colstat:median="1.26382" g-colstat:percentile03="-26.4743" g-colstat:percentile97="25.313"><name>abs_hbeta_4862_ew</name><description>SLINEFIT Hbeta equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863702" g-colstat:median="1.67527" g-colstat:min-value="0.0717553" g-colstat:percentile03="0.347913" g-colstat:percentile97="18.1354"><name>abs_hbeta_4862_errew</name><description>Uncertainty on SLINEFIT Hbeta equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863604" g-colstat:max-value="2.02054e-13" g-colstat:median="1.67571e-16" g-colstat:min-value="-1.61207e-13" g-colstat:percentile03="-4.66052e-16" g-colstat:percentile97="2.63621e-15"><name>em_oiii_5007_1_flux</name><description>SLINEFIT OIII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863604" g-colstat:max-value="3.53126e-14" g-colstat:median="6.07663e-17" g-colstat:min-value="2.87483e-18" g-colstat:percentile03="1.74205e-17" g-colstat:percentile97="3.22057e-16"><name>em_oiii_5007_1_errflux</name><description>Uncertainty on SLINEFIT OIII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863604" g-colstat:max-value="4.52703e-15" g-colstat:median="5.81701e-17" g-colstat:min-value="0" g-colstat:percentile03="3.02921e-17" g-colstat:percentile97="3.17067e-16"><name>em_oiii_5007_1_fluxbkg</name><description>SLINEFIT OIII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863604" g-colstat:max-value="315.266" g-colstat:median="1.37214e-18" g-colstat:min-value="2.37124e-19" g-colstat:percentile03="4.70665e-19" g-colstat:percentile97="6.78079e-18"><name>em_oiii_5007_1_errfluxbkg</name><description>Uncertainty on SLINEFIT OIII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863604" g-colstat:median="2.03187" g-colstat:percentile03="-5.18033" g-colstat:percentile97="31.3138"><name>em_oiii_5007_1_ew</name><description>SLINEFIT OIII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863604" g-colstat:median="0.756209" g-colstat:min-value="0.061211" g-colstat:percentile03="0.201416" g-colstat:percentile97="4.73282"><name>em_oiii_5007_1_errew</name><description>Uncertainty on SLINEFIT OIII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863604" g-colstat:max-value="6.06163e-14" g-colstat:median="5.02714e-17" g-colstat:min-value="-4.83622e-14" g-colstat:percentile03="-1.39815e-16" g-colstat:percentile97="7.90862e-16"><name>em_oiii_5007_2_flux</name><description>SLINEFIT OIII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863604" g-colstat:max-value="1.05938e-14" g-colstat:median="1.82299e-17" g-colstat:min-value="8.6245e-19" g-colstat:percentile03="5.22615e-18" g-colstat:percentile97="9.6617e-17"><name>em_oiii_5007_2_errflux</name><description>Uncertainty on SLINEFIT OIII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863604" g-colstat:max-value="4.52703e-15" g-colstat:median="5.81701e-17" g-colstat:min-value="0" g-colstat:percentile03="3.02921e-17" g-colstat:percentile97="3.17067e-16"><name>em_oiii_5007_2_fluxbkg</name><description>SLINEFIT OIII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863604" g-colstat:max-value="315.266" g-colstat:median="1.37214e-18" g-colstat:min-value="2.37124e-19" g-colstat:percentile03="4.70665e-19" g-colstat:percentile97="6.78079e-18"><name>em_oiii_5007_2_errfluxbkg</name><description>Uncertainty on SLINEFIT OIII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863604" g-colstat:median="0.609561" g-colstat:percentile03="-1.5541" g-colstat:percentile97="9.39415"><name>em_oiii_5007_2_ew</name><description>SLINEFIT OIII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.863604" g-colstat:median="0.226863" g-colstat:min-value="0.0183633" g-colstat:percentile03="0.0604247" g-colstat:percentile97="1.41985"><name>em_oiii_5007_2_errew</name><description>Uncertainty on SLINEFIT OIII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.86331" g-colstat:max-value="1.9369e-13" g-colstat:median="-5.60173e-17" g-colstat:min-value="-1.59562e-13" g-colstat:percentile03="-8.50559e-16" g-colstat:percentile97="5.63581e-16"><name>abs_mgi_5176_flux</name><description>SLINEFIT MgI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.86331" g-colstat:max-value="7.461e-14" g-colstat:median="6.67418e-17" g-colstat:min-value="6.8008e-18" g-colstat:percentile03="1.70515e-17" g-colstat:percentile97="3.68843e-16"><name>abs_mgi_5176_errflux</name><description>Uncertainty on SLINEFIT MgI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.86331" g-colstat:max-value="4.30253e-15" g-colstat:median="5.75613e-17" g-colstat:min-value="0" g-colstat:percentile03="2.98054e-17" g-colstat:percentile97="3.13882e-16"><name>abs_mgi_5176_fluxbkg</name><description>SLINEFIT MgI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.86331" g-colstat:max-value="379.978" g-colstat:median="1.17574e-18" g-colstat:min-value="2.10741e-19" g-colstat:percentile03="4.37936e-19" g-colstat:percentile97="6.36945e-18"><name>abs_mgi_5176_errfluxbkg</name><description>Uncertainty on SLINEFIT MgI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.86331" g-colstat:median="-0.704233" g-colstat:percentile03="-7.53429" g-colstat:percentile97="6.9907"><name>abs_mgi_5176_ew</name><description>SLINEFIT MgI equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.86331" g-colstat:median="0.828064" g-colstat:min-value="0.0712463" g-colstat:percentile03="0.198502" g-colstat:percentile97="4.78456"><name>abs_mgi_5176_errew</name><description>Uncertainty on SLINEFIT MgI equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.858669" g-colstat:max-value="2.09257e-07" g-colstat:median="2.48395e-17" g-colstat:min-value="-1.60888e-13" g-colstat:percentile03="-5.00094e-16" g-colstat:percentile97="6.01782e-16"><name>abs_nad_5895_flux</name><description>SLINEFIT NaD measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.858669" g-colstat:max-value="1.10287e-07" g-colstat:median="6.26528e-17" g-colstat:min-value="3.93276e-18" g-colstat:percentile03="1.69299e-17" g-colstat:percentile97="2.83164e-16"><name>abs_nad_5895_errflux</name><description>Uncertainty on SLINEFIT NaD measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.858669" g-colstat:max-value="4.19773e-15" g-colstat:median="6.49262e-17" g-colstat:min-value="0" g-colstat:percentile03="2.93276e-17" g-colstat:percentile97="3.57083e-16"><name>abs_nad_5895_fluxbkg</name><description>SLINEFIT NaD background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.858669" g-colstat:max-value="80.7558" g-colstat:median="1.03518e-18" g-colstat:min-value="1.70705e-19" g-colstat:percentile03="4.20521e-19" g-colstat:percentile97="4.47809e-18"><name>abs_nad_5895_errfluxbkg</name><description>Uncertainty on SLINEFIT NaD background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.858669" g-colstat:median="0.287474" g-colstat:percentile03="-4.35045" g-colstat:percentile97="6.71774"><name>abs_nad_5895_ew</name><description>SLINEFIT NaD equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.858669" g-colstat:median="0.706592" g-colstat:min-value="0.0413044" g-colstat:percentile03="0.16399" g-colstat:percentile97="3.42085"><name>abs_nad_5895_errew</name><description>Uncertainty on SLINEFIT NaD equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.779557" g-colstat:max-value="8.03941e-06" g-colstat:median="3.76508e-16" g-colstat:min-value="-0.505016" g-colstat:percentile03="-2.15647e-16" g-colstat:percentile97="3.38864e-15"><name>em_nii_6583_1_flux</name><description>SLINEFIT NII_1 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.779557" g-colstat:max-value="0.598721" g-colstat:median="6.06346e-17" g-colstat:min-value="6.76036e-18" g-colstat:percentile03="1.97009e-17" g-colstat:percentile97="4.21028e-16"><name>em_nii_6583_1_errflux</name><description>Uncertainty on SLINEFIT NII_1 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.779655" g-colstat:max-value="3.88802e-15" g-colstat:median="6.63307e-17" g-colstat:min-value="0" g-colstat:percentile03="2.56155e-17" g-colstat:percentile97="3.79851e-16"><name>em_nii_6583_1_fluxbkg</name><description>SLINEFIT NII_1 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.779655" g-colstat:max-value="1907.78" g-colstat:median="1.17052e-18" g-colstat:min-value="0" g-colstat:percentile03="4.55365e-19" g-colstat:percentile97="5.27856e-18"><name>em_nii_6583_1_errfluxbkg</name><description>Uncertainty on SLINEFIT NII_1 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.779655" g-colstat:median="4.78438" g-colstat:percentile03="-2.42918" g-colstat:percentile97="21.873"><name>em_nii_6583_1_ew</name><description>SLINEFIT NII_1 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.779655" g-colstat:median="0.708285" g-colstat:min-value="0" g-colstat:percentile03="0.195791" g-colstat:percentile97="5.86255"><name>em_nii_6583_1_errew</name><description>Uncertainty on SLINEFIT NII_1 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.77959" g-colstat:max-value="2.41182e-06" g-colstat:median="1.11424e-16" g-colstat:min-value="-0.151505" g-colstat:percentile03="-1.71251e-16" g-colstat:percentile97="1.13987e-15"><name>em_nii_6583_2_flux</name><description>SLINEFIT NII_2 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.77959" g-colstat:max-value="0.179616" g-colstat:median="1.90702e-17" g-colstat:min-value="2.02811e-18" g-colstat:percentile03="5.96886e-18" g-colstat:percentile97="2.40986e-16"><name>em_nii_6583_2_errflux</name><description>Uncertainty on SLINEFIT NII_2 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.77959" g-colstat:max-value="3.88802e-15" g-colstat:median="6.63393e-17" g-colstat:min-value="0" g-colstat:percentile03="2.56196e-17" g-colstat:percentile97="3.79789e-16"><name>em_nii_6583_2_fluxbkg</name><description>SLINEFIT NII_2 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.77959" g-colstat:max-value="1907.78" g-colstat:median="1.16891e-18" g-colstat:min-value="2.00489e-19" g-colstat:percentile03="4.5532e-19" g-colstat:percentile97="5.24011e-18"><name>em_nii_6583_2_errfluxbkg</name><description>Uncertainty on SLINEFIT NII_2 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.77959" g-colstat:median="1.42895" g-colstat:percentile03="-1.78718" g-colstat:percentile97="7.35852"><name>em_nii_6583_2_ew</name><description>SLINEFIT NII_2 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.77959" g-colstat:median="0.224045" g-colstat:min-value="0.0149758" g-colstat:percentile03="0.0608045" g-colstat:percentile97="3.16294"><name>em_nii_6583_2_errew</name><description>Uncertainty on SLINEFIT NII_2 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.778936" g-colstat:max-value="0.289675" g-colstat:median="2.93882e-17" g-colstat:min-value="-0.0162041" g-colstat:percentile03="-5.30859e-16" g-colstat:percentile97="7.15033e-16"><name>em_nii_6549_flux</name><description>SLINEFIT NII 6549 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.778936" g-colstat:max-value="0.256169" g-colstat:median="8.01578e-17" g-colstat:min-value="2.41374e-18" g-colstat:percentile03="1.58555e-17" g-colstat:percentile97="4.77283e-16"><name>em_nii_6549_errflux</name><description>Uncertainty on SLINEFIT NII 6549 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.779034" g-colstat:max-value="3.89543e-15" g-colstat:median="6.64142e-17" g-colstat:min-value="0" g-colstat:percentile03="2.57144e-17" g-colstat:percentile97="3.80395e-16"><name>em_nii_6549_fluxbkg</name><description>SLINEFIT NII 6549 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.779034" g-colstat:max-value="1917.93" g-colstat:median="1.16192e-18" g-colstat:min-value="0" g-colstat:percentile03="4.55503e-19" g-colstat:percentile97="5.16888e-18"><name>em_nii_6549_errfluxbkg</name><description>Uncertainty on SLINEFIT NII 6549 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.779034" g-colstat:median="0.324753" g-colstat:percentile03="-5.92679" g-colstat:percentile97="6.7304"><name>em_nii_6549_ew</name><description>SLINEFIT NII 6549 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.779034" g-colstat:median="0.939492" g-colstat:min-value="0" g-colstat:percentile03="0.135675" g-colstat:percentile97="6.09598"><name>em_nii_6549_errew</name><description>Uncertainty on SLINEFIT NII 6549 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.774655" g-colstat:max-value="0.0242713" g-colstat:median="7.95796e-16" g-colstat:min-value="-3.34308e-07" g-colstat:percentile03="-1.09257e-15" g-colstat:percentile97="8.60878e-15"><name>em_halpha_flux</name><description>SLINEFIT Halpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.774655" g-colstat:max-value="0.0519351" g-colstat:median="1.05311e-16" g-colstat:min-value="9.82492e-18" g-colstat:percentile03="2.59635e-17" g-colstat:percentile97="1.18013e-15"><name>em_halpha_errflux</name><description>Uncertainty on SLINEFIT Halpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.774655" g-colstat:max-value="3.88643e-15" g-colstat:median="6.65036e-17" g-colstat:min-value="0" g-colstat:percentile03="2.56771e-17" g-colstat:percentile97="3.80418e-16"><name>em_halpha_fluxbkg</name><description>SLINEFIT Halpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.774655" g-colstat:max-value="1907.78" g-colstat:median="1.16265e-18" g-colstat:min-value="2.00296e-19" g-colstat:percentile03="4.55605e-19" g-colstat:percentile97="5.15705e-18"><name>em_halpha_errfluxbkg</name><description>Uncertainty on SLINEFIT Halpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.774655" g-colstat:median="9.61859" g-colstat:percentile03="-12.6656" g-colstat:percentile97="76.488"><name>em_halpha_ew</name><description>SLINEFIT Halpha equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.774655" g-colstat:median="1.35554" g-colstat:min-value="0.0525817" g-colstat:percentile03="0.209419" g-colstat:percentile97="15.1405"><name>em_halpha_errew</name><description>Uncertainty on SLINEFIT Halpha equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.774427" g-colstat:max-value="5.68324e-07" g-colstat:median="1.33012e-16" g-colstat:min-value="-0.220435" g-colstat:percentile03="-3.0056e-15" g-colstat:percentile97="4.27543e-15"><name>abs_halpha_6564_flux</name><description>SLINEFIT Halpha measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.774427" g-colstat:max-value="0.572333" g-colstat:median="1.20665e-16" g-colstat:min-value="8.64419e-18" g-colstat:percentile03="2.9792e-17" g-colstat:percentile97="1.1658e-15"><name>abs_halpha_6564_errflux</name><description>Uncertainty on SLINEFIT Halpha measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.774459" g-colstat:max-value="3.88469e-15" g-colstat:median="6.6489e-17" g-colstat:min-value="0" g-colstat:percentile03="2.56366e-17" g-colstat:percentile97="3.80448e-16"><name>abs_halpha_6564_fluxbkg</name><description>SLINEFIT Halpha background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.774459" g-colstat:max-value="1907.78" g-colstat:median="1.16352e-18" g-colstat:min-value="0" g-colstat:percentile03="4.55421e-19" g-colstat:percentile97="5.16467e-18"><name>abs_halpha_6564_errfluxbkg</name><description>Uncertainty on SLINEFIT Halpha background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.774459" g-colstat:median="1.44598" g-colstat:percentile03="-31.7542" g-colstat:percentile97="45.0766"><name>abs_halpha_6564_ew</name><description>SLINEFIT Halpha equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.774459" g-colstat:median="1.44212" g-colstat:min-value="0" g-colstat:percentile03="0.269935" g-colstat:percentile97="14.7047"><name>abs_halpha_6564_errew</name><description>Uncertainty on SLINEFIT Halpha equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.717992" g-colstat:max-value="0.0550808" g-colstat:median="2.45782e-16" g-colstat:min-value="-0.34134" g-colstat:percentile03="-3.37094e-16" g-colstat:percentile97="1.91032e-15"><name>em_sii_6718_flux</name><description>SLINEFIT SII 6718 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.717992" g-colstat:max-value="1.00493" g-colstat:median="6.21114e-17" g-colstat:min-value="7.3548e-18" g-colstat:percentile03="1.92808e-17" g-colstat:percentile97="4.12063e-16"><name>em_sii_6718_errflux</name><description>Uncertainty on SLINEFIT SII 6718 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.718058" g-colstat:max-value="3.84431e-15" g-colstat:median="6.90022e-17" g-colstat:min-value="0" g-colstat:percentile03="2.5744e-17" g-colstat:percentile97="4.00258e-16"><name>em_sii_6718_fluxbkg</name><description>SLINEFIT SII 6718 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.718058" g-colstat:max-value="172.174" g-colstat:median="1.30454e-18" g-colstat:min-value="0" g-colstat:percentile03="5.03369e-19" g-colstat:percentile97="5.75935e-18"><name>em_sii_6718_errfluxbkg</name><description>Uncertainty on SLINEFIT SII 6718 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.718058" g-colstat:median="2.87748" g-colstat:percentile03="-3.4142" g-colstat:percentile97="15.4894"><name>em_sii_6718_ew</name><description>SLINEFIT SII 6718 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.718058" g-colstat:median="0.714355" g-colstat:min-value="0" g-colstat:percentile03="0.175352" g-colstat:percentile97="4.79429"><name>em_sii_6718_errew</name><description>Uncertainty on SLINEFIT SII 6718 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.711588" g-colstat:max-value="9.58617e-06" g-colstat:median="1.78645e-16" g-colstat:min-value="-0.352376" g-colstat:percentile03="-5.34655e-16" g-colstat:percentile97="1.53351e-15"><name>em_sii_6732_flux</name><description>SLINEFIT SII 6732 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.711588" g-colstat:max-value="0.711522" g-colstat:median="6.4275e-17" g-colstat:min-value="6.037e-18" g-colstat:percentile03="1.87983e-17" g-colstat:percentile97="4.15621e-16"><name>em_sii_6732_errflux</name><description>Uncertainty on SLINEFIT SII 6732 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.711849" g-colstat:max-value="3.83975e-15" g-colstat:median="6.90717e-17" g-colstat:min-value="0" g-colstat:percentile03="2.56786e-17" g-colstat:percentile97="4.01625e-16"><name>em_sii_6732_fluxbkg</name><description>SLINEFIT SII 6732 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.711849" g-colstat:max-value="208.595" g-colstat:median="1.3736e-18" g-colstat:min-value="0" g-colstat:percentile03="5.2601e-19" g-colstat:percentile97="6.04834e-18"><name>em_sii_6732_errfluxbkg</name><description>Uncertainty on SLINEFIT SII 6732 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.711849" g-colstat:median="2.09415" g-colstat:percentile03="-5.20759" g-colstat:percentile97="12.4264"><name>em_sii_6732_ew</name><description>SLINEFIT SII 6732 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.711849" g-colstat:median="0.719387" g-colstat:min-value="0" g-colstat:percentile03="0.177737" g-colstat:percentile97="4.76"><name>em_sii_6732_errew</name><description>Uncertainty on SLINEFIT SII 6732 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectrum_accref</name><description>Access key to the associated GAMA DR3 spectrum</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table><table><name>aspic_gama.g09g12g15</name><description>ASPIC value added catalogue on GAMA G09, G12, and G15: GAMA DR3
photometry, MagPhys parameters, and spectral features, ASPIC physical
parameters and spectra features.</description><nrows>119472</nrows><column g-colstat:fillFactor="1" g-colstat:max-value="4.34835e+06" g-colstat:median="302814" g-colstat:min-value="6802" g-colstat:percentile03="17266.1" g-colstat:percentile97="3.6139e+06"><name>cataid</name><description>GAMA DR3 unique identifier</description><ucd>meta.id;meta.main</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="223.5" g-colstat:median="212.381" g-colstat:min-value="129" g-colstat:percentile03="130.613" g-colstat:percentile97="222.687"><name>ra</name><description>Right Ascension</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="2.99996" g-colstat:median="0.20835" g-colstat:min-value="-2.99973" g-colstat:percentile03="-2.36986" g-colstat:percentile97="2.79308"><name>dec</name><description>Declination</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1.34549" g-colstat:median="0.19637" g-colstat:min-value="0.00278" g-colstat:percentile03="0.0483813" g-colstat:percentile97="0.448079"><name>z</name><description>Spectroscopic redshift</description><ucd>src.redshift</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.0142571" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.128509"><name>sdss_u</name><description>SDSS u Kron AB magnitude (GAMA)</description><unit>mag</unit><ucd>phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1.74013" g-colstat:median="0.00272804" g-colstat:min-value="0.000242289" g-colstat:percentile03="0.00119133" g-colstat:percentile97="0.0168029"><name>e_sdss_u</name><description>Uncertainty SDSS_u</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="180.229" g-colstat:median="0.045483" g-colstat:min-value="0" g-colstat:percentile03="0.0102155" g-colstat:percentile97="0.427692"><name>sdss_g</name><description>SDSS g Kron AB magnitude (GAMA)</description><unit>mag</unit><ucd>phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1.69712" g-colstat:median="0.00153086" g-colstat:min-value="0.000114257" g-colstat:percentile03="0.000531513" g-colstat:percentile97="0.0409499"><name>e_sdss_g</name><description>Uncertainty on SDSS_g</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.107554" g-colstat:min-value="0" g-colstat:percentile03="0.035689" g-colstat:percentile97="0.820623"><name>sdss_r</name><description>SDSS r Kron AB magnitude (GAMA)</description><unit>mag</unit><ucd>phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="2.13552" g-colstat:median="0.00256243" g-colstat:min-value="0.000153387" g-colstat:percentile03="0.00080252" g-colstat:percentile97="0.0590659"><name>e_sdss_r</name><description>Uncertainty SDSS_r</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.15906" g-colstat:min-value="0" g-colstat:percentile03="0.0518068" g-colstat:percentile97="1.18222"><name>sdss_i</name><description>SDSS i Kron AB magnitude (GAMA)</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="3.45515" g-colstat:median="0.00389369" g-colstat:min-value="0.000265819" g-colstat:percentile03="0.00124187" g-colstat:percentile97="0.0796526"><name>e_sdss_i</name><description>Uncertainty on SDSS_i</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.199059" g-colstat:min-value="0" g-colstat:percentile03="0.0573115" g-colstat:percentile97="1.46278"><name>sdss_z</name><description>SDSS z Kron AB magnitude (GAMA)</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="4.0741" g-colstat:median="0.0107967" g-colstat:min-value="0.000754975" g-colstat:percentile03="0.00407152" g-colstat:percentile97="0.123332"><name>e_sdss_z</name><description>Uncertainty on SDSS_z</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.202228" g-colstat:min-value="0" g-colstat:percentile03="0.0626658" g-colstat:percentile97="1.63641"><name>vista_z</name><description>VIKING VISTA VIRCAM Z Kron AB magnitude (GAMA)</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.00569255" g-colstat:min-value="0.000801995" g-colstat:percentile03="0.00204936" g-colstat:percentile97="0.130648"><name>e_vista_z</name><description>Uncertainty on VISTA_Z</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.243041" g-colstat:min-value="0" g-colstat:percentile03="0.0711939" g-colstat:percentile97="1.94974"><name>vista_y</name><description>VIKING VISTA VIRCAM Y Kron AB magnitude (GAMA)</description><unit>mag</unit><ucd>phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.00969682" g-colstat:min-value="0.00139663" g-colstat:percentile03="0.00376891" g-colstat:percentile97="0.198859"><name>e_vista_y</name><description>Uncertainty on VISTA_Y</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="619.22" g-colstat:median="0.291361" g-colstat:min-value="0" g-colstat:percentile03="0.0772146" g-colstat:percentile97="2.14468"><name>vista_j</name><description>VIKING VISTA VIRCAM J Kron AB magnitude (GAMA)</description><unit>mag</unit><ucd>phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="8.7262" g-colstat:median="0.00977067" g-colstat:min-value="0.00107039" g-colstat:percentile03="0.00342982" g-colstat:percentile97="0.176619"><name>e_vista_j</name><description>Uncertainty on VISTA_J</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.373362" g-colstat:min-value="0" g-colstat:percentile03="0.0873785" g-colstat:percentile97="6.41238"><name>vista_h</name><description>VIKING VISTA VIRCAM H Kron AB magnitude (GAMA)</description><unit>mag</unit><ucd>phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.0167529" g-colstat:min-value="0.00164565" g-colstat:percentile03="0.00621617" g-colstat:percentile97="0.459555"><name>e_vista_h</name><description>Uncertainty on VISTA_H</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.418224" g-colstat:min-value="0" g-colstat:percentile03="0.0910902" g-colstat:percentile97="2.58164"><name>vista_ks</name><description>VIKING VISTA VIRCAM Ks Kron AB magnitude (GAMA)</description><unit>mag</unit><ucd>phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="8.99524" g-colstat:median="0.0166646" g-colstat:min-value="0.00218253" g-colstat:percentile03="0.00716342" g-colstat:percentile97="0.184782"><name>e_vista_ks</name><description>Uncertainty on VISTA_Ks</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.00257025" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="nan"><name>galex_fuv</name><description>GALEX FUV flux (GAMA)</description><unit>uJy</unit><ucd>phot.flux.density;em.uv.100-200nm</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.000963892" g-colstat:min-value="2.37892e-06" g-colstat:percentile03="0.000416543" g-colstat:percentile97="nan"><name>e_galex_fuv</name><description>Uncertainty on GALEX_FUV</description><unit>uJy</unit><ucd>stat.error;phot.flux.density;em.uv.100-200nm</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.00734687" g-colstat:min-value="0" g-colstat:percentile03="2.63263e-05" g-colstat:percentile97="nan"><name>galex_nuv</name><description>GALEX NUV flux (GAMA)</description><unit>uJy</unit><ucd>phot.flux.density;em.uv.200-300nm</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.00142885" g-colstat:min-value="4.99625e-07" g-colstat:percentile03="0.000512279" g-colstat:percentile97="nan"><name>e_galex_nuv</name><description>Uncertainty on GALEX_NUV</description><unit>uJy</unit><ucd>stat.error;phot.flux.density;em.uv.200-300nm</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="400.024" g-colstat:median="0.234066" g-colstat:min-value="0" g-colstat:percentile03="0.0462593" g-colstat:percentile97="1.2846"><name>wise_w1</name><description>WISE W1 flux (GAMA)</description><unit>mJy</unit><ucd>phot.flux.density;em.IR.3-4um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="21.5892" g-colstat:median="0.0524832" g-colstat:min-value="0.00384704" g-colstat:percentile03="0.0246909" g-colstat:percentile97="0.176356"><name>e_wise_w1</name><description>Uncertainty on WISE_W1</description><unit>mJy</unit><ucd>stat.error;phot.flux.density;em.IR.3-4um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.167206" g-colstat:min-value="0" g-colstat:percentile03="0.0233874" g-colstat:percentile97="0.867848"><name>wise_w2</name><description>WISE W2 flux (GAMA)</description><unit>mJy</unit><ucd>phot.flux.density;em.IR.4-8um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="28.0771" g-colstat:median="0.0545734" g-colstat:min-value="0.00437886" g-colstat:percentile03="0.0266366" g-colstat:percentile97="0.150423"><name>e_wise_w2</name><description>Uncertainty on WISE_W2</description><unit>mJy</unit><ucd>stat.error;phot.flux.density;em.IR.4-8um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.268074" g-colstat:min-value="-5.48874e-05" g-colstat:percentile03="0" g-colstat:percentile97="2.29412"><name>wise_w3</name><description>WISE W3 flux (GAMA)</description><unit>mJy</unit><ucd>phot.flux.density;em.IR.8-15um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="55.7475" g-colstat:median="0.10861" g-colstat:min-value="0.026883" g-colstat:percentile03="0.0612714" g-colstat:percentile97="0.309025"><name>e_wise_w3</name><description>Uncertainty on WISE_W3</description><unit>mJy</unit><ucd>stat.error;phot.flux.density;em.IR.8-15um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.492901" g-colstat:min-value="-0.0165384" g-colstat:percentile03="0" g-colstat:percentile97="4.61431"><name>wise_w4</name><description>WISE W4 flux (GAMA)</description><unit>mJy</unit><ucd>phot.flux.density;em.IR.15-30um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.854391" g-colstat:min-value="0.113218" g-colstat:percentile03="0.298849" g-colstat:percentile97="1.68243"><name>e_wise_w4</name><description>Uncertainty on WISE_W4</description><unit>mJy</unit><ucd>stat.error;phot.flux.density;em.IR.15-30um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="18.9286" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="nan"><name>pacs_100</name><description>Herschel PACS 100µm flux (GAMA)</description><unit>mJy</unit><ucd>phot.flux.density;em.ir.60-100um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="20.0322" g-colstat:min-value="5.05796" g-colstat:percentile03="11.3353" g-colstat:percentile97="nan"><name>e_pacs_100</name><description>Uncertainty on PACS_100</description><unit>mJy</unit><ucd>stat.error;phot.flux.density;em.ir.60-100um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="26.4083" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="nan"><name>pacs_160</name><description>Herschel PACS 160µm flux (GAMA)</description><unit>mJy</unit><ucd>phot.flux.density;em.mm.1500-3000ghz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="22.7439" g-colstat:min-value="6.76878" g-colstat:percentile03="13.5381" g-colstat:percentile97="nan"><name>e_pacs_160</name><description>Uncertainty on PACS_160</description><unit>mJy</unit><ucd>stat.error;phot.flux.density;em.mm.1500-3000ghz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="17.5909" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="nan"><name>spire_250</name><description>Herschel SPIRE 250µm flux (GAMA)</description><unit>mJy</unit><ucd>phot.flux.density;em.mm.750-1500ghz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="7.0466" g-colstat:min-value="2.24876" g-colstat:percentile03="4.17164" g-colstat:percentile97="nan"><name>e_spire_250</name><description>Uncertainty on SPIRE_250</description><unit>mJy</unit><ucd>stat.error;phot.flux.density;em.mm.750-1500ghz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="10.8122" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="nan"><name>spire_350</name><description>Herschel SPIRE 350µm flux (GAMA)</description><unit>mJy</unit><ucd>phot.flux.density;em.mm.750-1500ghz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="7.62144" g-colstat:min-value="1.97267" g-colstat:percentile03="4.50786" g-colstat:percentile97="nan"><name>e_spire_350</name><description>Uncertainty on SPIRE_350</description><unit>mJy</unit><ucd>stat.error;phot.flux.density;em.mm.750-1500ghz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="5.27449" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="nan"><name>spire_500</name><description>Herschel SPIRE 500µm flux (GAMA)</description><unit>mJy</unit><ucd>phot.flux.density;em.mm.400-750ghz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="9.40958" g-colstat:min-value="2.37095" g-colstat:percentile03="5.32434" g-colstat:percentile97="nan"><name>e_spire_500</name><description>Uncertainty on SPIRE_500</description><unit>mJy</unit><ucd>stat.error;phot.flux.density;em.mm.400-750ghz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="1" g-colstat:median="0.613" g-colstat:min-value="0.001" g-colstat:percentile03="0.144" g-colstat:percentile97="0.992"><name>f_mu_sfh_best_fit</name><description>Best fit fraction of tau_V^BC contributed by dust in the HII region (GAMA, MAGPHYS)</description><ucd>stat.fit;phys.absorption.opticalDepth;em.opt.V</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="1" g-colstat:median="0.58" g-colstat:min-value="0.001" g-colstat:percentile03="0.222" g-colstat:percentile97="0.928"><name>f_mu_sfh_percentile50</name><description>Median fraction of tau_V^BC contributed by dust in the HII region (GAMA, MAGPHYS)</description><ucd>stat.fit;stat.median;phys.absorption.opticalDepth;em.opt.V</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="1" g-colstat:median="0.568" g-colstat:min-value="0" g-colstat:percentile03="0.102" g-colstat:percentile97="0.986"><name>f_mu_ir_best_fit</name><description>Best fit fraction of L_sun accounted by dust in the ambient ISM (GAMA, MAGPHYS)</description><ucd>stat.fit;phys.absorption.opticalDepth;em.opt.V</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="0.992" g-colstat:median="0.574" g-colstat:min-value="0.001" g-colstat:percentile03="0.215" g-colstat:percentile97="0.884"><name>f_mu_ir_percentile50</name><description>Median fraction of L_sun accounted by dust in the ambient ISM (GAMA, MAGPHYS)</description><ucd>stat.fit;stat.median;phys.absorption.opticalDepth;em.opt.V</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="0.989" g-colstat:median="0.29" g-colstat:min-value="0.015" g-colstat:percentile03="0.026" g-colstat:percentile97="0.788"><name>mu_parameter_best_fit</name><description>Best fit fraction of tau_V contributed by dust in the ambient ISM (GAMA, MAGPHYS)</description><ucd>stat.fit;phys.absorption.opticalDepth;em.opt.V</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="0.989" g-colstat:median="0.205" g-colstat:min-value="0.001" g-colstat:percentile03="0.073" g-colstat:percentile97="0.538"><name>mu_parameter_percentile50</name><description>Median fraction of tau_V contributed by dust in the ambient ISM (GAMA, MAGPHYS)</description><ucd>stat.fit;stat.median;phys.absorption.opticalDepth;em.opt.V</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="6" g-colstat:median="1.202" g-colstat:min-value="0.01" g-colstat:percentile03="0.186" g-colstat:percentile97="4.315"><name>tau_v_best_fit</name><description>Best fit total V-band optical depth of the dust seen by young stars in their birth clouds (GAMA, MAGPHYS)</description><ucd>stat.fit;phys.absorption.opticalDepth;em.opt.V</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="5.997" g-colstat:median="1.092" g-colstat:min-value="0.002" g-colstat:percentile03="0.307" g-colstat:percentile97="2.687"><name>tau_v_percentile50</name><description>Median total V-band optical depth of the dust seen by young stars in their birth clouds (GAMA, MAGPHYS)</description><ucd>stat.fit;stat.median;phys.absorption.opticalDepth;em.opt.V</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="1.265e-08" g-colstat:median="5.487e-11" g-colstat:min-value="1.567e-15" g-colstat:percentile03="2.229e-13" g-colstat:percentile97="1.107e-09"><name>ssfr_0_1gyr_best_fit</name><description>Best fit specific star formation rate (GAMA, MAGPHYS)</description><unit>yr**-1</unit><ucd>stat.fit;phys.SFR</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="-7.925" g-colstat:median="-10.27" g-colstat:min-value="-12.97" g-colstat:percentile03="-12.07" g-colstat:percentile97="-9.075"><name>ssfr_0_1gyr_percentile50</name><description>Median of specific star formation rate (GAMA, MAGPHYS)</description><unit>log(yr**-1)</unit><ucd>stat.fit;stat.median;phys.SFR</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="3.608e+12" g-colstat:median="3.635e+10" g-colstat:min-value="113500" g-colstat:percentile03="7.04907e+08" g-colstat:percentile97="2.19399e+11"><name>mass_stellar_best_fit</name><description>Best fit total mass of stars ever formed; integral of the star formation rate (GAMA, MAGPHYS)</description><unit>solMass</unit><ucd>stat.fit;phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="12.55" g-colstat:median="10.55" g-colstat:min-value="2.002" g-colstat:percentile03="8.842" g-colstat:percentile97="11.33"><name>mass_stellar_percentile50</name><description>Median total mass of stars ever formed; integral of the star formation rate (GAMA, MAGPHYS)</description><unit>log(solMass)</unit><ucd>stat.fit;stat.median;phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="5.571e+13" g-colstat:median="2.056e+10" g-colstat:min-value="2853" g-colstat:percentile03="7.20102e+08" g-colstat:percentile97="3.22399e+11"><name>l_dust_best_fit</name><description>Best fit total stellar luminosity absorbed and re-radiated by dust (birth clouds + ambient ISM, GAMA, MAGPHYS)</description><unit>solLum</unit><ucd>stat.fit;phys.luminosity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="13" g-colstat:median="10.19" g-colstat:min-value="2.002" g-colstat:percentile03="8.837" g-colstat:percentile97="11.39"><name>l_dust_percentile50</name><description>Median total stellar luminosity absorbed and re-radiated by dust (birth clouds + ambient ISM, GAMA, MAGPHYS)</description><unit>log(solLum)</unit><ucd>stat.fit;stat.median;phys.luminosity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="25" g-colstat:median="21.8" g-colstat:min-value="15" g-colstat:percentile03="15.1" g-colstat:percentile97="24.9"><name>t_c_ism_best_fit</name><description>Best fit equilibrium temperature of cold dust in the ambient ISM (GAMA, MAGPHYS)</description><unit>K</unit><ucd>stat.fit;phys.temperature</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="24.988" g-colstat:median="20.238" g-colstat:min-value="15.013" g-colstat:percentile03="16.213" g-colstat:percentile97="23.288"><name>t_c_ism_percentile50</name><description>Median equilibrium temperature of cold dust in the ambient ISM (GAMA, MAGPHYS)</description><unit>K</unit><ucd>stat.fit;stat.median;phys.temperature</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="60" g-colstat:median="50.6" g-colstat:min-value="30" g-colstat:percentile03="30.7" g-colstat:percentile97="59.7"><name>t_w_bc_best_fit</name><description>Best fit equilibrium temperature of warm dust in the ambient ISM (GAMA, MAGPHYS)</description><unit>K</unit><ucd>stat.fit;phys.temperature</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="59.988" g-colstat:median="45.113" g-colstat:min-value="30.013" g-colstat:percentile03="40.2882" g-colstat:percentile97="51.113"><name>t_w_bc_percentile50</name><description>Median equilibrium temperature of warm dust in the ambient ISM (GAMA, MAGPHYS)</description><unit>K</unit><ucd>stat.fit;stat.median;phys.temperature</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="0.993" g-colstat:median="0.465" g-colstat:min-value="0" g-colstat:percentile03="0.076" g-colstat:percentile97="0.895"><name>xi_c_tot_best_fit</name><description>Best fit fractional contribution by cold dust to the dust luminosity of the ambient ISM (GAMA, MAGPHYS)</description><ucd>stat.fit;phys.luminosity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="0.975" g-colstat:median="0.458" g-colstat:min-value="0.001" g-colstat:percentile03="0.165" g-colstat:percentile97="0.765"><name>xi_c_tot_percentile50</name><description>Median fractional contribution by cold dust to the dust luminosity of the ambient ISM (GAMA, MAGPHYS)</description><ucd>stat.fit;stat.median;phys.luminosity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="0.274" g-colstat:median="0.047" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.235"><name>xi_pah_tot_best_fit</name><description>Best fit fractional contribution by PAHs to the dust luminosity of the stellar birth clouds (GAMA, MAGPHYS)</description><ucd>stat.fit;phys.luminosity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="0.259" g-colstat:median="0.081" g-colstat:min-value="0.001" g-colstat:percentile03="0.027" g-colstat:percentile97="0.158"><name>xi_pah_tot_percentile50</name><description>Median fractional contribution by PAHs to the dust luminosity of the stellar birth clouds (GAMA, MAGPHYS)</description><ucd>stat.fit;stat.median;phys.luminosity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="0.249" g-colstat:median="0.053" g-colstat:min-value="0" g-colstat:percentile03="0.001" g-colstat:percentile97="0.175"><name>xi_mir_tot_best_fit</name><description>Best fit fractional contribution by the hot MIR continuum to the dust luminosity of the stellar birth clouds (GAMA, MAGPHYS)</description><ucd>stat.fit;phys.luminosity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="0.242" g-colstat:median="0.07" g-colstat:min-value="0.001" g-colstat:percentile03="0.028" g-colstat:percentile97="0.115"><name>xi_mir_tot_percentile50</name><description>Median fractional contribution by the hot MIR continuum to the dust luminosity of the stellar birth clouds (GAMA, MAGPHYS)</description><ucd>stat.fit;stat.median;phys.luminosity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="0.996" g-colstat:median="0.373" g-colstat:min-value="0.004" g-colstat:percentile03="0.044" g-colstat:percentile97="0.841"><name>xi_w_tot_best_fit</name><description>Best fit fractional contribution by warm dust to the dust luminosity of the stellar birth clouds (GAMA, MAGPHYS)</description><ucd>stat.fit;phys.luminosity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="0.996" g-colstat:median="0.368" g-colstat:min-value="0.001" g-colstat:percentile03="0.121" g-colstat:percentile97="0.702"><name>xi_w_tot_percentile50</name><description>Median fractional contribution by warm dust to the dust luminosity of the stellar birth clouds (GAMA, MAGPHYS)</description><ucd>stat.fit;stat.median;phys.luminosity</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="5.301" g-colstat:median="0.323" g-colstat:min-value="0" g-colstat:percentile03="0.028" g-colstat:percentile97="1.213"><name>tau_v_ism_best_fit</name><description>Best fit total V-band optical depth of the dust seen through the ISM (GAMA, MAGPHYS)</description><ucd>stat.fit;phys.absorption.opticalDepth;em.opt.V</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="3.697" g-colstat:median="0.227" g-colstat:min-value="0.002" g-colstat:percentile03="0.042" g-colstat:percentile97="1.03695"><name>tau_v_ism_percentile50</name><description>Median total V-band optical depth of the dust seen through the ISM (GAMA, MAGPHYS)</description><ucd>stat.fit;stat.median;phys.absorption.opticalDepth;em.opt.V</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="2.859e+10" g-colstat:median="2.396e+07" g-colstat:min-value="2.216" g-colstat:percentile03="467004" g-colstat:percentile97="6.12699e+08"><name>mass_dust_best_fit</name><description>Best fit total mass of dust (GAMA, MAGPHYS)</description><unit>solMass</unit><ucd>stat.fit;phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="10.417" g-colstat:median="7.292" g-colstat:min-value="-1.998" g-colstat:percentile03="5.882" g-colstat:percentile97="8.592"><name>mass_dust_percentile50</name><description>Median total mass of dust (GAMA, MAGPHYS)</description><unit>log(solMass)</unit><ucd>stat.fit;stat.median;phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="798.7" g-colstat:median="1.147" g-colstat:min-value="2.088e-08" g-colstat:percentile03="0.00694502" g-colstat:percentile97="25.3199"><name>sfr_0_1gyr_best_fit</name><description>Best fit star formation rate (GAMA, MAGPHYS)</description><unit>solMass/yr</unit><ucd>stat.fit;phys.SFR</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="2.872" g-colstat:median="0.007" g-colstat:min-value="-7.998" g-colstat:percentile03="-1.623" g-colstat:percentile97="1.297"><name>sfr_0_1gyr_percentile50</name><description>Median star formation rate (GAMA, MAGPHYS)</description><unit>log(solMass/yr)</unit><ucd>stat.fit;stat.median;phys.SFR</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="1.995" g-colstat:median="0.975" g-colstat:min-value="0.005" g-colstat:percentile03="0.245" g-colstat:percentile97="1.735"><name>metalicity_z_zo_percentile50</name><description>Median metallicity in solar units (GAMA, MAGPHYS)</description><ucd>stat.fit;stat.median;phys.abund.Z</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="9.997" g-colstat:median="9.802" g-colstat:min-value="8.002" g-colstat:percentile03="9.247" g-colstat:percentile97="9.997"><name>tform_percentile50</name><description>Median age of the oldest stars in the galaxy (GAMA, MAGPHYS)</description><unit>log(yr)</unit><ucd>stat.fit;stat.median;time.age</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="0.9925" g-colstat:median="0.4025" g-colstat:min-value="0.0025" g-colstat:percentile03="0.1625" g-colstat:percentile97="0.6675"><name>gamma_percentile50</name><description>Median star formation timescale (GAMA, MAGPHYS)</description><unit>Gyr**-1</unit><ucd>stat.fit;stat.median;phys.SFR;time.scale</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="9.997" g-colstat:median="9.367" g-colstat:min-value="8.002" g-colstat:percentile03="8.067" g-colstat:percentile97="9.657"><name>tlastb_percentile50</name><description>Median time since the last burst of star formation ended (GAMA, MAGPHYS)</description><unit>log(yr)</unit><ucd>stat.fit;stat.median;time.age</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="9.997" g-colstat:median="9.552" g-colstat:min-value="8.002" g-colstat:percentile03="8.962" g-colstat:percentile97="9.842"><name>agem_percentile50</name><description>Median mass-weighted age (GAMA, MAGPHYS)</description><unit>log(yr)</unit><ucd>stat.fit;stat.median;time.age</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="9.997" g-colstat:median="9.392" g-colstat:min-value="8.002" g-colstat:percentile03="8.732" g-colstat:percentile97="9.797"><name>ager_percentile50</name><description>Median r-band light-weighted age (GAMA, MAGPHYS)</description><unit>log(yr)</unit><ucd>stat.fit;stat.median;time.age</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="-7.503" g-colstat:median="-10.44" g-colstat:min-value="-13" g-colstat:percentile03="-11.9" g-colstat:percentile97="-9.728"><name>sfr17_percentile50</name><description>Median star-formation rate averaged over the last 10^7 yr (GAMA, MAGPHYS)</description><unit>log(solMass/yr)</unit><ucd>stat.fit;stat.median;phys.SFR</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="-8.373" g-colstat:median="-10.26" g-colstat:min-value="-13" g-colstat:percentile03="-11.72" g-colstat:percentile97="-9.308"><name>sfr19_percentile50</name><description>Median star-formation rate averaged over the last 10^9 yr (GAMA, MAGPHYS)</description><unit>log(solMass/yr)</unit><ucd>stat.fit;stat.median;phys.SFR</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="0.3695" g-colstat:median="0.0005" g-colstat:min-value="0.0005" g-colstat:percentile03="0.0005" g-colstat:percentile97="0.0005"><name>fb17_percentile50</name><description>Median fraction of stellar mass formed in bursts over last 10^7 yr (GAMA, MAGPHYS)</description><ucd>stat.fit;stat.median;phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999966" g-colstat:max-value="0.8385" g-colstat:median="0.0005" g-colstat:min-value="0.0005" g-colstat:percentile03="0.0005" g-colstat:percentile97="0.30349"><name>fb19_percentile50</name><description>Median fraction of stellar mass formed in bursts over last 10^9 yr (GAMA, MAGPHYS)</description><ucd>stat.fit;stat.median;phys.mass</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="12.365" g-colstat:median="10.6286" g-colstat:min-value="-2.16323" g-colstat:percentile03="6.71643" g-colstat:percentile97="11.5189"><name>cig_noagn_mstar</name><description>Stellar mass fitted with CIGALE without AGN component</description><unit>log(solMass)</unit><ucd>stat.fit;phys.mass;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="11.6812" g-colstat:median="9.72865" g-colstat:min-value="-2.0159" g-colstat:percentile03="6.60281" g-colstat:percentile97="10.6879"><name>e_cig_noagn_mstar</name><description>Uncertainty on cig_noAGN_mStar</description><unit>log(solMass)</unit><ucd>stat.error;stat.fit;phys.mass;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1434.21" g-colstat:median="1.73921" g-colstat:min-value="6.8194e-13" g-colstat:percentile03="0.000639722" g-colstat:percentile97="39.2776"><name>cig_noagn_sfr</name><description>Star Formation Rate fitted with CIGALE without AGN component</description><unit>log(solMass/yr)</unit><ucd>stat.fit;phys.sfr;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="151.188" g-colstat:median="0.240705" g-colstat:min-value="1.34184e-12" g-colstat:percentile03="0.000302485" g-colstat:percentile97="5.928"><name>e_cig_noagn_sfr</name><description>Uncertainty on cig_noAGN_SFR</description><unit>log(solMass/yr)</unit><ucd>stat.error;stat.fit;phys.sfr;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="39.3351" g-colstat:median="36.7864" g-colstat:min-value="23.7175" g-colstat:percentile03="32.6541" g-colstat:percentile97="37.9811"><name>cig_noagn_lir</name><description>Infrared luminosity fitted with CIGALE without AGN component</description><unit>log(W)</unit><ucd>stat.fit;phys.luminosity;em.ir;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="38.5138" g-colstat:median="35.8234" g-colstat:min-value="23.0137" g-colstat:percentile03="32.0392" g-colstat:percentile97="37.12"><name>e_cig_noagn_lir</name><description>Uncertainty on cig_noAGN_LIR</description><unit>log(W)</unit><ucd>stat.error;stat.fit;phys.luminosity;em.ir;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="12.315" g-colstat:median="10.6035" g-colstat:min-value="-2.1892" g-colstat:percentile03="6.6433" g-colstat:percentile97="11.5012"><name>cig_mstar</name><description>Stellar mass fitted with CIGALE with AGN component</description><unit>log(solMass)</unit><ucd>stat.fit;phys.mass;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="11.6879" g-colstat:median="9.69714" g-colstat:min-value="-1.40842" g-colstat:percentile03="6.59973" g-colstat:percentile97="10.6734"><name>e_cig_mstar</name><description>Uncertainty on cig_mStar</description><unit>log(solMass)</unit><ucd>stat.error;stat.fit;phys.mass;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1946.27" g-colstat:median="1.49791" g-colstat:min-value="6.13653e-13" g-colstat:percentile03="0.000512544" g-colstat:percentile97="32.8102"><name>cig_sfr</name><description>Star Formation Rate fitted with CIGALE with AGN component</description><unit>log(solMass/yr)</unit><ucd>stat.fit;phys.sfr;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="319.49" g-colstat:median="0.219259" g-colstat:min-value="9.77122e-13" g-colstat:percentile03="0.000266152" g-colstat:percentile97="5.46065"><name>e_cig_sfr</name><description>Uncertainty on cig_SFR</description><unit>log(solMass/yr)</unit><ucd>stat.error;stat.fit;phys.sfr;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="39.5581" g-colstat:median="36.7639" g-colstat:min-value="23.7153" g-colstat:percentile03="32.5954" g-colstat:percentile97="37.9358"><name>cig_lir</name><description>Infrared luminosity fitted with CIGALE with AGN component</description><unit>log(W)</unit><ucd>stat.fit;phys.luminosity;em.ir;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="38.7672" g-colstat:median="35.8135" g-colstat:min-value="22.9721" g-colstat:percentile03="32.0133" g-colstat:percentile97="37.1229"><name>e_cig_lir</name><description>Uncertainty on cig_LIR</description><unit>log(W)</unit><ucd>stat.error;stat.fit;phys.luminosity;em.ir;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.5" g-colstat:median="0.0990953" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.496306"><name>cig_fracagn</name><description>Dust luminosity AGN fraction fitted by CIGALE</description><ucd>stat.fit.param;arith.ratio;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.234554" g-colstat:median="0.0419627" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.156499"><name>e_cig_fracagn</name><description>Uncertainty on cig_fracAGN</description><ucd>stat.error;stat.fit.param;arith.ratio;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="3.43166e+09" g-colstat:min-value="5.01187e+07" g-colstat:percentile03="5.91691e+08" g-colstat:percentile97="8.5034e+09"><name>lp_age</name><description>Median age from the analysis (LePhare)</description><unit>yr</unit><ucd>time.age;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="1.7017e+09" g-colstat:min-value="4.63447e+07" g-colstat:percentile03="2.22353e+08" g-colstat:percentile97="6.8648e+09"><name>lp_age_inf</name><description>Age 16% lower value from the analysis (LePhare)</description><unit>yr</unit><ucd>time.age;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="6.6508e+09" g-colstat:min-value="5.42001e+07" g-colstat:percentile03="1.21687e+09" g-colstat:percentile97="1.05764e+10"><name>lp_age_sup</name><description>Age 16% higher value from the analysis (LePhare)</description><unit>yr</unit><ucd>time.age;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="10.439" g-colstat:min-value="7.0125" g-colstat:percentile03="8.71827" g-colstat:percentile97="11.3565"><name>lp_stellar_mass</name><description>Median log stellar mass from the analysis (LePhare)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="10.3138" g-colstat:min-value="7.004" g-colstat:percentile03="8.53786" g-colstat:percentile97="11.2695"><name>lp_stellar_mass_inf</name><description>Log stellar mass 16% lower value from the analysis (LePhare)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="10.5621" g-colstat:min-value="7.021" g-colstat:percentile03="8.88262" g-colstat:percentile97="11.4302"><name>lp_stellar_mass_sup</name><description>Log stellar mass 16% higher value from the analysis (LePhare)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.350193" g-colstat:min-value="-5.97016" g-colstat:percentile03="-3.1895" g-colstat:percentile97="1.77684"><name>lp_sfr</name><description>Median log Star Formation Rate from the analysis (LePhare)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-0.0303865" g-colstat:min-value="-5.99045" g-colstat:percentile03="-5.1483" g-colstat:percentile97="1.46775"><name>lp_sfr_inf</name><description>Log Star Formation Rate lower 16% value from the analysis (LePhare)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.707464" g-colstat:min-value="-5.90564" g-colstat:percentile03="-1.70378" g-colstat:percentile97="2.07657"><name>lp_sfr_sup</name><description>Log Star Formation Rate higher 16% value from the analysis (LePhare)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-9.63063" g-colstat:min-value="-16.9" g-colstat:percentile03="-13.9935" g-colstat:percentile97="-8.54785"><name>lp_ssfr</name><description>Median log specific Star Formation Rate from the analysis (LePhare)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-10.0689" g-colstat:min-value="-16.968" g-colstat:percentile03="-16.2425" g-colstat:percentile97="-8.89057"><name>lp_ssfr_inf</name><description>Log specific Star Formation Rate lower 16% value from the analysis (LePhare)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-9.11008" g-colstat:min-value="-16.832" g-colstat:percentile03="-12.1998" g-colstat:percentile97="-8.10108"><name>lp_ssfr_sup</name><description>Log specific Star Formation Rate higher 16% value from the analysis (LePhare)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-17.303" g-colstat:min-value="-39.09" g-colstat:percentile03="-19.905" g-colstat:percentile97="-13.064"><name>mabs_galex_fuv</name><description>Absolute GALEX FUV AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.uv.100-200nm;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-17.98" g-colstat:min-value="-39.063" g-colstat:percentile03="-20.3769" g-colstat:percentile97="-14.8"><name>mabs_galex_nuv</name><description>Absolute GALEX NUV AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.uv.200-300nm;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-19.519" g-colstat:min-value="-39.023" g-colstat:percentile03="-21.35" g-colstat:percentile97="-16.796"><name>mabs_sdss_u</name><description>Absolute SDSS u AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.U;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-20.84" g-colstat:min-value="-39.6" g-colstat:percentile03="-22.622" g-colstat:percentile97="-17.889"><name>mabs_sdss_g</name><description>Absolute SDSS g AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.B;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-21.474" g-colstat:min-value="-39.808" g-colstat:percentile03="-23.295" g-colstat:percentile97="-18.272"><name>mabs_sdss_r</name><description>Absolute SDSS r AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.R;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-21.767" g-colstat:min-value="-39.9" g-colstat:percentile03="-23.589" g-colstat:percentile97="-18.515"><name>mabs_sdss_i</name><description>Absolute SDSS i AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-22.011" g-colstat:min-value="-39.999" g-colstat:percentile03="-23.814" g-colstat:percentile97="-18.6191"><name>mabs_sdss_z</name><description>Absolute SDSS z AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-21.998" g-colstat:min-value="-39.988" g-colstat:percentile03="-23.796" g-colstat:percentile97="-18.603"><name>mabs_vista_z</name><description>Absolute VISTA Z AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-22.174" g-colstat:min-value="-40.082" g-colstat:percentile03="-24.028" g-colstat:percentile97="-18.725"><name>mabs_vista_y</name><description>Absolute VISTA Y AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.J;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-22.344" g-colstat:min-value="-40.08" g-colstat:percentile03="-24.2169" g-colstat:percentile97="-18.739"><name>mabs_vista_j</name><description>Absolute VISTA J AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.J;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-22.575" g-colstat:min-value="-40.187" g-colstat:percentile03="-24.465" g-colstat:percentile97="-18.8753"><name>mabs_vista_h</name><description>Absolute VISTA H AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.H;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-22.377" g-colstat:min-value="-39.954" g-colstat:percentile03="-24.306" g-colstat:percentile97="-18.634"><name>mabs_vista_ks</name><description>Absolute VISTA Ks AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.K;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-14.707" g-colstat:min-value="-31.974" g-colstat:percentile03="-16.6849" g-colstat:percentile97="-10.866"><name>mabs_pacs_100</name><description>Absolute Herschel PACS 100µm AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.ir.60-100um;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="71.667" g-colstat:min-value="55.319" g-colstat:percentile03="68.9841" g-colstat:percentile97="75.635"><name>mabs_pacs_160</name><description>Absolute Herschel PACS 160µm AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.mm.1500-3000ghz;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="71.681" g-colstat:min-value="55.333" g-colstat:percentile03="68.998" g-colstat:percentile97="75.649"><name>mabs_spire_250</name><description>Absolute Herschel SPIRE 250µm AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.mm.750-1500ghz;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="71.681" g-colstat:min-value="55.333" g-colstat:percentile03="68.998" g-colstat:percentile97="75.649"><name>mabs_spire_350</name><description>Absolute Herschel SPIRE 350µm AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.mm.750-1500ghz;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="71.687" g-colstat:min-value="60.825" g-colstat:percentile03="69.17" g-colstat:percentile97="75.7189"><name>mabs_spire_500</name><description>Absolute Herschel SPIRE 500µm AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.mm.400-750ghz;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="47.3753" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="675.632"><name>gama_hb_flux</name><description>GAMA flux for Hβ in emission (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="12.3094" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="417.899"><name>e_gama_hb_flux</name><description>Uncertainty on GAMA_Hb_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="4.67783" g-colstat:min-value="-417.206" g-colstat:percentile03="0" g-colstat:percentile97="20.563"><name>gama_hb_ew</name><description>GAMA equivalent width for Hβ in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="1.12342" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="16.5795"><name>e_gama_hb_ew</name><description>Uncertainty on GAMA_Hb_EW</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0" g-colstat:percentile03="87.1404" g-colstat:percentile97="nan"><name>gama_hb_b_flux</name><description>GAMA flux for the broad component of Hβ in emission (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0" g-colstat:percentile03="36.5883" g-colstat:percentile97="nan"><name>e_gama_hb_b_flux</name><description>Uncertainty on GAMA_Hb_B_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="-8135.02" g-colstat:percentile03="10.1006" g-colstat:percentile97="nan"><name>gama_hb_b_ew</name><description>GAMA equivalent width for the broad component of Hβ in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0" g-colstat:percentile03="3.74936" g-colstat:percentile97="nan"><name>e_gama_hb_b_ew</name><description>Uncertainty on GAMA_Hb_B_EW</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="11.5076" g-colstat:min-value="-29036.7" g-colstat:percentile03="-52.2363" g-colstat:percentile97="456.575"><name>gama_oiiia_flux</name><description>GAMA flux for the strong (red) component of [OIII] (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="7.57095" g-colstat:min-value="0" g-colstat:percentile03="1.77322" g-colstat:percentile97="65.4937"><name>e_gama_oiiia_flux</name><description>Uncertainty on GAMA_OIIIa_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="1.06976" g-colstat:min-value="-12869.9" g-colstat:percentile03="-2.58753" g-colstat:percentile97="23.9451"><name>gama_oiiia_ew</name><description>GAMA equivalent width for the strong (red) component of [OIII]</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.661636" g-colstat:min-value="0" g-colstat:percentile03="0.148651" g-colstat:percentile97="3.41752"><name>e_gama_oiiia_ew</name><description>Uncertainty on GAMA_OIIIa_EW</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="164.269" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="nan"><name>gama_ha_flux</name><description>GAMA flux for Hα in emission (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="16.5688" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="nan"><name>e_gama_ha_flux</name><description>Uncertainty on GAMA_Ha_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="15.6767" g-colstat:min-value="-15202.3" g-colstat:percentile03="0" g-colstat:percentile97="nan"><name>gama_ha_ew</name><description>GAMA equivalent width for Hα in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="1.53624" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="nan"><name>e_gama_ha_ew</name><description>Uncertainty on GAMA_Ha_EW</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0" g-colstat:percentile03="19.7421" g-colstat:percentile97="nan"><name>gama_ha_b_flux</name><description>GAMA flux for the broad component of Hα in emission (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0" g-colstat:percentile03="17.2679" g-colstat:percentile97="nan"><name>e_gama_ha_b_flux</name><description>Uncertainty on GAMA_Ha_B_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="206726" g-colstat:median="-99999" g-colstat:min-value="-130222" g-colstat:percentile03="-99999" g-colstat:percentile97="40.4075"><name>gama_ha_b_ew</name><description>GAMA equivalent width for the broad component of Hα in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0" g-colstat:percentile03="1.60147" g-colstat:percentile97="nan"><name>e_gama_ha_b_ew</name><description>uncertainty on GAMA_Ha_B_EW</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="16.0684" g-colstat:min-value="-36427.3" g-colstat:percentile03="-12.4895" g-colstat:percentile97="nan"><name>gama_niib_flux</name><description>GAMA flux for the weak (blue) component of [NII] (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="6.6973" g-colstat:min-value="0" g-colstat:percentile03="1.69303" g-colstat:percentile97="nan"><name>e_gama_niib_flux</name><description>Uncertainty on GAMA_NIIb_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="1.43996" g-colstat:min-value="-920.495" g-colstat:percentile03="-1.04056" g-colstat:percentile97="nan"><name>gama_niib_ew</name><description>GAMA equivalent width for the weak (blue) component of [NII]</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.549846" g-colstat:min-value="0" g-colstat:percentile03="0.13473" g-colstat:percentile97="nan"><name>e_gama_niib_ew</name><description>Uncertainty on GAMA_NIIb_EW</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="46.7105" g-colstat:min-value="-18747.1" g-colstat:percentile03="-4.95808" g-colstat:percentile97="nan"><name>gama_niia_flux</name><description>GAMA flux for the strong (red) component of [NII] (the unit is valid only for SDSS and AAOmega spectra)</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="9.13933" g-colstat:min-value="0" g-colstat:percentile03="2.03575" g-colstat:percentile97="nan"><name>e_gama_niia_flux</name><description>Uncertainty on GAMA_NIIa_flux</description><unit>1e-17erg.s**-1.cm**-2.Angstrom**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="4.31762" g-colstat:min-value="-18264.8" g-colstat:percentile03="-0.477878" g-colstat:percentile97="nan"><name>gama_niia_ew</name><description>GAMA equivalent width for the strong (red) component of [NII]</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.767569" g-colstat:min-value="0" g-colstat:percentile03="0.162884" g-colstat:percentile97="nan"><name>e_gama_niia_ew</name><description>Uncertainty on GAMA_NIIa_EW</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="3.34806e-05" g-colstat:max-value="1.93943e-15" g-colstat:median="-1.01677e-16" g-colstat:min-value="-9.37939e-16" g-colstat:percentile03="-9.00779e-16" g-colstat:percentile97="1.79383e-15"><name>em_ciii_1908_flux</name><description>SLINEFIT CIII measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="3.34806e-05" g-colstat:max-value="5.71931e-16" g-colstat:median="3.69421e-16" g-colstat:min-value="9.17427e-17" g-colstat:percentile03="1.08481e-16" g-colstat:percentile97="5.61957e-16"><name>em_ciii_1908_errflux</name><description>Uncertainty on SLINEFIT CIII measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="3.34806e-05" g-colstat:max-value="2.71493e-16" g-colstat:median="1.24182e-16" g-colstat:min-value="3.33603e-17" g-colstat:percentile03="3.39075e-17" g-colstat:percentile97="2.65861e-16"><name>em_ciii_1908_fluxbkg</name><description>SLINEFIT CIII background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="3.34806e-05" g-colstat:max-value="1.95149e-17" g-colstat:median="7.56366e-18" g-colstat:min-value="1.6195e-18" g-colstat:percentile03="1.94726e-18" g-colstat:percentile97="1.86465e-17"><name>em_ciii_1908_errfluxbkg</name><description>Uncertainty on SLINEFIT CIII background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="3.34806e-05" g-colstat:max-value="4.26317" g-colstat:median="1.07791" g-colstat:min-value="-11.6687" g-colstat:percentile03="-10.7266" g-colstat:percentile97="4.1816"><name>em_ciii_1908_ew</name><description>SLINEFIT CIII equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="3.34806e-05" g-colstat:max-value="6.43654" g-colstat:median="1.27314" g-colstat:min-value="0.485078" g-colstat:percentile03="0.552415" g-colstat:percentile97="5.97542"><name>em_ciii_1908_errew</name><description>Uncertainty on SLINEFIT CIII equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0184897" g-colstat:max-value="1.41458e-10" g-colstat:median="-4.65343e-16" g-colstat:min-value="-5.19499e-11" g-colstat:percentile03="-1.3512e-14" g-colstat:percentile97="8.17724e-15"><name>abs_feii_2344_flux</name><description>SLINEFIT FeII 2344 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0184897" g-colstat:max-value="8.89257e-11" g-colstat:median="6.18501e-16" g-colstat:min-value="5.55156e-18" g-colstat:percentile03="9.35551e-17" g-colstat:percentile97="1.64325e-14"><name>abs_feii_2344_errflux</name><description>Uncertainty on SLINEFIT FeII 2344 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0184897" g-colstat:max-value="2.09456e-13" g-colstat:median="2.47837e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="2.91082e-16"><name>abs_feii_2344_fluxbkg</name><description>SLINEFIT FeII 2344 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0184897" g-colstat:max-value="9.70356e-12" g-colstat:median="1.62488e-17" g-colstat:min-value="2.31966e-19" g-colstat:percentile03="2.83351e-18" g-colstat:percentile97="2.57379e-16"><name>abs_feii_2344_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2344 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0133504" g-colstat:max-value="156444" g-colstat:median="-6.25282" g-colstat:min-value="-8.82931e+06" g-colstat:percentile03="-370.568" g-colstat:percentile97="90.743"><name>abs_feii_2344_ew</name><description>SLINEFIT FeII 2344 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0133504" g-colstat:max-value="1.65316e+10" g-colstat:median="8.25679" g-colstat:min-value="0.216749" g-colstat:percentile03="0.952926" g-colstat:percentile97="9211.92"><name>abs_feii_2344_errew</name><description>Uncertainty on SLINEFIT FeII 2344 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0211849" g-colstat:max-value="1.14958e-10" g-colstat:median="-3.24398e-16" g-colstat:min-value="-9.95984e-09" g-colstat:percentile03="-6.97496e-15" g-colstat:percentile97="7.46873e-15"><name>abs_feii_2380_1_flux</name><description>SLINEFIT FeII 2380_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0211849" g-colstat:max-value="1.52537e-08" g-colstat:median="3.79734e-16" g-colstat:min-value="3.46638e-18" g-colstat:percentile03="6.28242e-17" g-colstat:percentile97="8.89087e-15"><name>abs_feii_2380_1_errflux</name><description>Uncertainty on SLINEFIT FeII 2380_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0211849" g-colstat:max-value="2.00672e-13" g-colstat:median="2.38707e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="2.77935e-16"><name>abs_feii_2380_1_fluxbkg</name><description>SLINEFIT FeII 2380_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0211849" g-colstat:max-value="3.25184e-11" g-colstat:median="1.57166e-17" g-colstat:min-value="2.133e-19" g-colstat:percentile03="2.75011e-18" g-colstat:percentile97="2.90615e-16"><name>abs_feii_2380_1_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2380_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0153007" g-colstat:max-value="2.51428e+06" g-colstat:median="-4.49979" g-colstat:min-value="-3.10245e+07" g-colstat:percentile03="-227.805" g-colstat:percentile97="114.816"><name>abs_feii_2380_1_ew</name><description>SLINEFIT FeII 2380_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0153007" g-colstat:max-value="5.43145e+10" g-colstat:median="5.3391" g-colstat:min-value="0.130374" g-colstat:percentile03="0.66145" g-colstat:percentile97="18465.7"><name>abs_feii_2380_1_errew</name><description>Uncertainty on SLINEFIT FeII 2380_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0211849" g-colstat:max-value="1.14958e-10" g-colstat:median="-3.24398e-16" g-colstat:min-value="-9.95984e-09" g-colstat:percentile03="-6.97496e-15" g-colstat:percentile97="7.46873e-15"><name>abs_feii_2380_2_flux</name><description>SLINEFIT FeII 2380_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0211849" g-colstat:max-value="1.52537e-08" g-colstat:median="3.79734e-16" g-colstat:min-value="3.46638e-18" g-colstat:percentile03="6.28242e-17" g-colstat:percentile97="8.89087e-15"><name>abs_feii_2380_2_errflux</name><description>Uncertainty on SLINEFIT FeII 2380_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0211849" g-colstat:max-value="2.00672e-13" g-colstat:median="2.38707e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="2.77935e-16"><name>abs_feii_2380_2_fluxbkg</name><description>SLINEFIT FeII 2380_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0211849" g-colstat:max-value="3.25184e-11" g-colstat:median="1.57166e-17" g-colstat:min-value="2.133e-19" g-colstat:percentile03="2.75011e-18" g-colstat:percentile97="2.90615e-16"><name>abs_feii_2380_2_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2380_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0153007" g-colstat:max-value="2.51428e+06" g-colstat:median="-4.49979" g-colstat:min-value="-3.10245e+07" g-colstat:percentile03="-227.805" g-colstat:percentile97="114.816"><name>abs_feii_2380_2_ew</name><description>SLINEFIT FeII 2380_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0153007" g-colstat:max-value="5.43145e+10" g-colstat:median="5.3391" g-colstat:min-value="0.130374" g-colstat:percentile03="0.66145" g-colstat:percentile97="18465.7"><name>abs_feii_2380_2_errew</name><description>Uncertainty on SLINEFIT FeII 2380_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0466302" g-colstat:max-value="2.11424e-10" g-colstat:median="-1.89065e-16" g-colstat:min-value="-5.15866e-11" g-colstat:percentile03="-6.622e-15" g-colstat:percentile97="5.21938e-15"><name>abs_feii_2600_1_flux</name><description>SLINEFIT FeII 2600_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0466302" g-colstat:max-value="1.49303e-10" g-colstat:median="3.01781e-16" g-colstat:min-value="6.55094e-18" g-colstat:percentile03="5.24531e-17" g-colstat:percentile97="8.53348e-15"><name>abs_feii_2600_1_errflux</name><description>Uncertainty on SLINEFIT FeII 2600_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0466385" g-colstat:max-value="1.5225e-13" g-colstat:median="2.01853e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="2.10585e-16"><name>abs_feii_2600_1_fluxbkg</name><description>SLINEFIT FeII 2600_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0466385" g-colstat:max-value="9.16849e-10" g-colstat:median="1.12552e-17" g-colstat:min-value="0" g-colstat:percentile03="2.11875e-18" g-colstat:percentile97="1.50684e-16"><name>abs_feii_2600_1_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2600_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0339829" g-colstat:max-value="2.3702e+06" g-colstat:median="-3.64638" g-colstat:min-value="-1.10832e+07" g-colstat:percentile03="-254.84" g-colstat:percentile97="152.528"><name>abs_feii_2600_1_ew</name><description>SLINEFIT FeII 2600_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0339829" g-colstat:max-value="3.79547e+10" g-colstat:median="5.58399" g-colstat:min-value="0" g-colstat:percentile03="0.661054" g-colstat:percentile97="13328.3"><name>abs_feii_2600_1_errew</name><description>Uncertainty on SLINEFIT FeII 2600_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0466302" g-colstat:max-value="2.11424e-10" g-colstat:median="-1.89065e-16" g-colstat:min-value="-5.15866e-11" g-colstat:percentile03="-6.622e-15" g-colstat:percentile97="5.21938e-15"><name>abs_feii_2600_2_flux</name><description>SLINEFIT FeII 2600_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0466302" g-colstat:max-value="1.49303e-10" g-colstat:median="3.01781e-16" g-colstat:min-value="6.55094e-18" g-colstat:percentile03="5.24531e-17" g-colstat:percentile97="8.53348e-15"><name>abs_feii_2600_2_errflux</name><description>Uncertainty on SLINEFIT FeII 2600_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0466385" g-colstat:max-value="1.5225e-13" g-colstat:median="2.01853e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="2.10585e-16"><name>abs_feii_2600_2_fluxbkg</name><description>SLINEFIT FeII 2600_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0466385" g-colstat:max-value="9.16849e-10" g-colstat:median="1.12552e-17" g-colstat:min-value="0" g-colstat:percentile03="2.11875e-18" g-colstat:percentile97="1.50684e-16"><name>abs_feii_2600_2_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2600_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0339829" g-colstat:max-value="2.3702e+06" g-colstat:median="-3.64638" g-colstat:min-value="-1.10832e+07" g-colstat:percentile03="-254.84" g-colstat:percentile97="152.528"><name>abs_feii_2600_2_ew</name><description>SLINEFIT FeII 2600_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0339829" g-colstat:max-value="3.79547e+10" g-colstat:median="5.58399" g-colstat:min-value="0" g-colstat:percentile03="0.661054" g-colstat:percentile97="13328.3"><name>abs_feii_2600_2_errew</name><description>Uncertainty on SLINEFIT FeII 2600_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.127101" g-colstat:max-value="4.06731e-09" g-colstat:median="-3.91712e-17" g-colstat:min-value="-1.26487e-08" g-colstat:percentile03="-1.295e-14" g-colstat:percentile97="1.51256e-14"><name>abs_mgii_2797_flux</name><description>SLINEFIT MgII 2797 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.127101" g-colstat:max-value="4.74646e-09" g-colstat:median="6.12511e-16" g-colstat:min-value="9.79452e-18" g-colstat:percentile03="8.44538e-17" g-colstat:percentile97="3.68744e-14"><name>abs_mgii_2797_errflux</name><description>Uncertainty on SLINEFIT MgII 2797 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.127101" g-colstat:max-value="1.17653e-13" g-colstat:median="1.76342e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.38905e-16"><name>abs_mgii_2797_fluxbkg</name><description>SLINEFIT MgII 2797 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.127101" g-colstat:max-value="5.8548e-12" g-colstat:median="9.67001e-18" g-colstat:min-value="1.17408e-19" g-colstat:percentile03="1.88156e-18" g-colstat:percentile97="9.97538e-17"><name>abs_mgii_2797_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2797 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0955705" g-colstat:max-value="5.41188e+07" g-colstat:median="-0.851868" g-colstat:min-value="-3.80193e+08" g-colstat:percentile03="-1065.76" g-colstat:percentile97="1031.1"><name>abs_mgii_2797_ew</name><description>SLINEFIT MgII 2797 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0955705" g-colstat:max-value="3.37272e+12" g-colstat:median="17.5784" g-colstat:min-value="0.30748" g-colstat:percentile03="1.43649" g-colstat:percentile97="105418"><name>abs_mgii_2797_errew</name><description>Uncertainty on SLINEFIT MgII 2797 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.128382" g-colstat:max-value="4.26192e-09" g-colstat:median="-1.91985e-17" g-colstat:min-value="-7.26777e-10" g-colstat:percentile03="-2.13242e-14" g-colstat:percentile97="1.71058e-14"><name>em_mgii_2799_flux</name><description>SLINEFIT MgII 2799 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.128382" g-colstat:max-value="1.55557e-09" g-colstat:median="6.73697e-16" g-colstat:min-value="9.16253e-18" g-colstat:percentile03="8.04897e-17" g-colstat:percentile97="4.84541e-14"><name>em_mgii_2799_errflux</name><description>Uncertainty on SLINEFIT MgII 2799 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.128382" g-colstat:max-value="1.17355e-13" g-colstat:median="1.76736e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.38985e-16"><name>em_mgii_2799_fluxbkg</name><description>SLINEFIT MgII 2799 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.128382" g-colstat:max-value="4.75763e-12" g-colstat:median="9.6828e-18" g-colstat:min-value="1.16928e-19" g-colstat:percentile03="1.87249e-18" g-colstat:percentile97="1.01371e-16"><name>em_mgii_2799_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2799 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0964829" g-colstat:max-value="1.57275e+08" g-colstat:median="-0.394974" g-colstat:min-value="-1.89483e+07" g-colstat:percentile03="-1410.95" g-colstat:percentile97="1185.36"><name>em_mgii_2799_ew</name><description>SLINEFIT MgII 2799 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0964829" g-colstat:max-value="3.57323e+12" g-colstat:median="19.9866" g-colstat:min-value="0.30341" g-colstat:percentile03="1.38058" g-colstat:percentile97="91465.7"><name>em_mgii_2799_errew</name><description>Uncertainty on SLINEFIT MgII 2799 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.131495" g-colstat:max-value="4.70788e-10" g-colstat:median="-4.23823e-17" g-colstat:min-value="-3.47702e-10" g-colstat:percentile03="-1.02389e-14" g-colstat:percentile97="9.31322e-15"><name>abs_mgii_2804_flux</name><description>SLINEFIT MgII 2804 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.131495" g-colstat:max-value="5.00706e-10" g-colstat:median="4.35028e-16" g-colstat:min-value="2.94851e-18" g-colstat:percentile03="6.90909e-17" g-colstat:percentile97="2.46694e-14"><name>abs_mgii_2804_errflux</name><description>Uncertainty on SLINEFIT MgII 2804 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.131512" g-colstat:max-value="1.1667e-13" g-colstat:median="1.77974e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.4013e-16"><name>abs_mgii_2804_fluxbkg</name><description>SLINEFIT MgII 2804 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.131512" g-colstat:max-value="1.4595e-12" g-colstat:median="9.64385e-18" g-colstat:min-value="0" g-colstat:percentile03="1.86507e-18" g-colstat:percentile97="1.04203e-16"><name>abs_mgii_2804_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2804 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0988432" g-colstat:max-value="1.08885e+07" g-colstat:median="-0.975589" g-colstat:min-value="-1.02854e+08" g-colstat:percentile03="-652.418" g-colstat:percentile97="612.648"><name>abs_mgii_2804_ew</name><description>SLINEFIT MgII 2804 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0988432" g-colstat:max-value="1.95936e+12" g-colstat:median="11.8539" g-colstat:min-value="0" g-colstat:percentile03="1.15262" g-colstat:percentile97="43963.6"><name>abs_mgii_2804_errew</name><description>Uncertainty on SLINEFIT MgII 2804 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.844993" g-colstat:max-value="9.3249e-11" g-colstat:median="-2.02422e-17" g-colstat:min-value="-1.06313e-10" g-colstat:percentile03="-2.29206e-15" g-colstat:percentile97="1.41227e-15"><name>abs_fei_3582_flux</name><description>SLINEFIT FeI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.844993" g-colstat:max-value="2.12242e-10" g-colstat:median="1.24787e-16" g-colstat:min-value="2.52856e-34" g-colstat:percentile03="2.9976e-17" g-colstat:percentile97="1.00551e-14"><name>abs_fei_3582_errflux</name><description>Uncertainty on SLINEFIT FeI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.844993" g-colstat:max-value="1.98262e-14" g-colstat:median="3.32912e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="4.19765e-16"><name>abs_fei_3582_fluxbkg</name><description>SLINEFIT FeI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.844993" g-colstat:max-value="82241" g-colstat:median="3.20949e-18" g-colstat:min-value="1.05456e-35" g-colstat:percentile03="9.12679e-19" g-colstat:percentile97="2.40589e-16"><name>abs_fei_3582_errfluxbkg</name><description>Uncertainty on SLINEFIT FeI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.788612" g-colstat:max-value="5.9346e+06" g-colstat:median="-0.443978" g-colstat:min-value="-3.63431e+06" g-colstat:percentile03="-41.3313" g-colstat:percentile97="48.7979"><name>abs_fei_3582_ew</name><description>SLINEFIT FeI equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.788612" g-colstat:max-value="5.81826e+24" g-colstat:median="2.77516" g-colstat:min-value="0.0686775" g-colstat:percentile03="0.594219" g-colstat:percentile97="467.721"><name>abs_fei_3582_errew</name><description>Uncertainty on SLINEFIT FeI equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856527" g-colstat:max-value="6.23393e-13" g-colstat:median="2.67092e-16" g-colstat:min-value="-3.15679e-12" g-colstat:percentile03="-9.12773e-17" g-colstat:percentile97="4.29298e-15"><name>em_oii_3727_1_flux</name><description>SLINEFIT OII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856527" g-colstat:max-value="8.37398e-13" g-colstat:median="5.5093e-17" g-colstat:min-value="2.61139e-34" g-colstat:percentile03="1.71489e-17" g-colstat:percentile97="6.58809e-15"><name>em_oii_3727_1_errflux</name><description>Uncertainty on SLINEFIT OII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856527" g-colstat:max-value="1.78372e-14" g-colstat:median="3.6009e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="4.84185e-16"><name>em_oii_3727_1_fluxbkg</name><description>SLINEFIT OII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856527" g-colstat:max-value="22572.3" g-colstat:median="2.61856e-18" g-colstat:min-value="9.9366e-36" g-colstat:percentile03="8.20072e-19" g-colstat:percentile97="2.69149e-16"><name>em_oii_3727_1_errfluxbkg</name><description>Uncertainty on SLINEFIT OII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.825214" g-colstat:max-value="8.31087e+06" g-colstat:median="5.69589" g-colstat:min-value="-226832" g-colstat:percentile03="-2.23117" g-colstat:percentile97="113.222"><name>em_oii_3727_1_ew</name><description>SLINEFIT OII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.825214" g-colstat:max-value="1.61712e+21" g-colstat:median="1.27833" g-colstat:min-value="0.0121319" g-colstat:percentile03="0.340531" g-colstat:percentile97="315.421"><name>em_oii_3727_1_errew</name><description>Uncertainty on SLINEFIT OII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856527" g-colstat:max-value="6.23393e-13" g-colstat:median="2.67092e-16" g-colstat:min-value="-3.15679e-12" g-colstat:percentile03="-9.12773e-17" g-colstat:percentile97="4.29298e-15"><name>em_oii_3727_2_flux</name><description>SLINEFIT OII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856527" g-colstat:max-value="8.37398e-13" g-colstat:median="5.5093e-17" g-colstat:min-value="2.61139e-34" g-colstat:percentile03="1.71489e-17" g-colstat:percentile97="6.58809e-15"><name>em_oii_3727_2_errflux</name><description>Uncertainty on SLINEFIT OII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856527" g-colstat:max-value="1.78372e-14" g-colstat:median="3.6009e-17" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="4.84185e-16"><name>em_oii_3727_2_fluxbkg</name><description>SLINEFIT OII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856527" g-colstat:max-value="22572.3" g-colstat:median="2.61856e-18" g-colstat:min-value="9.9366e-36" g-colstat:percentile03="8.20072e-19" g-colstat:percentile97="2.69149e-16"><name>em_oii_3727_2_errfluxbkg</name><description>Uncertainty on SLINEFIT OII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.825214" g-colstat:max-value="8.31087e+06" g-colstat:median="5.69589" g-colstat:min-value="-226832" g-colstat:percentile03="-2.23117" g-colstat:percentile97="113.222"><name>em_oii_3727_2_ew</name><description>SLINEFIT OII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.825214" g-colstat:max-value="1.61712e+21" g-colstat:median="1.27833" g-colstat:min-value="0.0121319" g-colstat:percentile03="0.340531" g-colstat:percentile97="315.421"><name>em_oii_3727_2_errew</name><description>Uncertainty on SLINEFIT OII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856552" g-colstat:max-value="4.66318e-09" g-colstat:median="-8.46911e-17" g-colstat:min-value="-2.7518e-11" g-colstat:percentile03="-2.1087e-15" g-colstat:percentile97="2.07786e-15"><name>abs_k_3934_flux</name><description>SLINEFIT K measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856552" g-colstat:max-value="7.46165e-08" g-colstat:median="1.10341e-16" g-colstat:min-value="1.85369e-34" g-colstat:percentile03="2.76727e-17" g-colstat:percentile97="1.44055e-14"><name>abs_k_3934_errflux</name><description>Uncertainty on SLINEFIT K measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856552" g-colstat:max-value="2.55457e-14" g-colstat:median="4.591e-17" g-colstat:min-value="0" g-colstat:percentile03="5.10751e-18" g-colstat:percentile97="7.07212e-16"><name>abs_k_3934_fluxbkg</name><description>SLINEFIT K background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856552" g-colstat:max-value="63974.8" g-colstat:median="2.06458e-18" g-colstat:min-value="4.75121e-36" g-colstat:percentile03="7.08325e-19" g-colstat:percentile97="3.07529e-16"><name>abs_k_3934_errfluxbkg</name><description>Uncertainty on SLINEFIT K background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.848115" g-colstat:max-value="5.7688e+06" g-colstat:median="-1.42076" g-colstat:min-value="-377724" g-colstat:percentile03="-26.092" g-colstat:percentile97="25.0061"><name>abs_k_3934_ew</name><description>SLINEFIT K equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.848123" g-colstat:max-value="2.39714e+26" g-colstat:median="1.89471" g-colstat:min-value="0.0837994" g-colstat:percentile03="0.447369" g-colstat:percentile97="57.3237"><name>abs_k_3934_errew</name><description>Uncertainty on SLINEFIT K equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856552" g-colstat:max-value="1.13307e-12" g-colstat:median="7.55437e-17" g-colstat:min-value="-5.04765e-06" g-colstat:percentile03="-6.43929e-16" g-colstat:percentile97="3.00767e-15"><name>abs_h_3969_flux</name><description>SLINEFIT H measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856552" g-colstat:max-value="5.19513e-05" g-colstat:median="8.17372e-17" g-colstat:min-value="9.98565e-35" g-colstat:percentile03="2.19556e-17" g-colstat:percentile97="1.15455e-14"><name>abs_h_3969_errflux</name><description>Uncertainty on SLINEFIT H measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856552" g-colstat:max-value="2.23868e-14" g-colstat:median="5.13338e-17" g-colstat:min-value="0" g-colstat:percentile03="8.39665e-18" g-colstat:percentile97="7.98322e-16"><name>abs_h_3969_fluxbkg</name><description>SLINEFIT H background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856552" g-colstat:max-value="54542.3" g-colstat:median="2.00883e-18" g-colstat:min-value="4.33261e-36" g-colstat:percentile03="6.99664e-19" g-colstat:percentile97="3.22478e-16"><name>abs_h_3969_errfluxbkg</name><description>Uncertainty on SLINEFIT H background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.850316" g-colstat:max-value="1.06127e+07" g-colstat:median="1.11594" g-colstat:min-value="-1.89736e+09" g-colstat:percentile03="-11.8284" g-colstat:percentile97="17.2923"><name>abs_h_3969_ew</name><description>SLINEFIT H equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.850316" g-colstat:max-value="2.91384e+28" g-colstat:median="1.2816" g-colstat:min-value="0.0874018" g-colstat:percentile03="0.297909" g-colstat:percentile97="31.0771"><name>abs_h_3969_errew</name><description>Uncertainty on SLINEFIT H equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856552" g-colstat:max-value="2.01761e-11" g-colstat:median="2.67276e-16" g-colstat:min-value="-3.68508e-11" g-colstat:percentile03="-2.19194e-15" g-colstat:percentile97="7.90193e-15"><name>em_hdelta_flux</name><description>SLINEFIT Hdelta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856552" g-colstat:max-value="9.3709e-10" g-colstat:median="2.0773e-16" g-colstat:min-value="4.65013e-34" g-colstat:percentile03="3.51411e-17" g-colstat:percentile97="3.60916e-14"><name>em_hdelta_errflux</name><description>Uncertainty on SLINEFIT Hdelta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856552" g-colstat:max-value="2.20934e-14" g-colstat:median="5.99914e-17" g-colstat:min-value="0" g-colstat:percentile03="1.40307e-17" g-colstat:percentile97="1.06125e-15"><name>em_hdelta_fluxbkg</name><description>SLINEFIT Hdelta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856552" g-colstat:max-value="305290" g-colstat:median="1.84126e-18" g-colstat:min-value="4.63641e-36" g-colstat:percentile03="6.69716e-19" g-colstat:percentile97="3.61975e-16"><name>em_hdelta_errfluxbkg</name><description>Uncertainty on SLINEFIT Hdelta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.851112" g-colstat:max-value="1.90769e+07" g-colstat:median="3.21838" g-colstat:min-value="-1.50624e+08" g-colstat:percentile03="-32.6231" g-colstat:percentile97="52.5085"><name>em_hdelta_ew</name><description>SLINEFIT Hdelta equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.851112" g-colstat:max-value="6.39733e+23" g-colstat:median="2.80007" g-colstat:min-value="0.12253" g-colstat:percentile03="0.419353" g-colstat:percentile97="74.8785"><name>em_hdelta_errew</name><description>Uncertainty on SLINEFIT Hdelta equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856552" g-colstat:max-value="3.89794e-12" g-colstat:median="-8.88091e-17" g-colstat:min-value="-3.43494e-11" g-colstat:percentile03="-5.4367e-15" g-colstat:percentile97="2.88723e-15"><name>abs_hdelta_4102_flux</name><description>SLINEFIT Hdelta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856552" g-colstat:max-value="1.17513e-11" g-colstat:median="2.01658e-16" g-colstat:min-value="5.46376e-34" g-colstat:percentile03="3.45131e-17" g-colstat:percentile97="3.82554e-14"><name>abs_hdelta_4102_errflux</name><description>Uncertainty on SLINEFIT Hdelta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856552" g-colstat:max-value="2.20555e-14" g-colstat:median="5.99822e-17" g-colstat:min-value="0" g-colstat:percentile03="1.40686e-17" g-colstat:percentile97="1.06345e-15"><name>abs_hdelta_4102_fluxbkg</name><description>SLINEFIT Hdelta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856552" g-colstat:max-value="305290" g-colstat:median="1.83939e-18" g-colstat:min-value="4.59538e-36" g-colstat:percentile03="6.69167e-19" g-colstat:percentile97="3.62327e-16"><name>abs_hdelta_4102_errfluxbkg</name><description>Uncertainty on SLINEFIT Hdelta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.85112" g-colstat:max-value="4.07871e+08" g-colstat:median="-1.15881" g-colstat:min-value="-1.50109e+07" g-colstat:percentile03="-42.3809" g-colstat:percentile97="36.75"><name>abs_hdelta_4102_ew</name><description>SLINEFIT Hdelta equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.85112" g-colstat:max-value="2.58841e+23" g-colstat:median="2.73241" g-colstat:min-value="0.0956119" g-colstat:percentile03="0.417175" g-colstat:percentile97="73.1395"><name>abs_hdelta_4102_errew</name><description>Uncertainty on SLINEFIT Hdelta equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856527" g-colstat:max-value="1.84324e-06" g-colstat:median="-9.66792e-17" g-colstat:min-value="-4.26077e-08" g-colstat:percentile03="-1.31442e-15" g-colstat:percentile97="1.08924e-15"><name>abs_gband_4304_flux</name><description>SLINEFIT Gband measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856527" g-colstat:max-value="1.06286e-05" g-colstat:median="8.23794e-17" g-colstat:min-value="1.30076e-34" g-colstat:percentile03="2.32065e-17" g-colstat:percentile97="1.58823e-14"><name>abs_gband_4304_errflux</name><description>Uncertainty on SLINEFIT Gband measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856527" g-colstat:max-value="2.60663e-14" g-colstat:median="6.3116e-17" g-colstat:min-value="0" g-colstat:percentile03="1.90149e-17" g-colstat:percentile97="1.32623e-15"><name>abs_gband_4304_fluxbkg</name><description>SLINEFIT Gband background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856527" g-colstat:max-value="107046" g-colstat:median="1.64404e-18" g-colstat:min-value="4.40012e-36" g-colstat:percentile03="6.16338e-19" g-colstat:percentile97="4.01369e-16"><name>abs_gband_4304_errfluxbkg</name><description>Uncertainty on SLINEFIT Gband background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.853706" g-colstat:max-value="9.16539e+08" g-colstat:median="-1.14706" g-colstat:min-value="-8.85201e+06" g-colstat:percentile03="-11.5559" g-colstat:percentile97="9.24198"><name>abs_gband_4304_ew</name><description>SLINEFIT Gband equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.853706" g-colstat:max-value="7.86816e+27" g-colstat:median="1.03639" g-colstat:min-value="0.0470852" g-colstat:percentile03="0.28293" g-colstat:percentile97="16.2221"><name>abs_gband_4304_errew</name><description>Uncertainty on SLINEFIT Gband equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856535" g-colstat:max-value="8.69833e-11" g-colstat:median="3.06288e-16" g-colstat:min-value="-4.97006e-12" g-colstat:percentile03="-3.67978e-15" g-colstat:percentile97="8.15871e-15"><name>em_hgamma_flux</name><description>SLINEFIT Hgamma measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856535" g-colstat:max-value="1.18239e-10" g-colstat:median="1.69069e-16" g-colstat:min-value="2.43801e-34" g-colstat:percentile03="3.31804e-17" g-colstat:percentile97="3.8162e-14"><name>em_hgamma_errflux</name><description>Uncertainty on SLINEFIT Hgamma measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856535" g-colstat:max-value="2.75139e-14" g-colstat:median="6.34972e-17" g-colstat:min-value="0" g-colstat:percentile03="1.97089e-17" g-colstat:percentile97="1.38137e-15"><name>em_hgamma_fluxbkg</name><description>SLINEFIT Hgamma background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856535" g-colstat:max-value="92521.5" g-colstat:median="1.61307e-18" g-colstat:min-value="4.26311e-36" g-colstat:percentile03="6.06132e-19" g-colstat:percentile97="4.0779e-16"><name>em_hgamma_errfluxbkg</name><description>Uncertainty on SLINEFIT Hgamma background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.854167" g-colstat:max-value="5.67138e+06" g-colstat:median="3.56177" g-colstat:min-value="-1.46994e+06" g-colstat:percentile03="-31.8845" g-colstat:percentile97="53.247"><name>em_hgamma_ew</name><description>SLINEFIT Hgamma equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.854167" g-colstat:max-value="6.27448e+27" g-colstat:median="2.17069" g-colstat:min-value="0.113885" g-colstat:percentile03="0.381743" g-colstat:percentile97="53.5321"><name>em_hgamma_errew</name><description>Uncertainty on SLINEFIT Hgamma equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856535" g-colstat:max-value="5.53609e-12" g-colstat:median="-9.82118e-17" g-colstat:min-value="-9.08695e-12" g-colstat:percentile03="-6.2352e-15" g-colstat:percentile97="4.23933e-15"><name>abs_hgamma_4341_flux</name><description>SLINEFIT Hgamma measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856535" g-colstat:max-value="3.98675e-12" g-colstat:median="1.73283e-16" g-colstat:min-value="2.93809e-34" g-colstat:percentile03="3.52047e-17" g-colstat:percentile97="4.07941e-14"><name>abs_hgamma_4341_errflux</name><description>Uncertainty on SLINEFIT Hgamma measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856535" g-colstat:max-value="2.75139e-14" g-colstat:median="6.35221e-17" g-colstat:min-value="0" g-colstat:percentile03="1.97213e-17" g-colstat:percentile97="1.38188e-15"><name>abs_hgamma_4341_fluxbkg</name><description>SLINEFIT Hgamma background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.856535" g-colstat:max-value="92521.5" g-colstat:median="1.61236e-18" g-colstat:min-value="4.26311e-36" g-colstat:percentile03="6.05609e-19" g-colstat:percentile97="4.08951e-16"><name>abs_hgamma_4341_errfluxbkg</name><description>Uncertainty on SLINEFIT Hgamma background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.854183" g-colstat:max-value="1.44856e+06" g-colstat:median="-1.20059" g-colstat:min-value="-3.36007e+06" g-colstat:percentile03="-44.3206" g-colstat:percentile97="35.1163"><name>abs_hgamma_4341_ew</name><description>SLINEFIT Hgamma equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.854183" g-colstat:max-value="6.78723e+27" g-colstat:median="2.20728" g-colstat:min-value="0.124237" g-colstat:percentile03="0.401702" g-colstat:percentile97="51.2804"><name>abs_hgamma_4341_errew</name><description>Uncertainty on SLINEFIT Hgamma equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.853238" g-colstat:max-value="2.1729e-05" g-colstat:median="2.93403e-16" g-colstat:min-value="-0.16349" g-colstat:percentile03="-2.02902e-15" g-colstat:percentile97="7.8904e-15"><name>em_hbeta_flux</name><description>SLINEFIT Hbeta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.853238" g-colstat:max-value="0.19738" g-colstat:median="9.35603e-17" g-colstat:min-value="2.27805e-34" g-colstat:percentile03="2.41087e-17" g-colstat:percentile97="3.96823e-14"><name>em_hbeta_errflux</name><description>Uncertainty on SLINEFIT Hbeta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.853238" g-colstat:max-value="5.33393e-14" g-colstat:median="7.58637e-17" g-colstat:min-value="0" g-colstat:percentile03="2.71943e-17" g-colstat:percentile97="2.03997e-15"><name>em_hbeta_fluxbkg</name><description>SLINEFIT Hbeta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.853238" g-colstat:max-value="18083.6" g-colstat:median="1.23552e-18" g-colstat:min-value="4.24982e-36" g-colstat:percentile03="4.4785e-19" g-colstat:percentile97="5.38845e-16"><name>em_hbeta_errfluxbkg</name><description>Uncertainty on SLINEFIT Hbeta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.851748" g-colstat:max-value="8.16224e+10" g-colstat:median="3.10541" g-colstat:min-value="-2.96507e+14" g-colstat:percentile03="-14.7905" g-colstat:percentile97="31.7691"><name>em_hbeta_ew</name><description>SLINEFIT Hbeta equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.851748" g-colstat:max-value="9.14872e+24" g-colstat:median="1.05941" g-colstat:min-value="0.0630373" g-colstat:percentile03="0.219701" g-colstat:percentile97="28.3861"><name>em_hbeta_errew</name><description>Uncertainty on SLINEFIT Hbeta equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.853213" g-colstat:max-value="4.4427e-10" g-colstat:median="9.50416e-17" g-colstat:min-value="-1.18522e-08" g-colstat:percentile03="-3.81973e-15" g-colstat:percentile97="4.57386e-15"><name>abs_hbeta_4862_flux</name><description>SLINEFIT Hbeta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.853213" g-colstat:max-value="3.30555e-08" g-colstat:median="1.09596e-16" g-colstat:min-value="2.30981e-34" g-colstat:percentile03="2.57688e-17" g-colstat:percentile97="4.58828e-14"><name>abs_hbeta_4862_errflux</name><description>Uncertainty on SLINEFIT Hbeta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.853213" g-colstat:max-value="5.34644e-14" g-colstat:median="7.58314e-17" g-colstat:min-value="0" g-colstat:percentile03="2.71996e-17" g-colstat:percentile97="2.04012e-15"><name>abs_hbeta_4862_fluxbkg</name><description>SLINEFIT Hbeta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.853213" g-colstat:max-value="17642.6" g-colstat:median="1.23375e-18" g-colstat:min-value="4.28605e-36" g-colstat:percentile03="4.47418e-19" g-colstat:percentile97="5.38259e-16"><name>abs_hbeta_4862_errfluxbkg</name><description>Uncertainty on SLINEFIT Hbeta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.851723" g-colstat:max-value="2.48165e+07" g-colstat:median="0.950628" g-colstat:min-value="-1.3993e+08" g-colstat:percentile03="-22.5088" g-colstat:percentile97="19.1708"><name>abs_hbeta_4862_ew</name><description>SLINEFIT Hbeta equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.851723" g-colstat:max-value="8.93656e+24" g-colstat:median="1.22786" g-colstat:min-value="0.0602022" g-colstat:percentile03="0.25249" g-colstat:percentile97="28.0498"><name>abs_hbeta_4862_errew</name><description>Uncertainty on SLINEFIT Hbeta equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.851204" g-colstat:max-value="0.0255247" g-colstat:median="1.7005e-16" g-colstat:min-value="-1.47606e-12" g-colstat:percentile03="-4.61554e-16" g-colstat:percentile97="6.49975e-15"><name>em_oiii_5007_1_flux</name><description>SLINEFIT OIII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.851204" g-colstat:max-value="0.0322786" g-colstat:median="4.93127e-17" g-colstat:min-value="2.18982e-34" g-colstat:percentile03="1.54192e-17" g-colstat:percentile97="2.26625e-14"><name>em_oiii_5007_1_errflux</name><description>Uncertainty on SLINEFIT OIII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.851204" g-colstat:max-value="5.81897e-14" g-colstat:median="7.73107e-17" g-colstat:min-value="0" g-colstat:percentile03="2.91006e-17" g-colstat:percentile97="2.11129e-15"><name>em_oiii_5007_1_fluxbkg</name><description>SLINEFIT OIII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.851204" g-colstat:max-value="58170.5" g-colstat:median="1.14267e-18" g-colstat:min-value="4.14606e-36" g-colstat:percentile03="4.24151e-19" g-colstat:percentile97="6.10789e-16"><name>em_oiii_5007_1_errfluxbkg</name><description>Uncertainty on SLINEFIT OIII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.849613" g-colstat:max-value="3.55369e+14" g-colstat:median="1.71713" g-colstat:min-value="-836664" g-colstat:percentile03="-4.08134" g-colstat:percentile97="27.1918"><name>em_oiii_5007_1_ew</name><description>SLINEFIT OIII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.849613" g-colstat:max-value="1.27741e+22" g-colstat:median="0.550915" g-colstat:min-value="0.0478389" g-colstat:percentile03="0.141972" g-colstat:percentile97="11.7625"><name>em_oiii_5007_1_errew</name><description>Uncertainty on SLINEFIT OIII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.851204" g-colstat:max-value="0.00765741" g-colstat:median="5.1015e-17" g-colstat:min-value="-4.42818e-13" g-colstat:percentile03="-1.38466e-16" g-colstat:percentile97="1.94993e-15"><name>em_oiii_5007_2_flux</name><description>SLINEFIT OIII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.851204" g-colstat:max-value="0.00968357" g-colstat:median="1.47938e-17" g-colstat:min-value="6.56945e-35" g-colstat:percentile03="4.62576e-18" g-colstat:percentile97="6.79874e-15"><name>em_oiii_5007_2_errflux</name><description>Uncertainty on SLINEFIT OIII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.851204" g-colstat:max-value="5.81897e-14" g-colstat:median="7.73107e-17" g-colstat:min-value="0" g-colstat:percentile03="2.91006e-17" g-colstat:percentile97="2.11129e-15"><name>em_oiii_5007_2_fluxbkg</name><description>SLINEFIT OIII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.851204" g-colstat:max-value="58170.5" g-colstat:median="1.14267e-18" g-colstat:min-value="4.14606e-36" g-colstat:percentile03="4.24151e-19" g-colstat:percentile97="6.10789e-16"><name>em_oiii_5007_2_errfluxbkg</name><description>Uncertainty on SLINEFIT OIII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.849613" g-colstat:max-value="1.06611e+14" g-colstat:median="0.515138" g-colstat:min-value="-250999" g-colstat:percentile03="-1.2244" g-colstat:percentile97="8.15754"><name>em_oiii_5007_2_ew</name><description>SLINEFIT OIII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.849613" g-colstat:max-value="3.83224e+21" g-colstat:median="0.165274" g-colstat:min-value="0.0143517" g-colstat:percentile03="0.0425917" g-colstat:percentile97="3.52876"><name>em_oiii_5007_2_errew</name><description>Uncertainty on SLINEFIT OIII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.84763" g-colstat:max-value="5.08062e-05" g-colstat:median="-5.79565e-17" g-colstat:min-value="-0.0165162" g-colstat:percentile03="-1.49791e-15" g-colstat:percentile97="1.27058e-15"><name>abs_mgi_5176_flux</name><description>SLINEFIT MgI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.84763" g-colstat:max-value="0.143024" g-colstat:median="5.60347e-17" g-colstat:min-value="1.86837e-34" g-colstat:percentile03="1.48537e-17" g-colstat:percentile97="2.31451e-14"><name>abs_mgi_5176_errflux</name><description>Uncertainty on SLINEFIT MgI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.84763" g-colstat:max-value="6.41421e-14" g-colstat:median="7.58106e-17" g-colstat:min-value="0" g-colstat:percentile03="2.88233e-17" g-colstat:percentile97="2.11584e-15"><name>abs_mgi_5176_fluxbkg</name><description>SLINEFIT MgI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.84763" g-colstat:max-value="36725.9" g-colstat:median="9.77094e-19" g-colstat:min-value="3.76644e-36" g-colstat:percentile03="3.85854e-19" g-colstat:percentile97="6.41705e-16"><name>abs_mgi_5176_errfluxbkg</name><description>Uncertainty on SLINEFIT MgI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.84629" g-colstat:max-value="1.80955e+12" g-colstat:median="-0.605981" g-colstat:min-value="-9.16797e+13" g-colstat:percentile03="-6.61238" g-colstat:percentile97="6.8028"><name>abs_mgi_5176_ew</name><description>SLINEFIT MgI equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.84629" g-colstat:max-value="2.40367e+26" g-colstat:median="0.625682" g-colstat:min-value="0.0359951" g-colstat:percentile03="0.141636" g-colstat:percentile97="12.4153"><name>abs_mgi_5176_errew</name><description>Uncertainty on SLINEFIT MgI equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.82729" g-colstat:max-value="0.247132" g-colstat:median="2.88982e-17" g-colstat:min-value="-0.000470463" g-colstat:percentile03="-6.18436e-16" g-colstat:percentile97="4.48493e-15"><name>abs_nad_5895_flux</name><description>SLINEFIT NaD measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.82729" g-colstat:max-value="0.433999" g-colstat:median="5.0835e-17" g-colstat:min-value="1.76395e-34" g-colstat:percentile03="1.4311e-17" g-colstat:percentile97="3.10306e-14"><name>abs_nad_5895_errflux</name><description>Uncertainty on SLINEFIT NaD measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.82729" g-colstat:max-value="1.00573e-13" g-colstat:median="8.2575e-17" g-colstat:min-value="0" g-colstat:percentile03="2.93849e-17" g-colstat:percentile97="2.25515e-15"><name>abs_nad_5895_fluxbkg</name><description>SLINEFIT NaD background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.82729" g-colstat:max-value="369429" g-colstat:median="8.1971e-19" g-colstat:min-value="4.33379e-36" g-colstat:percentile03="3.55112e-19" g-colstat:percentile97="6.2048e-16"><name>abs_nad_5895_errfluxbkg</name><description>Uncertainty on SLINEFIT NaD background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.82616" g-colstat:max-value="3.12516e+15" g-colstat:median="0.290741" g-colstat:min-value="-1.2047e+13" g-colstat:percentile03="-4.46827" g-colstat:percentile97="6.30649"><name>abs_nad_5895_ew</name><description>SLINEFIT NaD equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.82616" g-colstat:max-value="7.94539e+28" g-colstat:median="0.522833" g-colstat:min-value="0.0378748" g-colstat:percentile03="0.123326" g-colstat:percentile97="14.0179"><name>abs_nad_5895_errew</name><description>Uncertainty on SLINEFIT NaD equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.74877" g-colstat:max-value="0.138719" g-colstat:median="4.06265e-16" g-colstat:min-value="-0.113409" g-colstat:percentile03="-3.25132e-16" g-colstat:percentile97="1.14072e-14"><name>em_nii_6583_1_flux</name><description>SLINEFIT NII_1 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.74877" g-colstat:max-value="0.173136" g-colstat:median="4.89642e-17" g-colstat:min-value="3.19662e-34" g-colstat:percentile03="1.75137e-17" g-colstat:percentile97="3.76496e-14"><name>em_nii_6583_1_errflux</name><description>Uncertainty on SLINEFIT NII_1 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.748786" g-colstat:max-value="1.19979e-13" g-colstat:median="8.23177e-17" g-colstat:min-value="0" g-colstat:percentile03="2.65258e-17" g-colstat:percentile97="1.99871e-15"><name>em_nii_6583_1_fluxbkg</name><description>SLINEFIT NII_1 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.748786" g-colstat:max-value="53063.8" g-colstat:median="9.21147e-19" g-colstat:min-value="0" g-colstat:percentile03="3.85405e-19" g-colstat:percentile97="5.87542e-16"><name>em_nii_6583_1_errfluxbkg</name><description>Uncertainty on SLINEFIT NII_1 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.747673" g-colstat:max-value="2.61872e+15" g-colstat:median="4.48349" g-colstat:min-value="-1.92469e+15" g-colstat:percentile03="-2.66887" g-colstat:percentile97="21.8422"><name>em_nii_6583_1_ew</name><description>SLINEFIT NII_1 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.747673" g-colstat:max-value="9.31178e+22" g-colstat:median="0.524932" g-colstat:min-value="0" g-colstat:percentile03="0.164432" g-colstat:percentile97="24.7826"><name>em_nii_6583_1_errew</name><description>Uncertainty on SLINEFIT NII_1 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.74877" g-colstat:max-value="0.0416156" g-colstat:median="1.21044e-16" g-colstat:min-value="-0.0340228" g-colstat:percentile03="-4.01929e-16" g-colstat:percentile97="3.47785e-15"><name>em_nii_6583_2_flux</name><description>SLINEFIT NII_2 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.74877" g-colstat:max-value="0.0519408" g-colstat:median="1.55207e-17" g-colstat:min-value="9.58987e-35" g-colstat:percentile03="5.32136e-18" g-colstat:percentile97="1.13286e-14"><name>em_nii_6583_2_errflux</name><description>Uncertainty on SLINEFIT NII_2 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.748778" g-colstat:max-value="1.19979e-13" g-colstat:median="8.23524e-17" g-colstat:min-value="0" g-colstat:percentile03="2.65312e-17" g-colstat:percentile97="1.99968e-15"><name>em_nii_6583_2_fluxbkg</name><description>SLINEFIT NII_2 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.748778" g-colstat:max-value="53063.8" g-colstat:median="9.20002e-19" g-colstat:min-value="0" g-colstat:percentile03="3.85188e-19" g-colstat:percentile97="5.88739e-16"><name>em_nii_6583_2_errfluxbkg</name><description>Uncertainty on SLINEFIT NII_2 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.747665" g-colstat:max-value="7.85616e+14" g-colstat:median="1.34139" g-colstat:min-value="-5.77408e+14" g-colstat:percentile03="-2.39907" g-colstat:percentile97="7.13795"><name>em_nii_6583_2_ew</name><description>SLINEFIT NII_2 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.747665" g-colstat:max-value="2.79353e+22" g-colstat:median="0.170906" g-colstat:min-value="0" g-colstat:percentile03="0.0504983" g-colstat:percentile97="7.77754"><name>em_nii_6583_2_errew</name><description>Uncertainty on SLINEFIT NII_2 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.748385" g-colstat:max-value="0.0202425" g-colstat:median="2.97239e-17" g-colstat:min-value="-112.684" g-colstat:percentile03="-1.55516e-15" g-colstat:percentile97="2.2123e-15"><name>em_nii_6549_flux</name><description>SLINEFIT NII 6549 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.748385" g-colstat:max-value="647.141" g-colstat:median="6.48527e-17" g-colstat:min-value="1.09063e-34" g-colstat:percentile03="1.27718e-17" g-colstat:percentile97="4.02181e-14"><name>em_nii_6549_errflux</name><description>Uncertainty on SLINEFIT NII 6549 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.74841" g-colstat:max-value="1.19642e-13" g-colstat:median="8.24683e-17" g-colstat:min-value="0" g-colstat:percentile03="2.66442e-17" g-colstat:percentile97="2.01519e-15"><name>em_nii_6549_fluxbkg</name><description>SLINEFIT NII 6549 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.74841" g-colstat:max-value="54774.3" g-colstat:median="9.16267e-19" g-colstat:min-value="0" g-colstat:percentile03="3.85223e-19" g-colstat:percentile97="5.83119e-16"><name>em_nii_6549_errfluxbkg</name><description>Uncertainty on SLINEFIT NII 6549 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.747296" g-colstat:max-value="1.75613e+14" g-colstat:median="0.286869" g-colstat:min-value="-3.99076e+17" g-colstat:percentile03="-6.1524" g-colstat:percentile97="6.39253"><name>em_nii_6549_ew</name><description>SLINEFIT NII 6549 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.747296" g-colstat:max-value="3.79025e+22" g-colstat:median="0.69306" g-colstat:min-value="0" g-colstat:percentile03="0.103784" g-colstat:percentile97="25.6588"><name>em_nii_6549_errew</name><description>Uncertainty on SLINEFIT NII 6549 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.745522" g-colstat:max-value="11.5296" g-colstat:median="8.4829e-16" g-colstat:min-value="-11.598" g-colstat:percentile03="-1.17343e-15" g-colstat:percentile97="3.02298e-14"><name>em_halpha_flux</name><description>SLINEFIT Halpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.745522" g-colstat:max-value="8.89981" g-colstat:median="8.7597e-17" g-colstat:min-value="2.5384e-34" g-colstat:percentile03="2.04227e-17" g-colstat:percentile97="7.69224e-14"><name>em_halpha_errflux</name><description>Uncertainty on SLINEFIT Halpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.745547" g-colstat:max-value="1.19886e-13" g-colstat:median="8.24991e-17" g-colstat:min-value="0" g-colstat:percentile03="2.65924e-17" g-colstat:percentile97="2.00796e-15"><name>em_halpha_fluxbkg</name><description>SLINEFIT Halpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.745547" g-colstat:max-value="53063.8" g-colstat:median="9.17435e-19" g-colstat:min-value="0" g-colstat:percentile03="3.85371e-19" g-colstat:percentile97="5.85235e-16"><name>em_halpha_errfluxbkg</name><description>Uncertainty on SLINEFIT Halpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.744492" g-colstat:max-value="3.17828e+17" g-colstat:median="8.74091" g-colstat:min-value="-9.75583e+16" g-colstat:percentile03="-10.7736" g-colstat:percentile97="89.7852"><name>em_halpha_ew</name><description>SLINEFIT Halpha equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.744492" g-colstat:max-value="8.41274e+24" g-colstat:median="1.03674" g-colstat:min-value="0" g-colstat:percentile03="0.154719" g-colstat:percentile97="58.0768"><name>em_halpha_errew</name><description>Uncertainty on SLINEFIT Halpha equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.745246" g-colstat:max-value="0.000644456" g-colstat:median="7.24387e-17" g-colstat:min-value="-0.0334456" g-colstat:percentile03="-1.24067e-14" g-colstat:percentile97="7.72762e-15"><name>abs_halpha_6564_flux</name><description>SLINEFIT Halpha measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.745246" g-colstat:max-value="0.0353757" g-colstat:median="9.99502e-17" g-colstat:min-value="2.42613e-34" g-colstat:percentile03="2.45724e-17" g-colstat:percentile97="8.12497e-14"><name>abs_halpha_6564_errflux</name><description>Uncertainty on SLINEFIT Halpha measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.745304" g-colstat:max-value="1.19979e-13" g-colstat:median="8.24978e-17" g-colstat:min-value="0" g-colstat:percentile03="2.65778e-17" g-colstat:percentile97="2.00553e-15"><name>abs_halpha_6564_fluxbkg</name><description>SLINEFIT Halpha background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.745304" g-colstat:max-value="53063.8" g-colstat:median="9.1773e-19" g-colstat:min-value="0" g-colstat:percentile03="3.85349e-19" g-colstat:percentile97="5.86469e-16"><name>abs_halpha_6564_errfluxbkg</name><description>Uncertainty on SLINEFIT Halpha background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.744258" g-colstat:max-value="6.8102e+12" g-colstat:median="0.684708" g-colstat:min-value="-4.34758e+14" g-colstat:percentile03="-45.6604" g-colstat:percentile97="41.5417"><name>abs_halpha_6564_ew</name><description>SLINEFIT Halpha equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.744258" g-colstat:max-value="4.33599e+22" g-colstat:median="1.09693" g-colstat:min-value="0" g-colstat:percentile03="0.204469" g-colstat:percentile97="55.5273"><name>abs_halpha_6564_errew</name><description>Uncertainty on SLINEFIT Halpha equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.701085" g-colstat:max-value="0.0419703" g-colstat:median="2.46613e-16" g-colstat:min-value="-0.700977" g-colstat:percentile03="-8.87197e-16" g-colstat:percentile97="6.03223e-15"><name>em_sii_6718_flux</name><description>SLINEFIT SII 6718 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.701085" g-colstat:max-value="0.751369" g-colstat:median="5.0353e-17" g-colstat:min-value="2.76191e-34" g-colstat:percentile03="1.6963e-17" g-colstat:percentile97="3.79426e-14"><name>em_sii_6718_errflux</name><description>Uncertainty on SLINEFIT SII 6718 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.701093" g-colstat:max-value="1.23438e-13" g-colstat:median="8.45912e-17" g-colstat:min-value="0" g-colstat:percentile03="2.66429e-17" g-colstat:percentile97="1.96331e-15"><name>em_sii_6718_fluxbkg</name><description>SLINEFIT SII 6718 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.701093" g-colstat:max-value="60829.2" g-colstat:median="1.00271e-18" g-colstat:min-value="4.95029e-36" g-colstat:percentile03="4.15027e-19" g-colstat:percentile97="6.56341e-16"><name>em_sii_6718_errfluxbkg</name><description>Uncertainty on SLINEFIT SII 6718 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.699645" g-colstat:max-value="5.42425e+14" g-colstat:median="2.55663" g-colstat:min-value="-3.68688e+15" g-colstat:percentile03="-4.79252" g-colstat:percentile97="15.3967"><name>em_sii_6718_ew</name><description>SLINEFIT SII 6718 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.699645" g-colstat:max-value="1.64384e+23" g-colstat:median="0.533555" g-colstat:min-value="0.0348679" g-colstat:percentile03="0.145601" g-colstat:percentile97="23.0216"><name>em_sii_6718_errew</name><description>Uncertainty on SLINEFIT SII 6718 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.695058" g-colstat:max-value="0.33879" g-colstat:median="1.77574e-16" g-colstat:min-value="-0.294511" g-colstat:percentile03="-1.36268e-15" g-colstat:percentile97="3.9605e-15"><name>em_sii_6732_flux</name><description>SLINEFIT SII 6732 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.695058" g-colstat:max-value="1.46669" g-colstat:median="5.18099e-17" g-colstat:min-value="2.49875e-34" g-colstat:percentile03="1.68577e-17" g-colstat:percentile97="3.87844e-14"><name>em_sii_6732_errflux</name><description>Uncertainty on SLINEFIT SII 6732 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.695242" g-colstat:max-value="1.23545e-13" g-colstat:median="8.46942e-17" g-colstat:min-value="0" g-colstat:percentile03="2.66009e-17" g-colstat:percentile97="1.95212e-15"><name>em_sii_6732_fluxbkg</name><description>SLINEFIT SII 6732 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.695242" g-colstat:max-value="39235.5" g-colstat:median="1.05209e-18" g-colstat:min-value="0" g-colstat:percentile03="4.35241e-19" g-colstat:percentile97="6.7402e-16"><name>em_sii_6732_errfluxbkg</name><description>Uncertainty on SLINEFIT SII 6732 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.693736" g-colstat:max-value="2.66973e+15" g-colstat:median="1.79734" g-colstat:min-value="-3.60482e+15" g-colstat:percentile03="-6.29383" g-colstat:percentile97="12.1027"><name>em_sii_6732_ew</name><description>SLINEFIT SII 6732 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.693736" g-colstat:max-value="7.09434e+23" g-colstat:median="0.537644" g-colstat:min-value="0" g-colstat:percentile03="0.148422" g-colstat:percentile97="24.8668"><name>em_sii_6732_errew</name><description>Uncertainty on SLINEFIT SII 6732 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectrum_accref</name><description>Access key to the associated GAMA DR3 spectrum</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>aspic_muse_wide</name><title>ASPIC MUSE-Wide DR1</title><description> Photometry, spectral features, and physical parameters of MUSE-Wide
sources on GOODS-South field.</description><table><name>aspic_muse_wide.main</name><description>MUSE-Wide DR1 photometry, physical parameters, and spectral features.</description><nrows>831</nrows><column g-colstat:fillFactor="1" g-colstat:max-value="1.24048e+08" g-colstat:median="1.13006e+08" g-colstat:min-value="1.01001e+08" g-colstat:percentile03="1.01029e+08" g-colstat:percentile97="1.2402e+08"><name>id_muse</name><description>MUSE-Wide unique identifier</description><ucd>meta.id;meta.main</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="53.226" g-colstat:median="53.1081" g-colstat:min-value="53.051" g-colstat:percentile03="53.0623" g-colstat:percentile97="53.2156"><name>ra</name><description>Right Ascension (J2000)</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-27.7899" g-colstat:median="-27.8325" g-colstat:min-value="-27.8747" g-colstat:percentile03="-27.8643" g-colstat:percentile97="-27.7993"><name>dec</name><description>Declination (J2000)</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="5.99709" g-colstat:median="0.9539" g-colstat:min-value="0.0377493" g-colstat:percentile03="0.232184" g-colstat:percentile97="5.07618"><name>z</name><description>Redshift of the source</description><ucd>src.redshift</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.00291" g-colstat:median="0.000111557" g-colstat:min-value="8.24338e-07" g-colstat:percentile03="4.63716e-06" g-colstat:percentile97="0.000991"><name>z_err</name><description>Uncertainty on the determined redshift</description><ucd>stat.error;src.redshift</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.809868" g-colstat:max-value="33.594" g-colstat:median="25.463" g-colstat:min-value="20.672" g-colstat:percentile03="23.0904" g-colstat:percentile97="29.2146"><name>uctio</name><description>Blanco/CTIO U observed AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.809868" g-colstat:max-value="129.413" g-colstat:median="0.078" g-colstat:min-value="0.002" g-colstat:percentile03="0.011" g-colstat:percentile97="1.8972"><name>err_uctio</name><description>Mean error on U_CTIO</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.824308" g-colstat:max-value="36.16" g-colstat:median="25.399" g-colstat:min-value="20.637" g-colstat:percentile03="23.0456" g-colstat:percentile97="30.3306"><name>uvimos</name><description>VLT/VIMOS U observed AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.824308" g-colstat:max-value="25.149" g-colstat:median="0.031" g-colstat:min-value="0.002" g-colstat:percentile03="0.008" g-colstat:percentile97="1.83516"><name>err_uvimos</name><description>Mean error on U_VIMOS</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.890493" g-colstat:max-value="35.067" g-colstat:median="25.3655" g-colstat:min-value="20.162" g-colstat:percentile03="22.7634" g-colstat:percentile97="29.3568"><name>f435w</name><description>HST/ACS F435W observed AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.890493" g-colstat:max-value="169.698" g-colstat:median="0.0815" g-colstat:min-value="0.005" g-colstat:percentile03="0.01617" g-colstat:percentile97="1.49493"><name>err_f435w</name><description>Mean error on F435W</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.918171" g-colstat:max-value="31.795" g-colstat:median="24.96" g-colstat:min-value="19.08" g-colstat:percentile03="21.8011" g-colstat:percentile97="28.2893"><name>f606w</name><description>HST/ACS F606W observed AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.918171" g-colstat:max-value="6.541" g-colstat:median="0.036" g-colstat:min-value="0.001" g-colstat:percentile03="0.006" g-colstat:percentile97="0.35614"><name>err_f606w</name><description>Mean error on F606W</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="29.004" g-colstat:median="24.466" g-colstat:min-value="18.409" g-colstat:percentile03="21.0915" g-colstat:percentile97="27.8042"><name>f775w</name><description>HST/ACS F775W observed AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="1.702" g-colstat:median="0.043" g-colstat:min-value="0.001" g-colstat:percentile03="0.005" g-colstat:percentile97="0.36272"><name>err_f775w</name><description>Mean error on F775W</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="29.247" g-colstat:median="24.432" g-colstat:min-value="18.308" g-colstat:percentile03="21.0468" g-colstat:percentile97="27.7582"><name>f814w</name><description>HST/ACS F814W observed AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="1.259" g-colstat:median="0.029" g-colstat:min-value="0.001" g-colstat:percentile03="0.004" g-colstat:percentile97="0.24824"><name>err_f814w</name><description>Mean error on F814W</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="28.816" g-colstat:median="24.228" g-colstat:min-value="18.081" g-colstat:percentile03="20.8193" g-colstat:percentile97="27.5538"><name>f850lp</name><description>HST/ACS F850LP observed AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="0.991" g-colstat:median="0.041" g-colstat:min-value="0.001" g-colstat:percentile03="0.006" g-colstat:percentile97="0.38224"><name>err_f850lp</name><description>Mean error on F850LP</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.898917" g-colstat:max-value="30.61" g-colstat:median="24.121" g-colstat:min-value="17.084" g-colstat:percentile03="20.7909" g-colstat:percentile97="27.5679"><name>f105w</name><description>HST/WFC3 F105W observed AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.898917" g-colstat:max-value="3.67" g-colstat:median="0.023" g-colstat:min-value="0.001" g-colstat:percentile03="0.003" g-colstat:percentile97="0.25162"><name>err_f105w</name><description>Mean error on F105W</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="28.582" g-colstat:median="24.079" g-colstat:min-value="17.518" g-colstat:percentile03="20.5376" g-colstat:percentile97="27.4365"><name>f125w</name><description>HST/WFC3 F125W observed AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="0.435" g-colstat:median="0.018" g-colstat:min-value="0" g-colstat:percentile03="0.002" g-colstat:percentile97="0.18916"><name>err_f125w</name><description>Mean error on F125W</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="27.976" g-colstat:median="23.954" g-colstat:min-value="17.206" g-colstat:percentile03="20.1741" g-colstat:percentile97="27.3219"><name>f160w</name><description>HST/WFC3 F160W observed AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="0.311" g-colstat:median="0.02" g-colstat:min-value="0" g-colstat:percentile03="0.002" g-colstat:percentile97="0.19732"><name>err_f160w</name><description>Mean error on F160W</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.880866" g-colstat:max-value="31.783" g-colstat:median="23.8325" g-colstat:min-value="16.94" g-colstat:percentile03="19.671" g-colstat:percentile97="27.3199"><name>isaac_ks</name><description>VLT/ISAAC Ks observed AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.880866" g-colstat:max-value="82.496" g-colstat:median="0.0985" g-colstat:min-value="0" g-colstat:percentile03="0.004" g-colstat:percentile97="1.85437"><name>err_isaac_ks</name><description>Mean error on ISAAC_Ks</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="29.082" g-colstat:median="23.839" g-colstat:min-value="16.902" g-colstat:percentile03="19.687" g-colstat:percentile97="27.3025"><name>hawki_ks</name><description>VLT/HAWK-I Ks observed AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="1.83" g-colstat:median="0.025" g-colstat:min-value="0" g-colstat:percentile03="0.001" g-colstat:percentile97="0.38304"><name>err_hawki_ks</name><description>Mean error on HAWKI_Ks</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.88207" g-colstat:max-value="33.247" g-colstat:median="23.751" g-colstat:min-value="17.272" g-colstat:percentile03="19.6298" g-colstat:percentile97="27.1445"><name>irac1</name><description>Spitzer/IRAC 3.6um observed AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.3-4um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.88207" g-colstat:max-value="350.529" g-colstat:median="0.069" g-colstat:min-value="0" g-colstat:percentile03="0.001" g-colstat:percentile97="1.76368"><name>err_irac1</name><description>Mean error on IRAC1</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.3-4um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.884477" g-colstat:max-value="30.659" g-colstat:median="24.052" g-colstat:min-value="17.56" g-colstat:percentile03="19.9401" g-colstat:percentile97="27.4689"><name>irac2</name><description>Spitzer/IRAC 4.5um observed AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.4-8um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.884477" g-colstat:max-value="41.525" g-colstat:median="0.113" g-colstat:min-value="0" g-colstat:percentile03="0.00202" g-colstat:percentile97="2.66414"><name>err_irac2</name><description>Mean error on IRAC2</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.4-8um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.753309" g-colstat:max-value="30.687" g-colstat:median="23.831" g-colstat:min-value="17.611" g-colstat:percentile03="19.7545" g-colstat:percentile97="27.125"><name>irac3</name><description>Spitzer/IRAC 5.8um observed AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.4-8um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.753309" g-colstat:max-value="226.687" g-colstat:median="0.332" g-colstat:min-value="0.001" g-colstat:percentile03="0.00875" g-colstat:percentile97="6.384"><name>err_irac3</name><description>Mean error on IRAC3</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.4-8um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.746089" g-colstat:max-value="30.83" g-colstat:median="24.1315" g-colstat:min-value="15.734" g-colstat:percentile03="19.9215" g-colstat:percentile97="27.0194"><name>irac4</name><description>Spitzer/IRAC 8um observed AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.8-15um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.746089" g-colstat:max-value="204.573" g-colstat:median="0.4655" g-colstat:min-value="0" g-colstat:percentile03="0.00957" g-colstat:percentile97="7.62363"><name>err_irac4</name><description>Mean error on IRAC4</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.8-15um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00120337" g-colstat:max-value="2.36672e-17" g-colstat:median="2.36672e-17" g-colstat:min-value="2.36672e-17" g-colstat:percentile03="2.36672e-17" g-colstat:percentile97="2.36672e-17"><name>em_ovi_2_fluxmuse</name><description>MUSE OVI_2 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00120337" g-colstat:max-value="4.10983e-18" g-colstat:median="4.10983e-18" g-colstat:min-value="4.10983e-18" g-colstat:percentile03="4.10983e-18" g-colstat:percentile97="4.10983e-18"><name>em_ovi_2_errfluxmuse</name><description>Uncertainty on MUSE OVI_2 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00120337" g-colstat:max-value="12.8268" g-colstat:median="12.8268" g-colstat:min-value="12.8268" g-colstat:percentile03="12.8268" g-colstat:percentile97="12.8268"><name>em_ovi_2_snmuse</name><description>SNR of MUSE OVI_2 native measure in emission</description><ucd>stat.snr;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.285199" g-colstat:max-value="2.30415e-16" g-colstat:median="1.64075e-17" g-colstat:min-value="1.95852e-18" g-colstat:percentile03="5.33511e-18" g-colstat:percentile97="7.99689e-17"><name>em_lyalpha_fluxmuse</name><description>MUSE Lyman alpha native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.285199" g-colstat:max-value="8.15164e-18" g-colstat:median="3.09205e-18" g-colstat:min-value="1.44076e-18" g-colstat:percentile03="1.70767e-18" g-colstat:percentile97="6.6038e-18"><name>em_lyalpha_errfluxmuse</name><description>Uncertainty on MUSE Lyman alpha native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.285199" g-colstat:max-value="64.9939" g-colstat:median="11.0527" g-colstat:min-value="8.02742" g-colstat:percentile03="8.16744" g-colstat:percentile97="39.7815"><name>em_lyalpha_snmuse</name><description>SNR of MUSE Lyman alpha native measure in emission</description><ucd>stat.snr;phot.flux;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00361011" g-colstat:max-value="5.9661e-17" g-colstat:median="1.63906e-17" g-colstat:min-value="5.74201e-18" g-colstat:percentile03="6.38093e-18" g-colstat:percentile97="5.70648e-17"><name>em_civ_1548_fluxmuse</name><description>MUSE CIV native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00361011" g-colstat:max-value="5.05761e-18" g-colstat:median="2.82565e-18" g-colstat:min-value="1.84952e-18" g-colstat:percentile03="1.90809e-18" g-colstat:percentile97="4.9237e-18"><name>em_civ_1548_errfluxmuse</name><description>Uncertainty on MUSE CIV native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00361011" g-colstat:max-value="32.1172" g-colstat:median="11.299" g-colstat:min-value="9.20357" g-colstat:percentile03="9.32929" g-colstat:percentile97="30.8681"><name>em_civ_1548_snmuse</name><description>SNR of MUSE CIV native measure in emission</description><ucd>stat.snr;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00120337" g-colstat:max-value="1.27032e-17" g-colstat:median="1.27032e-17" g-colstat:min-value="1.27032e-17" g-colstat:percentile03="1.27032e-17" g-colstat:percentile97="1.27032e-17"><name>em_mgii_2799_fluxmuse</name><description>MUSE MgII native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00120337" g-colstat:max-value="3.15265e-18" g-colstat:median="3.15265e-18" g-colstat:min-value="3.15265e-18" g-colstat:percentile03="3.15265e-18" g-colstat:percentile97="3.15265e-18"><name>em_mgii_2799_errfluxmuse</name><description>Uncertainty on MUSE MgII native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00120337" g-colstat:max-value="9.28732" g-colstat:median="9.28732" g-colstat:min-value="9.28732" g-colstat:percentile03="9.28732" g-colstat:percentile97="9.28732"><name>em_mgii_2799_snmuse</name><description>SNR of MUSE MgII native measure in emission</description><ucd>stat.snr;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00120337" g-colstat:max-value="3.63515e-17" g-colstat:median="3.63515e-17" g-colstat:min-value="3.63515e-17" g-colstat:percentile03="3.63515e-17" g-colstat:percentile97="3.63515e-17"><name>em_nev_fluxmuse</name><description>MUSE NeV native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00120337" g-colstat:max-value="3.59027e-18" g-colstat:median="3.59027e-18" g-colstat:min-value="3.59027e-18" g-colstat:percentile03="3.59027e-18" g-colstat:percentile97="3.59027e-18"><name>em_nev_errfluxmuse</name><description>Uncertainty on MUSE NeV native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00120337" g-colstat:max-value="18.7464" g-colstat:median="18.7464" g-colstat:min-value="18.7464" g-colstat:percentile03="18.7464" g-colstat:percentile97="18.7464"><name>em_nev_snmuse</name><description>SNR of MUSE NeV native measure in emission</description><ucd>stat.snr;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.56799" g-colstat:max-value="5.61854e-16" g-colstat:median="2.83185e-17" g-colstat:min-value="2.67653e-18" g-colstat:percentile03="7.09171e-18" g-colstat:percentile97="1.98318e-16"><name>em_oii_fluxmuse</name><description>MUSE OII native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.56799" g-colstat:max-value="1.46507e-17" g-colstat:median="3.5875e-18" g-colstat:min-value="1.4733e-18" g-colstat:percentile03="1.99085e-18" g-colstat:percentile97="8.988e-18"><name>em_oii_errfluxmuse</name><description>Uncertainty on MUSE OII native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.56799" g-colstat:max-value="264.496" g-colstat:median="17.4016" g-colstat:min-value="8.00609" g-colstat:percentile03="8.18822" g-colstat:percentile97="88.6375"><name>em_oii_snmuse</name><description>SNR of MUSE OII native measure in emission</description><ucd>stat.snr;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0589651" g-colstat:max-value="8.88187e-17" g-colstat:median="1.3508e-17" g-colstat:min-value="3.36952e-18" g-colstat:percentile03="4.44249e-18" g-colstat:percentile97="5.92948e-17"><name>em_neiii_1_fluxmuse</name><description>MUSE NeIII_1 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0589651" g-colstat:max-value="9.89059e-18" g-colstat:median="2.60985e-18" g-colstat:min-value="1.59994e-18" g-colstat:percentile03="1.67823e-18" g-colstat:percentile97="7.77167e-18"><name>em_neiii_1_errfluxmuse</name><description>Uncertainty on MUSE NeIII_1 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0589651" g-colstat:max-value="72.5567" g-colstat:median="10.0855" g-colstat:min-value="8.05911" g-colstat:percentile03="8.10764" g-colstat:percentile97="19.7073"><name>em_neiii_1_snmuse</name><description>SNR of MUSE NeIII_1 native measure in emission</description><ucd>stat.snr;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00361011" g-colstat:max-value="1.03871e-17" g-colstat:median="5.72902e-18" g-colstat:min-value="5.40342e-18" g-colstat:percentile03="5.42296e-18" g-colstat:percentile97="1.01076e-17"><name>em_hzeta_fluxmuse</name><description>MUSE Hzeta native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00361011" g-colstat:max-value="2.57812e-18" g-colstat:median="2.30222e-18" g-colstat:min-value="1.7047e-18" g-colstat:percentile03="1.74055e-18" g-colstat:percentile97="2.56157e-18"><name>em_hzeta_errfluxmuse</name><description>Uncertainty on MUSE Hzeta native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00361011" g-colstat:max-value="10.7735" g-colstat:median="9.05975" g-colstat:min-value="8.70117" g-colstat:percentile03="8.72268" g-colstat:percentile97="10.6707"><name>em_hzeta_snmuse</name><description>SNR of MUSE Hzeta native measure in emission</description><ucd>stat.snr;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00361011" g-colstat:max-value="6.31692e-17" g-colstat:median="1.33441e-17" g-colstat:min-value="4.52718e-18" g-colstat:percentile03="5.0562e-18" g-colstat:percentile97="6.01797e-17"><name>em_neiii_2_fluxmuse</name><description>MUSE NeIII_2 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00361011" g-colstat:max-value="4.79207e-18" g-colstat:median="3.02005e-18" g-colstat:min-value="1.61747e-18" g-colstat:percentile03="1.70163e-18" g-colstat:percentile97="4.68575e-18"><name>em_neiii_2_errfluxmuse</name><description>Uncertainty on MUSE NeIII_2 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00361011" g-colstat:max-value="36.012" g-colstat:median="10.4826" g-colstat:min-value="8.27449" g-colstat:percentile03="8.40698" g-colstat:percentile97="34.4802"><name>em_neiii_2_snmuse</name><description>SNR of MUSE NeIII_2 native measure in emission</description><ucd>stat.snr;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00120337" g-colstat:max-value="1.26463e-17" g-colstat:median="1.26463e-17" g-colstat:min-value="1.26463e-17" g-colstat:percentile03="1.26463e-17" g-colstat:percentile97="1.26463e-17"><name>em_hepsilon_fluxmuse</name><description>MUSE Hepsilon native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00120337" g-colstat:max-value="2.06528e-18" g-colstat:median="2.06528e-18" g-colstat:min-value="2.06528e-18" g-colstat:percentile03="2.06528e-18" g-colstat:percentile97="2.06528e-18"><name>em_hepsilon_errfluxmuse</name><description>Uncertainty on MUSE Hepsilon native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00120337" g-colstat:max-value="12.1016" g-colstat:median="12.1016" g-colstat:min-value="12.1016" g-colstat:percentile03="12.1016" g-colstat:percentile97="12.1016"><name>em_hepsilon_snmuse</name><description>SNR of MUSE Hepsilon native measure in emission</description><ucd>stat.snr;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0216607" g-colstat:max-value="2.59055e-16" g-colstat:median="8.0346e-18" g-colstat:min-value="3.90786e-18" g-colstat:percentile03="4.52712e-18" g-colstat:percentile97="1.52258e-16"><name>em_hdelta_fluxmuse</name><description>MUSE Hdelta native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0216607" g-colstat:max-value="1.11291e-17" g-colstat:median="1.85697e-18" g-colstat:min-value="1.26088e-18" g-colstat:percentile03="1.33636e-18" g-colstat:percentile97="7.34462e-18"><name>em_hdelta_errfluxmuse</name><description>Uncertainty on MUSE Hdelta native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0216607" g-colstat:max-value="78.2402" g-colstat:median="10.5929" g-colstat:min-value="8.1229" g-colstat:percentile03="8.14447" g-colstat:percentile97="61.9588"><name>em_hdelta_snmuse</name><description>SNR of MUSE Hdelta native measure in emission</description><ucd>stat.snr;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0890493" g-colstat:max-value="1.35191e-16" g-colstat:median="1.2241e-17" g-colstat:min-value="8.43652e-19" g-colstat:percentile03="2.723e-18" g-colstat:percentile97="5.59899e-17"><name>em_hgamma_fluxmuse</name><description>MUSE Hgamma native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0890493" g-colstat:max-value="1.06771e-17" g-colstat:median="2.46533e-18" g-colstat:min-value="1.43807e-18" g-colstat:percentile03="1.51612e-18" g-colstat:percentile97="5.40776e-18"><name>em_hgamma_errfluxmuse</name><description>Uncertainty on MUSE Hgamma native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0890493" g-colstat:max-value="102.763" g-colstat:median="14.6346" g-colstat:min-value="8.10969" g-colstat:percentile03="8.27627" g-colstat:percentile97="37.9037"><name>em_hgamma_snmuse</name><description>SNR of MUSE Hgamma native measure in emission</description><ucd>stat.snr;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.220217" g-colstat:max-value="1.47606e-15" g-colstat:median="1.64414e-17" g-colstat:min-value="1.78223e-18" g-colstat:percentile03="4.30422e-18" g-colstat:percentile97="1.151e-16"><name>em_hbeta_fluxmuse</name><description>MUSE Hbeta native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.220217" g-colstat:max-value="1.88707e-17" g-colstat:median="2.77303e-18" g-colstat:min-value="1.39616e-18" g-colstat:percentile03="1.60539e-18" g-colstat:percentile97="8.25922e-18"><name>em_hbeta_errfluxmuse</name><description>UncIertainty on MUSE Hbeta native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.220217" g-colstat:max-value="263.329" g-colstat:median="15.9154" g-colstat:min-value="8.00874" g-colstat:percentile03="8.18126" g-colstat:percentile97="84.6856"><name>em_hbeta_snmuse</name><description>SNR of MUSE Hbeta native measure in emission</description><ucd>stat.snr;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.365824" g-colstat:max-value="1.14108e-15" g-colstat:median="2.20639e-17" g-colstat:min-value="3.27517e-18" g-colstat:percentile03="5.89799e-18" g-colstat:percentile97="1.62646e-16"><name>em_oiii_5007_1_fluxmuse</name><description>MUSE OIII_1 (main line) 5007 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.365824" g-colstat:max-value="1.57214e-17" g-colstat:median="3.37918e-18" g-colstat:min-value="1.53844e-18" g-colstat:percentile03="1.80985e-18" g-colstat:percentile97="8.88615e-18"><name>em_oiii_5007_1_errfluxmuse</name><description>Uncertainty on MUSE OIII_1 (main line) 5007 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.365824" g-colstat:max-value="1651.47" g-colstat:median="19.2281" g-colstat:min-value="8.00029" g-colstat:percentile03="8.42897" g-colstat:percentile97="175.696"><name>em_oiii_5007_1_snmuse</name><description>SNR of MUSE OIII_1 (main line) 5007 native measure in emission</description><ucd>stat.snr;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.162455" g-colstat:max-value="3.64195e-16" g-colstat:median="1.71393e-17" g-colstat:min-value="2.47267e-18" g-colstat:percentile03="4.01817e-18" g-colstat:percentile97="8.41372e-17"><name>em_oiii_5007_2_fluxmuse</name><description>MUSE OIII_2 (small line) 4958 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.162455" g-colstat:max-value="1.84099e-17" g-colstat:median="2.89795e-18" g-colstat:min-value="1.35715e-18" g-colstat:percentile03="1.57218e-18" g-colstat:percentile97="6.80791e-18"><name>em_oiii_5007_2_errfluxmuse</name><description>Uncertainty on MUSE OIII_2 (small line) 4958 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.162455" g-colstat:max-value="514.546" g-colstat:median="15.5699" g-colstat:min-value="8.03468" g-colstat:percentile03="8.10324" g-colstat:percentile97="78.4464"><name>em_oiii_5007_2_snmuse</name><description>SNR of MUSE OIII_2 (small line) 4958 native measure in emission</description><ucd>stat.snr;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00240674" g-colstat:max-value="3.62683e-17" g-colstat:median="2.4237e-17" g-colstat:min-value="1.22058e-17" g-colstat:percentile03="1.29277e-17" g-colstat:percentile97="3.55464e-17"><name>em_oiii_5007_3_fluxmuse</name><description>MUSE OIII_3 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00240674" g-colstat:max-value="5.22286e-18" g-colstat:median="4.18068e-18" g-colstat:min-value="3.1385e-18" g-colstat:percentile03="3.20103e-18" g-colstat:percentile97="5.16033e-18"><name>em_oiii_5007_3_errfluxmuse</name><description>Uncertainty on MUSE OIII_3 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00240674" g-colstat:max-value="13.9724" g-colstat:median="12.3215" g-colstat:min-value="10.6706" g-colstat:percentile03="10.7697" g-colstat:percentile97="13.8734"><name>em_oiii_5007_3_snmuse</name><description>SNR of MUSE OIII_3 native measure in emission</description><ucd>stat.snr;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00601685" g-colstat:max-value="1.80662e-16" g-colstat:median="1.83983e-17" g-colstat:min-value="2.89292e-18" g-colstat:percentile03="3.05241e-18" g-colstat:percentile97="1.61249e-16"><name>em_hei_fluxmuse</name><description>MUSE HeI native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00601685" g-colstat:max-value="6.21781e-18" g-colstat:median="2.56836e-18" g-colstat:min-value="1.38119e-18" g-colstat:percentile03="1.42183e-18" g-colstat:percentile97="5.90147e-18"><name>em_hei_errfluxmuse</name><description>Uncertainty on MUSE HeI native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00601685" g-colstat:max-value="61.9182" g-colstat:median="12.8926" g-colstat:min-value="8.27187" g-colstat:percentile03="8.54395" g-colstat:percentile97="56.2483"><name>em_hei_snmuse</name><description>SNR of MUSE HeI native measure in emission</description><ucd>stat.snr;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00361011" g-colstat:max-value="1.22878e-17" g-colstat:median="4.64282e-18" g-colstat:min-value="3.03942e-18" g-colstat:percentile03="3.13562e-18" g-colstat:percentile97="1.18291e-17"><name>em_oi_fluxmuse</name><description>MUSE OI native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00361011" g-colstat:max-value="5.18726e-18" g-colstat:median="2.45688e-18" g-colstat:min-value="1.54951e-18" g-colstat:percentile03="1.60395e-18" g-colstat:percentile97="5.02343e-18"><name>em_oi_errfluxmuse</name><description>Uncertainty on MUSE OI native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00361011" g-colstat:max-value="9.87786" g-colstat:median="9.55616" g-colstat:min-value="8.61051" g-colstat:percentile03="8.66725" g-colstat:percentile97="9.85856"><name>em_oi_snmuse</name><description>SNR of MUSE OI native measure in emission</description><ucd>stat.snr;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.087846" g-colstat:max-value="1.00431e-15" g-colstat:median="4.16746e-17" g-colstat:min-value="6.83099e-18" g-colstat:percentile03="9.55334e-18" g-colstat:percentile97="5.25413e-16"><name>em_halpha_fluxmuse</name><description>MUSE Halpha native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.087846" g-colstat:max-value="2.20828e-17" g-colstat:median="4.23434e-18" g-colstat:min-value="1.72935e-18" g-colstat:percentile03="1.82555e-18" g-colstat:percentile97="1.06927e-17"><name>em_halpha_errfluxmuse</name><description>Uncertainty on MUSE Halpha native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.087846" g-colstat:max-value="410.449" g-colstat:median="29.367" g-colstat:min-value="8.18532" g-colstat:percentile03="9.26988" g-colstat:percentile97="286.876"><name>em_halpha_snmuse</name><description>SNR of MUSE Halpha native measure in emission</description><ucd>stat.snr;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0361011" g-colstat:max-value="1.70049e-16" g-colstat:median="2.51355e-17" g-colstat:min-value="5.20181e-18" g-colstat:percentile03="6.73612e-18" g-colstat:percentile97="1.57371e-16"><name>em_sii_6718_fluxmuse</name><description>MUSE SII 6718 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0361011" g-colstat:max-value="1.03854e-17" g-colstat:median="4.44894e-18" g-colstat:min-value="1.37671e-18" g-colstat:percentile03="1.56029e-18" g-colstat:percentile97="9.72814e-18"><name>em_sii_6718_errfluxmuse</name><description>Uncertainty on MUSE SII 6718 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0361011" g-colstat:max-value="66.0128" g-colstat:median="14.1774" g-colstat:min-value="8.07516" g-colstat:percentile03="8.70452" g-colstat:percentile97="48.1312"><name>em_sii_6718_snmuse</name><description>SNR of MUSE SII 6718 native measure in emission</description><ucd>stat.snr;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0204573" g-colstat:max-value="9.55706e-17" g-colstat:median="2.25278e-17" g-colstat:min-value="8.82837e-18" g-colstat:percentile03="8.93245e-18" g-colstat:percentile97="7.34143e-17"><name>em_sii_6732_fluxmuse</name><description>MUSE SII 6732 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0204573" g-colstat:max-value="1.0254e-17" g-colstat:median="4.38805e-18" g-colstat:min-value="2.09233e-18" g-colstat:percentile03="2.24818e-18" g-colstat:percentile97="9.00067e-18"><name>em_sii_6732_errfluxmuse</name><description>Uncertainty on MUSE SII 6732 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0204573" g-colstat:max-value="33.6546" g-colstat:median="12.3591" g-colstat:min-value="8.01343" g-colstat:percentile03="8.40353" g-colstat:percentile97="30.7378"><name>em_sii_6732_snmuse</name><description>SNR of MUSE SII 6732 native measure in emission</description><ucd>stat.snr;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00481348" g-colstat:max-value="5.8956e-17" g-colstat:median="2.54912e-17" g-colstat:min-value="1.26535e-17" g-colstat:percentile03="1.33243e-17" g-colstat:percentile97="5.64288e-17"><name>em_neii_1_fluxmuse</name><description>MUSE NeII_1 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00481348" g-colstat:max-value="1.03469e-17" g-colstat:median="4.33912e-18" g-colstat:min-value="2.61041e-18" g-colstat:percentile03="2.64094e-18" g-colstat:percentile97="9.93125e-18"><name>em_neii_1_errfluxmuse</name><description>Uncertainty on MUSE NeII_1 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00481348" g-colstat:max-value="27.6125" g-colstat:median="24.4313" g-colstat:min-value="8.6188" g-colstat:percentile03="9.99875" g-colstat:percentile97="27.3694"><name>em_neii_1_snmuse</name><description>SNR of MUSE NeII_1 native measure in emission</description><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.022864" g-colstat:max-value="5.27831e-16" g-colstat:median="1.97469e-17" g-colstat:min-value="3.724e-18" g-colstat:percentile03="5.33799e-18" g-colstat:percentile97="3.98581e-16"><name>em_neii_2_fluxmuse</name><description>MUSE NeII_2 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.022864" g-colstat:max-value="1.579e-17" g-colstat:median="3.17826e-18" g-colstat:min-value="1.71504e-18" g-colstat:percentile03="1.7893e-18" g-colstat:percentile97="1.34299e-17"><name>em_neii_2_errfluxmuse</name><description>Uncertainty on MUSE NeII_2 native measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.022864" g-colstat:max-value="203.875" g-colstat:median="20.9491" g-colstat:min-value="9.54169" g-colstat:percentile03="10.068" g-colstat:percentile97="149.387"><name>em_neii_2_snmuse</name><description>SNR of MUSE NeIII_2 native measure in emission</description><ucd>stat.snr;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="2094.4" g-colstat:median="13.9841" g-colstat:min-value="1.52994" g-colstat:percentile03="3.54527" g-colstat:percentile97="341.957"><name>chi_best</name><description>Chi-square value for the best fit (LePhare)</description><ucd>stat.fit.chi2</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="16" g-colstat:median="16" g-colstat:min-value="15" g-colstat:percentile03="16" g-colstat:percentile97="16"><name>nband_used</name><description>Number of bands used for fitting (LePhare)</description><ucd>meta.number</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="2.99502e+11" g-colstat:median="6.61515e+08" g-colstat:min-value="597682" g-colstat:percentile03="2.6999e+07" g-colstat:percentile97="2.64855e+10"><name>mass_best</name><description>Stellar mass form the best fitting model (LePhare)</description><unit>solMass</unit><ucd>phys.mass;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.888087" g-colstat:max-value="1.64248e+11" g-colstat:median="4.79739e+08" g-colstat:min-value="1.00935e+07" g-colstat:percentile03="1.71321e+07" g-colstat:percentile97="2.12452e+10"><name>mass_inf</name><description>Stellar mass 16% lower value from the analysis (LePhare)</description><unit>solMass</unit><ucd>phys.mass;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.888087" g-colstat:max-value="1.77705e+11" g-colstat:median="6.38969e+08" g-colstat:min-value="1.02951e+07" g-colstat:percentile03="2.42588e+07" g-colstat:percentile97="2.34562e+10"><name>mass_med</name><description>Median stellar mass from the analysis (LePhare)</description><unit>solMass</unit><ucd>phys.mass;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.888087" g-colstat:max-value="1.92265e+11" g-colstat:median="8.8706e+08" g-colstat:min-value="1.05005e+07" g-colstat:percentile03="3.29565e+07" g-colstat:percentile97="2.58978e+10"><name>mass_sup</name><description>Stellar mass 16% higher value from the analysis (LePhare)</description><unit>solMass</unit><ucd>phys.mass;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="13520.7" g-colstat:median="1.80249" g-colstat:min-value="1.63832e-19" g-colstat:percentile03="0.0121122" g-colstat:percentile97="70.4514"><name>sfr_best</name><description>Star Formation Rate form the best fitting model (LePhare)</description><unit>solMass/yr</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.88929" g-colstat:max-value="1051.96" g-colstat:median="1.36379" g-colstat:min-value="5.4119e-06" g-colstat:percentile03="0.0137964" g-colstat:percentile97="33.49"><name>sfr_inf</name><description>Star Formation Rate 16% lower value from the analysis (LePhare)</description><unit>solMass/yr</unit><ucd>phys.SFR;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.88929" g-colstat:max-value="1235.55" g-colstat:median="1.86746" g-colstat:min-value="6.37133e-06" g-colstat:percentile03="0.0231416" g-colstat:percentile97="44.085"><name>sfr_med</name><description>Median Star Formation Rate from the analysis (LePhare)</description><unit>solMass/yr</unit><ucd>phys.SFR;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.88929" g-colstat:max-value="1462.99" g-colstat:median="2.75249" g-colstat:min-value="7.50084e-06" g-colstat:percentile03="0.0376039" g-colstat:percentile97="56.9359"><name>sfr_sup</name><description>Star Formation Rate 16% higher value from the analysis (LePhare)</description><unit>solMass/yr</unit><ucd>phys.SFR;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="4.59896e-08" g-colstat:median="1.90752e-09" g-colstat:min-value="3.5917e-30" g-colstat:percentile03="5.12979e-11" g-colstat:percentile97="4.56236e-08"><name>ssfr_best</name><description>Specific Star Formation Rate form the best fitting model (LePhare)</description><unit>yr**-1</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.88929" g-colstat:max-value="4.14515e-08" g-colstat:median="1.38874e-09" g-colstat:min-value="3.42452e-16" g-colstat:percentile03="8.4461e-11" g-colstat:percentile97="9.66631e-09"><name>ssfr_inf</name><description>Specific Star Formation Rate 16% lower value from the analysis (LePhare)</description><unit>yr**-1</unit><ucd>phys.SFR;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.88929" g-colstat:max-value="4.91349e-08" g-colstat:median="2.2784e-09" g-colstat:min-value="4.05789e-16" g-colstat:percentile03="9.9563e-11" g-colstat:percentile97="1.87263e-08"><name>ssfr_med</name><description>Median specific Star Formation Rate from the analysis (LePhare)</description><unit>yr**-1</unit><ucd>phys.SFR;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.88929" g-colstat:max-value="5.82438e-08" g-colstat:median="3.85674e-09" g-colstat:min-value="4.80729e-16" g-colstat:percentile03="1.16948e-10" g-colstat:percentile97="3.07363e-08"><name>ssfr_sup</name><description>Specific Star Formation Rate 16% higher value from the analysis (LePhare)</description><unit>yr**-1</unit><ucd>phys.SFR;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="-11.231" g-colstat:median="-18.773" g-colstat:min-value="-26.186" g-colstat:percentile03="-21.3771" g-colstat:percentile97="-15.0218"><name>mag_abs_uctio</name><description>Blanco/CTIO U absolute AB magnitude (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.U;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="-11.322" g-colstat:median="-18.819" g-colstat:min-value="-26.231" g-colstat:percentile03="-21.4322" g-colstat:percentile97="-15.0871"><name>mag_abs_uvimos</name><description>VLT/VIMOS U absolute AB magnitude (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.U;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="-11.816" g-colstat:median="-19.22" g-colstat:min-value="-26.493" g-colstat:percentile03="-21.8534" g-colstat:percentile97="-15.5389"><name>mag_abs_f435w</name><description>HST/ACS F435W absolute AB magnitude (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.B;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="-11.995" g-colstat:median="-19.393" g-colstat:min-value="-26.757" g-colstat:percentile03="-22.1988" g-colstat:percentile97="-15.7376"><name>mag_abs_f606w</name><description>HST/ACS F606W absolute AB magnitude (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.R;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="-12.107" g-colstat:median="-19.525" g-colstat:min-value="-26.905" g-colstat:percentile03="-22.4397" g-colstat:percentile97="-15.6504"><name>mag_abs_f775w</name><description>HST/ACS F775W absolute AB magnitude (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="-12.128" g-colstat:median="-19.521" g-colstat:min-value="-26.952" g-colstat:percentile03="-22.492" g-colstat:percentile97="-15.7257"><name>mag_abs_f814w</name><description>HST/ACS F814W absolute AB magnitude (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="-12.168" g-colstat:median="-19.566" g-colstat:min-value="-27.075" g-colstat:percentile03="-22.621" g-colstat:percentile97="-15.7518"><name>mag_abs_f850lp</name><description>HST/ACS F850LP absolute AB magnitude (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="-12.141" g-colstat:median="-19.618" g-colstat:min-value="-26.622" g-colstat:percentile03="-22.8245" g-colstat:percentile97="-15.7878"><name>mag_abs_f105w</name><description>HST/WFC3 F105W absolute AB magnitude (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.H;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="-12.147" g-colstat:median="-19.675" g-colstat:min-value="-26.247" g-colstat:percentile03="-23.0456" g-colstat:percentile97="-15.8587"><name>mag_abs_f125w</name><description>HST/WFC3 F125W absolute AB magnitude (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.H;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="-12.207" g-colstat:median="-19.763" g-colstat:min-value="-25.875" g-colstat:percentile03="-23.2856" g-colstat:percentile97="-15.891"><name>mag_abs_f160w</name><description>HST/WFC3 F160W absolute AB magnitude (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.H;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="-11.484" g-colstat:median="-19.553" g-colstat:min-value="-25.615" g-colstat:percentile03="-23.1368" g-colstat:percentile97="-15.6665"><name>mag_abs_isaac_ks</name><description>VLT/ISAAC Ks absolute AB magnitude (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.K;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="-11.498" g-colstat:median="-19.561" g-colstat:min-value="-25.623" g-colstat:percentile03="-23.1503" g-colstat:percentile97="-15.6822"><name>mag_abs_hawki_ks</name><description>VLT/HAWK-I Ks observed AB magnitude (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.K;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="-11.322" g-colstat:median="-18.865" g-colstat:min-value="-24.893" g-colstat:percentile03="-22.7864" g-colstat:percentile97="-15.1161"><name>mag_abs_irac1</name><description>Spitzer/IRAC 3.6um absolute AB magnitude (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.3-4um;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="-10.833" g-colstat:median="-18.517" g-colstat:min-value="-24.375" g-colstat:percentile03="-22.4605" g-colstat:percentile97="-14.7313"><name>mag_abs_irac2</name><description>Spitzer/IRAC 4.5um absolute AB magnitude (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.4-8um;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="-10.385" g-colstat:median="-18.084" g-colstat:min-value="-23.923" g-colstat:percentile03="-22.1436" g-colstat:percentile97="-14.1415"><name>mag_abs_irac3</name><description>Spitzer/IRAC 5.8um absolute AB magnitude (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.4-8um;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="-9.839" g-colstat:median="-17.532" g-colstat:min-value="-23.372" g-colstat:percentile03="-21.6006" g-colstat:percentile97="-13.7516"><name>mag_abs_irac4</name><description>Spitzer/IRAC 8um absolute AB magnitude (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.8-15um;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="467.372" g-colstat:median="3.50298" g-colstat:min-value="0.00105001" g-colstat:percentile03="0.0427617" g-colstat:percentile97="77.5835"><name>sfr</name><description>Star Formation Rate (CIGALE)</description><unit>solMass/yr</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="461.344" g-colstat:median="1.1311" g-colstat:min-value="0.000285508" g-colstat:percentile03="0.0150064" g-colstat:percentile97="22.4387"><name>sfr_err</name><description>Uncertainty on the Star Formation Rate (CIGALE)</description><unit>solMass/yr</unit><ucd>stat.error;phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="1.05659e+12" g-colstat:median="1.29001e+09" g-colstat:min-value="1.72594e+06" g-colstat:percentile03="5.36127e+07" g-colstat:percentile97="4.90407e+10"><name>mstar</name><description>Total stellar mass (CIGALE)</description><unit>solMass</unit><ucd>phys.mass;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.920578" g-colstat:max-value="5.28293e+10" g-colstat:median="3.06806e+08" g-colstat:min-value="87167.6" g-colstat:percentile03="6.33093e+06" g-colstat:percentile97="7.61335e+09"><name>mstar_err</name><description>Uncertainty on the total stellar mass (CIGALE)</description><unit>solMass</unit><ucd>stat.error;phys.mass;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.286402" g-colstat:max-value="2.56633e-16" g-colstat:median="2.67856e-17" g-colstat:min-value="7.08448e-18" g-colstat:percentile03="9.82174e-18" g-colstat:percentile97="9.20207e-17"><name>em_lyalpha_flux</name><description>SLINEFIT Lyman alpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.286402" g-colstat:max-value="6.03784e-18" g-colstat:median="2.24763e-18" g-colstat:min-value="8.91968e-19" g-colstat:percentile03="1.08588e-18" g-colstat:percentile97="4.36506e-18"><name>em_lyalpha_errflux</name><description>Uncertainty on SLINEFIT Lyman alpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.286402" g-colstat:max-value="1.15553e-18" g-colstat:median="8.16663e-20" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="6.98369e-19"><name>em_lyalpha_fluxbkg</name><description>SLINEFIT Lyman alpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Lyalpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.286402" g-colstat:max-value="2.58501e-19" g-colstat:median="9.49915e-20" g-colstat:min-value="3.753e-20" g-colstat:percentile03="4.68114e-20" g-colstat:percentile97="2.02636e-19"><name>em_lyalpha_errfluxbkg</name><description>Uncertainty on SLINEFIT Lyman alpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Lyalpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.286402" g-colstat:median="72.3867" g-colstat:min-value="2.13694" g-colstat:percentile03="8.97256" g-colstat:percentile97="nan"><name>em_lyalpha_ew</name><description>SLINEFIT Lyman alpha equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.286402" g-colstat:median="69.0255" g-colstat:min-value="0.427007" g-colstat:percentile03="1.93211" g-colstat:percentile97="nan"><name>em_lyalpha_errew</name><description>Uncertainty on SLINEFIT Lyman alpha equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.286402" g-colstat:max-value="225" g-colstat:median="18.75" g-colstat:min-value="-100" g-colstat:percentile03="-40" g-colstat:percentile97="93.1434"><name>em_lyalpha_shift</name><description>SLINEFIT Lyman alpha velocity shift in emission</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.255114" g-colstat:max-value="1.25401e-16" g-colstat:median="1.85686e-18" g-colstat:min-value="-2.35655e-15" g-colstat:percentile03="-9.2549e-18" g-colstat:percentile97="1.74318e-17"><name>em_civ_1548_flux</name><description>SLINEFIT CIV measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.255114" g-colstat:max-value="1.55505e-15" g-colstat:median="2.64031e-18" g-colstat:min-value="7.98756e-19" g-colstat:percentile03="9.93202e-19" g-colstat:percentile97="6.46713e-18"><name>em_civ_1548_errflux</name><description>Uncertainty on SLINEFIT CIV measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.255114" g-colstat:max-value="1.24757e-18" g-colstat:median="7.05554e-20" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="7.93847e-19"><name>em_civ_1548_fluxbkg</name><description>SLINEFIT CIV background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.255114" g-colstat:max-value="1.49029e-19" g-colstat:median="5.50688e-20" g-colstat:min-value="2.64563e-20" g-colstat:percentile03="3.03265e-20" g-colstat:percentile97="1.0166e-19"><name>em_civ_1548_errfluxbkg</name><description>Uncertainty on SLINEFIT CIV background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.255114" g-colstat:median="3.30029" g-colstat:percentile03="nan" g-colstat:percentile97="nan"><name>em_civ_1548_ew</name><description>SLINEFIT CIV equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.255114" g-colstat:median="17.012" g-colstat:min-value="0.305879" g-colstat:percentile03="0.662852" g-colstat:percentile97="nan"><name>em_civ_1548_errew</name><description>Uncertainty on SLINEFIT CIV equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.255114" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-13.4" g-colstat:percentile97="220.4"><name>em_civ_1548_shift</name><description>SLINEFIT CIV velocity shift in emission</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.144404" g-colstat:max-value="3.0992e-17" g-colstat:median="2.20992e-18" g-colstat:min-value="-1.40067e-17" g-colstat:percentile03="-1.21557e-17" g-colstat:percentile97="2.03746e-17"><name>em_ciii_1908_flux</name><description>SLINEFIT CIII measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.144404" g-colstat:max-value="2.30708e-17" g-colstat:median="3.66291e-18" g-colstat:min-value="9.51585e-19" g-colstat:percentile03="1.19765e-18" g-colstat:percentile97="6.90772e-18"><name>em_ciii_1908_errflux</name><description>Uncertainty on SLINEFIT CIII measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.144404" g-colstat:max-value="1.69934e-18" g-colstat:median="9.13549e-20" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="9.43375e-19"><name>em_ciii_1908_fluxbkg</name><description>SLINEFIT CIII background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.144404" g-colstat:max-value="1.91925e-19" g-colstat:median="6.81039e-20" g-colstat:min-value="3.33416e-20" g-colstat:percentile03="4.07783e-20" g-colstat:percentile97="1.12872e-19"><name>em_ciii_1908_errfluxbkg</name><description>Uncertainty on SLINEFIT CIII background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.144404" g-colstat:median="4.572" g-colstat:percentile03="nan" g-colstat:percentile97="nan"><name>em_ciii_1908_ew</name><description>SLINEFIT CIII equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.144404" g-colstat:median="16.9747" g-colstat:min-value="0.386645" g-colstat:percentile03="0.792466" g-colstat:percentile97="nan"><name>em_ciii_1908_errew</name><description>Uncertainty on SLINEFIT CIII equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.144404" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-207.413" g-colstat:percentile97="113.437"><name>em_ciii_1908_shift</name><description>SLINEFIT CIII velocity shift in emission</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.166065" g-colstat:max-value="2.5249e-17" g-colstat:median="-2.74817e-18" g-colstat:min-value="-4.24274e-17" g-colstat:percentile03="-2.31301e-17" g-colstat:percentile97="9.96329e-18"><name>abs_feii_2344_flux</name><description>SLINEFIT FeII 2344 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.166065" g-colstat:max-value="1.57624e-17" g-colstat:median="3.30008e-18" g-colstat:min-value="1.12071e-18" g-colstat:percentile03="1.59169e-18" g-colstat:percentile97="8.27187e-18"><name>abs_feii_2344_errflux</name><description>Uncertainty on SLINEFIT FeII 2344 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.166065" g-colstat:max-value="5.87624e-18" g-colstat:median="6.05202e-19" g-colstat:min-value="0" g-colstat:percentile03="2.60117e-20" g-colstat:percentile97="2.24397e-18"><name>abs_feii_2344_fluxbkg</name><description>SLINEFIT FeII 2344 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.166065" g-colstat:max-value="2.13043e-19" g-colstat:median="9.53748e-20" g-colstat:min-value="4.85133e-20" g-colstat:percentile03="6.00201e-20" g-colstat:percentile97="1.67196e-19"><name>abs_feii_2344_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2344 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.166065" g-colstat:median="-1.50906" g-colstat:percentile03="-43.7213" g-colstat:percentile97="23.4778"><name>abs_feii_2344_ew</name><description>SLINEFIT FeII 2344 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.166065" g-colstat:median="2.53567" g-colstat:min-value="0.398972" g-colstat:percentile03="0.578514" g-colstat:percentile97="151.685"><name>abs_feii_2344_errew</name><description>Uncertainty on SLINEFIT FeII 2344 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.166065" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-260" g-colstat:percentile03="-37.8" g-colstat:percentile97="95.6"><name>abs_feii_2344_shift</name><description>SLINEFIT FeII 2344 velocity shift in absorption</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.184116" g-colstat:max-value="8.03333e-16" g-colstat:median="-1.6772e-18" g-colstat:min-value="-1.86774e-13" g-colstat:percentile03="-1.59986e-17" g-colstat:percentile97="8.07498e-18"><name>abs_feii_2380_1_flux</name><description>SLINEFIT FeII 2380_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.184116" g-colstat:max-value="1.0572e-12" g-colstat:median="2.66604e-18" g-colstat:min-value="8.60663e-19" g-colstat:percentile03="9.75186e-19" g-colstat:percentile97="5.27849e-18"><name>abs_feii_2380_1_errflux</name><description>Uncertainty on SLINEFIT FeII 2380_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.184116" g-colstat:max-value="5.96974e-18" g-colstat:median="6.58384e-19" g-colstat:min-value="0" g-colstat:percentile03="5.50281e-20" g-colstat:percentile97="2.33423e-18"><name>abs_feii_2380_1_fluxbkg</name><description>SLINEFIT FeII 2380_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.184116" g-colstat:max-value="2.6455e-19" g-colstat:median="9.19459e-20" g-colstat:min-value="5.10947e-20" g-colstat:percentile03="5.33782e-20" g-colstat:percentile97="1.7088e-19"><name>abs_feii_2380_1_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2380_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.184116" g-colstat:median="-1.38321" g-colstat:percentile03="-25.8054" g-colstat:percentile97="11.2931"><name>abs_feii_2380_1_ew</name><description>SLINEFIT FeII 2380_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.184116" g-colstat:median="1.84568" g-colstat:min-value="0.220119" g-colstat:percentile03="0.429791" g-colstat:percentile97="158.563"><name>abs_feii_2380_1_errew</name><description>Uncertainty on SLINEFIT FeII 2380_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.184116" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-124" g-colstat:percentile97="80"><name>abs_feii_2380_1_shift</name><description>SLINEFIT FeII 2380_1 velocity shift in absorption</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.184116" g-colstat:max-value="8.03333e-16" g-colstat:median="-1.6772e-18" g-colstat:min-value="-1.86774e-13" g-colstat:percentile03="-1.59986e-17" g-colstat:percentile97="8.07498e-18"><name>abs_feii_2380_2_flux</name><description>SLINEFIT FeII 2380_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.184116" g-colstat:max-value="1.0572e-12" g-colstat:median="2.66604e-18" g-colstat:min-value="8.60663e-19" g-colstat:percentile03="9.75186e-19" g-colstat:percentile97="5.27849e-18"><name>abs_feii_2380_2_errflux</name><description>Uncertainty on SLINEFIT FeII 2380_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.184116" g-colstat:max-value="5.96974e-18" g-colstat:median="6.58384e-19" g-colstat:min-value="0" g-colstat:percentile03="5.50281e-20" g-colstat:percentile97="2.33423e-18"><name>abs_feii_2380_2_fluxbkg</name><description>SLINEFIT FeII 2380_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.184116" g-colstat:max-value="2.6455e-19" g-colstat:median="9.19459e-20" g-colstat:min-value="5.10947e-20" g-colstat:percentile03="5.33782e-20" g-colstat:percentile97="1.7088e-19"><name>abs_feii_2380_2_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2380_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.184116" g-colstat:median="-1.38321" g-colstat:percentile03="-25.8054" g-colstat:percentile97="11.2931"><name>abs_feii_2380_2_ew</name><description>SLINEFIT FeII 2380_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.184116" g-colstat:median="1.84568" g-colstat:min-value="0.220119" g-colstat:percentile03="0.429791" g-colstat:percentile97="158.563"><name>abs_feii_2380_2_errew</name><description>Uncertainty on SLINEFIT FeII 2380_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.184116" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-124" g-colstat:percentile97="80"><name>abs_feii_2380_2_shift</name><description>SLINEFIT FeII 2380_2 velocity shift in absorption</description><unit>km.s**-1</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.262335" g-colstat:max-value="3.59743e-17" g-colstat:median="-3.2573e-18" g-colstat:min-value="-2.95359e-17" g-colstat:percentile03="-1.65204e-17" g-colstat:percentile97="8.87366e-18"><name>abs_feii_2600_1_flux</name><description>SLINEFIT FeII 2600_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.262335" g-colstat:max-value="1.77236e-17" g-colstat:median="2.25785e-18" g-colstat:min-value="7.25651e-19" g-colstat:percentile03="9.55531e-19" g-colstat:percentile97="6.01996e-18"><name>abs_feii_2600_1_errflux</name><description>Uncertainty on SLINEFIT FeII 2600_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.262335" g-colstat:max-value="6.1807e-18" g-colstat:median="5.69288e-19" g-colstat:min-value="0" g-colstat:percentile03="9.47996e-22" g-colstat:percentile97="2.97849e-18"><name>abs_feii_2600_1_fluxbkg</name><description>SLINEFIT FeII 2600_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.262335" g-colstat:max-value="3.09101e-19" g-colstat:median="8.40385e-20" g-colstat:min-value="3.60591e-20" g-colstat:percentile03="4.43597e-20" g-colstat:percentile97="1.85576e-19"><name>abs_feii_2600_1_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2600_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.262335" g-colstat:median="-2.5465" g-colstat:percentile03="-344.428" g-colstat:percentile97="30.2708"><name>abs_feii_2600_1_ew</name><description>SLINEFIT FeII 2600_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.262335" g-colstat:median="2.14291" g-colstat:min-value="0.0648025" g-colstat:percentile03="0.365898" g-colstat:percentile97="inf"><name>abs_feii_2600_1_errew</name><description>Uncertainty on SLINEFIT FeII 2600_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.262335" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-120" g-colstat:percentile97="249"><name>abs_feii_2600_1_shift</name><description>SLINEFIT FeII 2600_1 velocity shift in absorption</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.262335" g-colstat:max-value="3.59743e-17" g-colstat:median="-3.2573e-18" g-colstat:min-value="-2.95359e-17" g-colstat:percentile03="-1.65204e-17" g-colstat:percentile97="8.87366e-18"><name>abs_feii_2600_2_flux</name><description>SLINEFIT FeII 2600_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.262335" g-colstat:max-value="1.77236e-17" g-colstat:median="2.25785e-18" g-colstat:min-value="7.25651e-19" g-colstat:percentile03="9.55531e-19" g-colstat:percentile97="6.01996e-18"><name>abs_feii_2600_2_errflux</name><description>Uncertainty on SLINEFIT FeII 2600_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.262335" g-colstat:max-value="6.1807e-18" g-colstat:median="5.69288e-19" g-colstat:min-value="0" g-colstat:percentile03="9.47996e-22" g-colstat:percentile97="2.97849e-18"><name>abs_feii_2600_2_fluxbkg</name><description>SLINEFIT FeII 2600_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.262335" g-colstat:max-value="3.09101e-19" g-colstat:median="8.40385e-20" g-colstat:min-value="3.60591e-20" g-colstat:percentile03="4.43597e-20" g-colstat:percentile97="1.85576e-19"><name>abs_feii_2600_2_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2600_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.262335" g-colstat:median="-2.5465" g-colstat:percentile03="-344.428" g-colstat:percentile97="30.2708"><name>abs_feii_2600_2_ew</name><description>SLINEFIT FeII 2600_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.262335" g-colstat:median="2.14291" g-colstat:min-value="0.0648025" g-colstat:percentile03="0.365898" g-colstat:percentile97="inf"><name>abs_feii_2600_2_errew</name><description>Uncertainty on SLINEFIT FeII 2600_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.262335" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-120" g-colstat:percentile97="249"><name>abs_feii_2600_2_shift</name><description>SLINEFIT FeII 2600_2 velocity shift in absorption</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:max-value="3.10813e-16" g-colstat:median="3.11933e-18" g-colstat:min-value="-1.50838e-16" g-colstat:percentile03="-3.88228e-17" g-colstat:percentile97="3.90288e-17"><name>abs_mgii_2797_flux</name><description>SLINEFIT MgII 2797 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:max-value="9.78356e-17" g-colstat:median="5.46694e-18" g-colstat:min-value="1.01462e-18" g-colstat:percentile03="1.31747e-18" g-colstat:percentile97="2.50158e-17"><name>abs_mgii_2797_errflux</name><description>Uncertainty on SLINEFIT MgII 2797 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:max-value="6.24275e-18" g-colstat:median="5.25206e-19" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="3.19591e-18"><name>abs_mgii_2797_fluxbkg</name><description>SLINEFIT MgII 2797 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:max-value="2.57448e-19" g-colstat:median="8.48517e-20" g-colstat:min-value="3.18612e-20" g-colstat:percentile03="3.82601e-20" g-colstat:percentile97="1.51415e-19"><name>abs_mgii_2797_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2797 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:median="2.42298" g-colstat:percentile03="-97.6989" g-colstat:percentile97="892.215"><name>abs_mgii_2797_ew</name><description>SLINEFIT MgII 2797 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:median="5.61507" g-colstat:min-value="0.316398" g-colstat:percentile03="0.647899" g-colstat:percentile97="nan"><name>abs_mgii_2797_errew</name><description>Uncertainty on SLINEFIT MgII 2797 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:max-value="280" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-75.2" g-colstat:percentile97="60"><name>abs_mgii_2797_shift</name><description>SLINEFIT MgII 2797 velocity shift in absorption</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:max-value="1.27535e-16" g-colstat:median="-2.48688e-18" g-colstat:min-value="-2.9368e-16" g-colstat:percentile03="-5.68318e-17" g-colstat:percentile97="4.68282e-17"><name>em_mgii_2799_flux</name><description>SLINEFIT MgII 2799 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:max-value="6.71401e-17" g-colstat:median="6.47993e-18" g-colstat:min-value="1.03939e-18" g-colstat:percentile03="1.31037e-18" g-colstat:percentile97="3.11837e-17"><name>em_mgii_2799_errflux</name><description>Uncertainty on SLINEFIT MgII 2799 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:max-value="6.24419e-18" g-colstat:median="5.23584e-19" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="3.19117e-18"><name>em_mgii_2799_fluxbkg</name><description>SLINEFIT MgII 2799 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:max-value="2.50272e-19" g-colstat:median="8.42656e-20" g-colstat:min-value="3.17727e-20" g-colstat:percentile03="3.83439e-20" g-colstat:percentile97="1.51053e-19"><name>em_mgii_2799_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2799 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:median="-2.11212" g-colstat:percentile03="-890.394" g-colstat:percentile97="114.166"><name>em_mgii_2799_ew</name><description>SLINEFIT MgII 2799 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:median="6.31747" g-colstat:min-value="0.298283" g-colstat:percentile03="0.660299" g-colstat:percentile97="nan"><name>em_mgii_2799_errew</name><description>Uncertainty on SLINEFIT MgII 2799 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-220" g-colstat:percentile03="-55.2" g-colstat:percentile97="60"><name>em_mgii_2799_shift</name><description>SLINEFIT MgII 2799 velocity shift in emission</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:max-value="5.12819e-17" g-colstat:median="1.30737e-18" g-colstat:min-value="-5.4015e-17" g-colstat:percentile03="-1.57286e-17" g-colstat:percentile97="2.89803e-17"><name>abs_mgii_2804_flux</name><description>SLINEFIT MgII 2804 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:max-value="1.60568e-17" g-colstat:median="3.85636e-18" g-colstat:min-value="9.91883e-19" g-colstat:percentile03="1.24123e-18" g-colstat:percentile97="1.14065e-17"><name>abs_mgii_2804_errflux</name><description>Uncertainty on SLINEFIT MgII 2804 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:max-value="6.24129e-18" g-colstat:median="5.19208e-19" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="3.17769e-18"><name>abs_mgii_2804_fluxbkg</name><description>SLINEFIT MgII 2804 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:max-value="2.34866e-19" g-colstat:median="8.40942e-20" g-colstat:min-value="3.12136e-20" g-colstat:percentile03="3.8079e-20" g-colstat:percentile97="1.50363e-19"><name>abs_mgii_2804_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2804 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:median="1.02819" g-colstat:percentile03="-38.4752" g-colstat:percentile97="nan"><name>abs_mgii_2804_ew</name><description>SLINEFIT MgII 2804 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:median="3.76359" g-colstat:min-value="0.294704" g-colstat:percentile03="0.536896" g-colstat:percentile97="nan"><name>abs_mgii_2804_errew</name><description>Uncertainty on SLINEFIT MgII 2804 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.371841" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-140" g-colstat:percentile03="-35.2" g-colstat:percentile97="80"><name>abs_mgii_2804_shift</name><description>SLINEFIT MgII 2804 velocity shift in absorption</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66787" g-colstat:max-value="4.34783e-16" g-colstat:median="1.92616e-17" g-colstat:min-value="-1.94069e-18" g-colstat:percentile03="3.18224e-18" g-colstat:percentile97="1.3538e-16"><name>em_oii_3727_1_flux</name><description>SLINEFIT OII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66787" g-colstat:max-value="5.12041e-18" g-colstat:median="1.31604e-18" g-colstat:min-value="5.91992e-19" g-colstat:percentile03="7.5909e-19" g-colstat:percentile97="2.64192e-18"><name>em_oii_3727_1_errflux</name><description>Uncertainty on SLINEFIT OII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66787" g-colstat:max-value="1.16841e-17" g-colstat:median="4.50333e-19" g-colstat:min-value="0" g-colstat:percentile03="1.10041e-20" g-colstat:percentile97="5.14671e-18"><name>em_oii_3727_1_fluxbkg</name><description>SLINEFIT OII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66787" g-colstat:max-value="2.40229e-19" g-colstat:median="6.64572e-20" g-colstat:min-value="3.02315e-20" g-colstat:percentile03="3.94306e-20" g-colstat:percentile97="1.38095e-19"><name>em_oii_3727_1_errfluxbkg</name><description>Uncertainty on SLINEFIT OII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66787" g-colstat:median="24.7474" g-colstat:percentile03="4.46355" g-colstat:percentile97="257.057"><name>em_oii_3727_1_ew</name><description>SLINEFIT OII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66787" g-colstat:median="3.78972" g-colstat:min-value="0.178258" g-colstat:percentile03="0.349714" g-colstat:percentile97="1623.04"><name>em_oii_3727_1_errew</name><description>Uncertainty on SLINEFIT OII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66787" g-colstat:max-value="300" g-colstat:median="100" g-colstat:min-value="-160" g-colstat:percentile03="0" g-colstat:percentile97="160"><name>em_oii_3727_1_shift</name><description>SLINEFIT OII_1 velocity shift in emission</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66787" g-colstat:max-value="4.34783e-16" g-colstat:median="1.92616e-17" g-colstat:min-value="-1.94069e-18" g-colstat:percentile03="3.18224e-18" g-colstat:percentile97="1.3538e-16"><name>em_oii_3727_2_flux</name><description>SLINEFIT OII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66787" g-colstat:max-value="5.12041e-18" g-colstat:median="1.31604e-18" g-colstat:min-value="5.91992e-19" g-colstat:percentile03="7.5909e-19" g-colstat:percentile97="2.64192e-18"><name>em_oii_3727_2_errflux</name><description>Uncertainty on SLINEFIT OII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66787" g-colstat:max-value="1.16841e-17" g-colstat:median="4.50333e-19" g-colstat:min-value="0" g-colstat:percentile03="1.10041e-20" g-colstat:percentile97="5.14671e-18"><name>em_oii_3727_2_fluxbkg</name><description>SLINEFIT OII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66787" g-colstat:max-value="2.40229e-19" g-colstat:median="6.64572e-20" g-colstat:min-value="3.02315e-20" g-colstat:percentile03="3.94306e-20" g-colstat:percentile97="1.38095e-19"><name>em_oii_3727_2_errfluxbkg</name><description>Uncertainty on SLINEFIT OII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66787" g-colstat:median="24.7474" g-colstat:percentile03="4.46355" g-colstat:percentile97="257.057"><name>em_oii_3727_2_ew</name><description>SLINEFIT OII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66787" g-colstat:median="3.78972" g-colstat:min-value="0.178258" g-colstat:percentile03="0.349714" g-colstat:percentile97="1623.04"><name>em_oii_3727_2_errew</name><description>Uncertainty on SLINEFIT OII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66787" g-colstat:max-value="300" g-colstat:median="100" g-colstat:min-value="-160" g-colstat:percentile03="0" g-colstat:percentile97="160"><name>em_oii_3727_2_shift</name><description>SLINEFIT OII_2 velocity shift in emission</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.648616" g-colstat:max-value="9.01737e-17" g-colstat:median="1.30149e-18" g-colstat:min-value="-3.92305e-17" g-colstat:percentile03="-1.36385e-17" g-colstat:percentile97="1.30947e-17"><name>abs_fei_3582_flux</name><description>SLINEFIT FeI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.648616" g-colstat:max-value="1.2095e-17" g-colstat:median="2.88676e-18" g-colstat:min-value="8.78799e-19" g-colstat:percentile03="1.13203e-18" g-colstat:percentile97="6.99397e-18"><name>abs_fei_3582_errflux</name><description>Uncertainty on SLINEFIT FeI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.648616" g-colstat:max-value="1.07847e-17" g-colstat:median="4.53624e-19" g-colstat:min-value="0" g-colstat:percentile03="1.88165e-21" g-colstat:percentile97="4.61572e-18"><name>abs_fei_3582_fluxbkg</name><description>SLINEFIT FeI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.648616" g-colstat:max-value="2.66595e-19" g-colstat:median="6.53062e-20" g-colstat:min-value="2.9159e-20" g-colstat:percentile03="3.51685e-20" g-colstat:percentile97="1.52316e-19"><name>abs_fei_3582_errfluxbkg</name><description>Uncertainty on SLINEFIT FeI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.648616" g-colstat:median="0.772836" g-colstat:percentile03="-76.8977" g-colstat:percentile97="112.839"><name>abs_fei_3582_ew</name><description>SLINEFIT FeI equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.648616" g-colstat:median="3.35403" g-colstat:min-value="0.172858" g-colstat:percentile03="0.459663" g-colstat:percentile97="109387"><name>abs_fei_3582_errew</name><description>Uncertainty on SLINEFIT FeI equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.648616" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-40" g-colstat:percentile97="60"><name>abs_fei_3582_shift</name><description>SLINEFIT FeI velocity shift in absorption</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.676294" g-colstat:max-value="0.000100071" g-colstat:median="-2.28923e-18" g-colstat:min-value="-3.5261e-11" g-colstat:percentile03="-2.95757e-17" g-colstat:percentile97="1.6239e-17"><name>abs_k_3934_flux</name><description>SLINEFIT K measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.676294" g-colstat:max-value="0.000112428" g-colstat:median="3.72584e-18" g-colstat:min-value="8.94754e-19" g-colstat:percentile03="1.22536e-18" g-colstat:percentile97="9.46303e-18"><name>abs_k_3934_errflux</name><description>Uncertainty on SLINEFIT K measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.676294" g-colstat:max-value="2.39486e-17" g-colstat:median="6.08382e-19" g-colstat:min-value="0" g-colstat:percentile03="3.10741e-20" g-colstat:percentile97="7.32446e-18"><name>abs_k_3934_fluxbkg</name><description>SLINEFIT K background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.676294" g-colstat:max-value="3.9467e-19" g-colstat:median="6.05764e-20" g-colstat:min-value="3.15718e-20" g-colstat:percentile03="3.76905e-20" g-colstat:percentile97="1.44629e-19"><name>abs_k_3934_errfluxbkg</name><description>Uncertainty on SLINEFIT K background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.676294" g-colstat:max-value="7.0913e+12" g-colstat:median="-1.20069" g-colstat:percentile03="-43.6448" g-colstat:percentile97="167.328"><name>abs_k_3934_ew</name><description>SLINEFIT K equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.676294" g-colstat:median="3.52299" g-colstat:min-value="0.216761" g-colstat:percentile03="0.349673" g-colstat:percentile97="638.647"><name>abs_k_3934_errew</name><description>Uncertainty on SLINEFIT K equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.676294" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-101.214" g-colstat:percentile97="151.7"><name>abs_k_3934_shift</name><description>SLINEFIT K velocity shift in absorption</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66426" g-colstat:max-value="1.92023e-16" g-colstat:median="5.22197e-18" g-colstat:min-value="-7.42095e-09" g-colstat:percentile03="-9.31429e-18" g-colstat:percentile97="2.87472e-17"><name>abs_h_3969_flux</name><description>SLINEFIT H measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66426" g-colstat:max-value="3.17129e-09" g-colstat:median="2.85021e-18" g-colstat:min-value="7.97903e-19" g-colstat:percentile03="1.17869e-18" g-colstat:percentile97="6.53159e-18"><name>abs_h_3969_errflux</name><description>Uncertainty on SLINEFIT H measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66426" g-colstat:max-value="2.6476e-17" g-colstat:median="6.43397e-19" g-colstat:min-value="0" g-colstat:percentile03="3.53138e-20" g-colstat:percentile97="8.28293e-18"><name>abs_h_3969_fluxbkg</name><description>SLINEFIT H background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66426" g-colstat:max-value="2.05423e-19" g-colstat:median="5.98136e-20" g-colstat:min-value="3.02296e-20" g-colstat:percentile03="3.53914e-20" g-colstat:percentile97="1.15961e-19"><name>abs_h_3969_errfluxbkg</name><description>Uncertainty on SLINEFIT H background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66426" g-colstat:median="3.32927" g-colstat:min-value="-3.44944e+09" g-colstat:percentile03="-24.402" g-colstat:percentile97="43.5302"><name>abs_h_3969_ew</name><description>SLINEFIT H equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66426" g-colstat:median="2.51627" g-colstat:min-value="0.135299" g-colstat:percentile03="0.269583" g-colstat:percentile97="132.622"><name>abs_h_3969_errew</name><description>Uncertainty on SLINEFIT H equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.66426" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-180" g-colstat:percentile97="120"><name>abs_h_3969_shift</name><description>SLINEFIT H velocity shift in absorption</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.613718" g-colstat:max-value="5.18876e-12" g-colstat:median="-1.48433e-18" g-colstat:min-value="-4.1464e-17" g-colstat:percentile03="-1.75186e-17" g-colstat:percentile97="1.15742e-17"><name>abs_gband_4304_flux</name><description>SLINEFIT Gband measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.613718" g-colstat:max-value="4.85059e-12" g-colstat:median="3.03716e-18" g-colstat:min-value="7.33977e-19" g-colstat:percentile03="1.02782e-18" g-colstat:percentile97="7.40322e-18"><name>abs_gband_4304_errflux</name><description>Uncertainty on SLINEFIT Gband measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.613718" g-colstat:max-value="2.80117e-17" g-colstat:median="7.03915e-19" g-colstat:min-value="0" g-colstat:percentile03="4.71721e-20" g-colstat:percentile97="9.39115e-18"><name>abs_gband_4304_fluxbkg</name><description>SLINEFIT Gband background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.613718" g-colstat:max-value="1.8512e-19" g-colstat:median="5.78388e-20" g-colstat:min-value="2.88822e-20" g-colstat:percentile03="3.38169e-20" g-colstat:percentile97="1.31307e-19"><name>abs_gband_4304_errfluxbkg</name><description>Uncertainty on SLINEFIT Gband background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.613718" g-colstat:median="-0.693916" g-colstat:min-value="-115.457" g-colstat:percentile03="-30.6764" g-colstat:percentile97="41.3677"><name>abs_gband_4304_ew</name><description>SLINEFIT Gband equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.613718" g-colstat:median="2.30735" g-colstat:min-value="0.090025" g-colstat:percentile03="0.275057" g-colstat:percentile97="89.8742"><name>abs_gband_4304_errew</name><description>Uncertainty on SLINEFIT Gband equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.613718" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-40" g-colstat:percentile97="84.5714"><name>abs_gband_4304_shift</name><description>SLINEFIT Gband velocity shift in absorption</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.628159" g-colstat:max-value="2.57066e-12" g-colstat:median="2.67334e-18" g-colstat:min-value="-2.43113e-15" g-colstat:percentile03="-4.09787e-17" g-colstat:percentile97="6.74375e-17"><name>em_hdelta_flux</name><description>SLINEFIT Hdelta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.628159" g-colstat:max-value="9.17669e-13" g-colstat:median="5.10468e-18" g-colstat:min-value="9.09253e-19" g-colstat:percentile03="1.50055e-18" g-colstat:percentile97="3.60863e-17"><name>em_hdelta_errflux</name><description>Uncertainty on SLINEFIT Hdelta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.628159" g-colstat:max-value="2.79094e-17" g-colstat:median="6.81333e-19" g-colstat:min-value="0" g-colstat:percentile03="4.25713e-20" g-colstat:percentile97="9.24237e-18"><name>em_hdelta_fluxbkg</name><description>SLINEFIT Hdelta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.628159" g-colstat:max-value="2.07851e-19" g-colstat:median="5.77431e-20" g-colstat:min-value="2.6756e-20" g-colstat:percentile03="3.39813e-20" g-colstat:percentile97="1.16513e-19"><name>em_hdelta_errfluxbkg</name><description>Uncertainty on SLINEFIT Hdelta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.628159" g-colstat:max-value="2.1725e+06" g-colstat:median="1.40407" g-colstat:percentile03="-222.445" g-colstat:percentile97="72.1541"><name>em_hdelta_ew</name><description>SLINEFIT Hdelta equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.628159" g-colstat:median="4.68972" g-colstat:min-value="0.149653" g-colstat:percentile03="0.387448" g-colstat:percentile97="310.855"><name>em_hdelta_errew</name><description>Uncertainty on SLINEFIT Hdelta equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.628159" g-colstat:max-value="64.2857" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-227.4" g-colstat:percentile97="20"><name>em_hdelta_shift</name><description>SLINEFIT Hdelta velocity shift in emission</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.628159" g-colstat:max-value="2.43974e-15" g-colstat:median="5.17481e-18" g-colstat:min-value="-2.32491e-11" g-colstat:percentile03="-4.74938e-17" g-colstat:percentile97="4.93557e-17"><name>abs_hdelta_4102_flux</name><description>SLINEFIT Hdelta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.628159" g-colstat:max-value="8.41111e-12" g-colstat:median="4.42415e-18" g-colstat:min-value="8.60362e-19" g-colstat:percentile03="1.25282e-18" g-colstat:percentile97="3.47699e-17"><name>abs_hdelta_4102_errflux</name><description>Uncertainty on SLINEFIT Hdelta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.628159" g-colstat:max-value="2.79397e-17" g-colstat:median="6.80746e-19" g-colstat:min-value="0" g-colstat:percentile03="4.22126e-20" g-colstat:percentile97="9.23782e-18"><name>abs_hdelta_4102_fluxbkg</name><description>SLINEFIT Hdelta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.628159" g-colstat:max-value="2.15424e-19" g-colstat:median="5.76287e-20" g-colstat:min-value="2.67471e-20" g-colstat:percentile03="3.3957e-20" g-colstat:percentile97="1.18359e-19"><name>abs_hdelta_4102_errfluxbkg</name><description>Uncertainty on SLINEFIT Hdelta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.628159" g-colstat:median="3.23031" g-colstat:min-value="-1.95862e+07" g-colstat:percentile03="-71.0704" g-colstat:percentile97="211.594"><name>abs_hdelta_4102_ew</name><description>SLINEFIT Hdelta equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.628159" g-colstat:median="3.99675" g-colstat:min-value="0.12117" g-colstat:percentile03="0.234168" g-colstat:percentile97="406.974"><name>abs_hdelta_4102_errew</name><description>Uncertainty on SLINEFIT Hdelta equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.628159" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-160" g-colstat:percentile03="-40" g-colstat:percentile97="180"><name>abs_hdelta_4102_shift</name><description>SLINEFIT Hdelta velocity shift in absorption</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.611312" g-colstat:max-value="0.000400877" g-colstat:median="1.13357e-18" g-colstat:min-value="-5.51601e-16" g-colstat:percentile03="-5.86449e-17" g-colstat:percentile97="7.43509e-17"><name>em_hgamma_flux</name><description>SLINEFIT Hgamma measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.611312" g-colstat:max-value="0.000704619" g-colstat:median="4.86245e-18" g-colstat:min-value="1.16071e-18" g-colstat:percentile03="1.7626e-18" g-colstat:percentile97="3.20487e-17"><name>em_hgamma_errflux</name><description>Uncertainty on SLINEFIT Hgamma measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.611312" g-colstat:max-value="2.76825e-17" g-colstat:median="6.93274e-19" g-colstat:min-value="0" g-colstat:percentile03="4.04566e-20" g-colstat:percentile97="9.27569e-18"><name>em_hgamma_fluxbkg</name><description>SLINEFIT Hgamma background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.611312" g-colstat:max-value="3.19383e-19" g-colstat:median="6.16867e-20" g-colstat:min-value="2.75281e-20" g-colstat:percentile03="3.32268e-20" g-colstat:percentile97="1.22322e-19"><name>em_hgamma_errfluxbkg</name><description>Uncertainty on SLINEFIT Hgamma background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.611312" g-colstat:median="0.613678" g-colstat:percentile03="-118.009" g-colstat:percentile97="100.106"><name>em_hgamma_ew</name><description>SLINEFIT Hgamma equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.611312" g-colstat:median="4.70478" g-colstat:min-value="0.122625" g-colstat:percentile03="0.386263" g-colstat:percentile97="241.669"><name>em_hgamma_errew</name><description>Uncertainty on SLINEFIT Hgamma equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.611312" g-colstat:max-value="160" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-140" g-colstat:percentile97="40"><name>em_hgamma_shift</name><description>SLINEFIT Hgamma velocity shift in emission</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.611312" g-colstat:max-value="5.84847e-16" g-colstat:median="9.83001e-18" g-colstat:min-value="-2.76087e-11" g-colstat:percentile03="-3.7793e-17" g-colstat:percentile97="7.8891e-17"><name>abs_hgamma_4341_flux</name><description>SLINEFIT Hgamma measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.611312" g-colstat:max-value="2.34464e-11" g-colstat:median="4.16655e-18" g-colstat:min-value="1.00324e-18" g-colstat:percentile03="1.29688e-18" g-colstat:percentile97="3.19795e-17"><name>abs_hgamma_4341_errflux</name><description>Uncertainty on SLINEFIT Hgamma measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.611312" g-colstat:max-value="2.76326e-17" g-colstat:median="6.92901e-19" g-colstat:min-value="0" g-colstat:percentile03="4.03111e-20" g-colstat:percentile97="9.27511e-18"><name>abs_hgamma_4341_fluxbkg</name><description>SLINEFIT Hgamma background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.611312" g-colstat:max-value="3.27424e-19" g-colstat:median="6.17771e-20" g-colstat:min-value="2.76188e-20" g-colstat:percentile03="3.31944e-20" g-colstat:percentile97="1.22705e-19"><name>abs_hgamma_4341_errfluxbkg</name><description>Uncertainty on SLINEFIT Hgamma background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.611312" g-colstat:median="6.00391" g-colstat:percentile03="-71.5371" g-colstat:percentile97="133.4"><name>abs_hgamma_4341_ew</name><description>SLINEFIT Hgamma equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.611312" g-colstat:median="3.82036" g-colstat:min-value="0.105014" g-colstat:percentile03="0.266469" g-colstat:percentile97="409.836"><name>abs_hgamma_4341_errew</name><description>Uncertainty on SLINEFIT Hgamma equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.611312" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-100" g-colstat:percentile03="-40" g-colstat:percentile97="126.771"><name>abs_hgamma_4341_shift</name><description>SLINEFIT Hgamma velocity shift in absorption</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.495788" g-colstat:max-value="2.00244e-16" g-colstat:median="6.39656e-19" g-colstat:min-value="-7.30551e-15" g-colstat:percentile03="-3.15293e-17" g-colstat:percentile97="7.13507e-17"><name>em_hbeta_flux</name><description>SLINEFIT Hbeta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.495788" g-colstat:max-value="3.42057e-16" g-colstat:median="4.36287e-18" g-colstat:min-value="1.08481e-18" g-colstat:percentile03="1.66692e-18" g-colstat:percentile97="1.78104e-17"><name>em_hbeta_errflux</name><description>Uncertainty on SLINEFIT Hbeta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.495788" g-colstat:max-value="2.847e-17" g-colstat:median="6.90364e-19" g-colstat:min-value="0" g-colstat:percentile03="2.39531e-23" g-colstat:percentile97="1.11794e-17"><name>em_hbeta_fluxbkg</name><description>SLINEFIT Hbeta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.495788" g-colstat:max-value="1.48188e-19" g-colstat:median="6.14453e-20" g-colstat:min-value="3.11782e-20" g-colstat:percentile03="3.56734e-20" g-colstat:percentile97="1.13379e-19"><name>em_hbeta_errfluxbkg</name><description>Uncertainty on SLINEFIT Hbeta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.495788" g-colstat:median="0.45511" g-colstat:percentile03="-453.396" g-colstat:percentile97="172.999"><name>em_hbeta_ew</name><description>SLINEFIT Hbeta equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.495788" g-colstat:median="3.79233" g-colstat:min-value="0.084074" g-colstat:percentile03="0.264776" g-colstat:percentile97="inf"><name>em_hbeta_errew</name><description>Uncertainty on SLINEFIT Hbeta equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.495788" g-colstat:max-value="107.143" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-193.4" g-colstat:percentile97="55.4308"><name>em_hbeta_shift</name><description>SLINEFIT Hbeta velocity shift in emission</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.495788" g-colstat:max-value="7.364e-15" g-colstat:median="1.45426e-17" g-colstat:min-value="-1.57057e-16" g-colstat:percentile03="-2.83628e-17" g-colstat:percentile97="1.19031e-16"><name>abs_hbeta_4862_flux</name><description>SLINEFIT Hbeta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.495788" g-colstat:max-value="3.42276e-16" g-colstat:median="2.81258e-18" g-colstat:min-value="9.65628e-19" g-colstat:percentile03="1.20376e-18" g-colstat:percentile97="1.7014e-17"><name>abs_hbeta_4862_errflux</name><description>Uncertainty on SLINEFIT Hbeta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.495788" g-colstat:max-value="2.84229e-17" g-colstat:median="6.90243e-19" g-colstat:min-value="0" g-colstat:percentile03="2.39531e-23" g-colstat:percentile97="1.11771e-17"><name>abs_hbeta_4862_fluxbkg</name><description>SLINEFIT Hbeta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.495788" g-colstat:max-value="1.48188e-19" g-colstat:median="6.12117e-20" g-colstat:min-value="3.07031e-20" g-colstat:percentile03="3.59608e-20" g-colstat:percentile97="1.13741e-19"><name>abs_hbeta_4862_errfluxbkg</name><description>Uncertainty on SLINEFIT Hbeta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.495788" g-colstat:median="11.6404" g-colstat:percentile03="-98.7096" g-colstat:percentile97="1459.48"><name>abs_hbeta_4862_ew</name><description>SLINEFIT Hbeta equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.495788" g-colstat:median="3.13462" g-colstat:min-value="0.0966054" g-colstat:percentile03="0.233849" g-colstat:percentile97="inf"><name>abs_hbeta_4862_errew</name><description>Uncertainty on SLINEFIT Hbeta equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.495788" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-180" g-colstat:percentile03="-40" g-colstat:percentile97="173.908"><name>abs_hbeta_4862_shift</name><description>SLINEFIT Hbeta velocity shift in absorption</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.482551" g-colstat:max-value="1.97112e-15" g-colstat:median="3.00291e-17" g-colstat:min-value="-1.03025e-17" g-colstat:percentile03="5.31805e-18" g-colstat:percentile97="2.5278e-16"><name>em_oiii_5007_1_flux</name><description>SLINEFIT OIII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.482551" g-colstat:max-value="1.14057e-17" g-colstat:median="1.92717e-18" g-colstat:min-value="7.7442e-19" g-colstat:percentile03="1.00823e-18" g-colstat:percentile97="5.3098e-18"><name>em_oiii_5007_1_errflux</name><description>Uncertainty on SLINEFIT OIII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.482551" g-colstat:max-value="2.89066e-17" g-colstat:median="6.98243e-19" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.12818e-17"><name>em_oiii_5007_1_fluxbkg</name><description>SLINEFIT OIII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.482551" g-colstat:max-value="2.27454e-19" g-colstat:median="7.05951e-20" g-colstat:min-value="2.9991e-20" g-colstat:percentile03="4.15988e-20" g-colstat:percentile97="1.33137e-19"><name>em_oiii_5007_1_errfluxbkg</name><description>Uncertainty on SLINEFIT OIII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.482551" g-colstat:median="29.1048" g-colstat:percentile03="1.5662" g-colstat:percentile97="1.42535e+06"><name>em_oiii_5007_1_ew</name><description>SLINEFIT OIII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.482551" g-colstat:median="3.41567" g-colstat:min-value="0.0883297" g-colstat:percentile03="0.20357" g-colstat:percentile97="inf"><name>em_oiii_5007_1_errew</name><description>Uncertainty on SLINEFIT OIII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.482551" g-colstat:max-value="300" g-colstat:median="80" g-colstat:min-value="-300" g-colstat:percentile03="0" g-colstat:percentile97="120"><name>em_oiii_5007_1_shift</name><description>SLINEFIT OIII_1 velocity shift in emission</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.482551" g-colstat:max-value="5.91337e-16" g-colstat:median="9.00874e-18" g-colstat:min-value="-3.09076e-18" g-colstat:percentile03="1.59541e-18" g-colstat:percentile97="7.58341e-17"><name>em_oiii_5007_2_flux</name><description>SLINEFIT OIII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.482551" g-colstat:max-value="3.42171e-18" g-colstat:median="5.78151e-19" g-colstat:min-value="2.32326e-19" g-colstat:percentile03="3.02469e-19" g-colstat:percentile97="1.59294e-18"><name>em_oiii_5007_2_errflux</name><description>Uncertainty on SLINEFIT OIII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.482551" g-colstat:max-value="2.89066e-17" g-colstat:median="6.98243e-19" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.12818e-17"><name>em_oiii_5007_2_fluxbkg</name><description>SLINEFIT OIII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.482551" g-colstat:max-value="2.27454e-19" g-colstat:median="7.05951e-20" g-colstat:min-value="2.9991e-20" g-colstat:percentile03="4.15988e-20" g-colstat:percentile97="1.33137e-19"><name>em_oiii_5007_2_errfluxbkg</name><description>Uncertainty on SLINEFIT OIII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.482551" g-colstat:median="8.73143" g-colstat:percentile03="0.469861" g-colstat:percentile97="427605"><name>em_oiii_5007_2_ew</name><description>SLINEFIT OIII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.482551" g-colstat:median="1.0247" g-colstat:min-value="0.0264989" g-colstat:percentile03="0.061071" g-colstat:percentile97="inf"><name>em_oiii_5007_2_errew</name><description>Uncertainty on SLINEFIT OIII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.482551" g-colstat:max-value="300" g-colstat:median="80" g-colstat:min-value="-300" g-colstat:percentile03="0" g-colstat:percentile97="120"><name>em_oiii_5007_2_shift</name><description>SLINEFIT OIII_2 velocity shift in emission</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.45006" g-colstat:max-value="5.01754e-17" g-colstat:median="-1.90678e-18" g-colstat:min-value="-5.28144e-17" g-colstat:percentile03="-1.7389e-17" g-colstat:percentile97="1.62064e-17"><name>abs_mgi_5176_flux</name><description>SLINEFIT MgI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.45006" g-colstat:max-value="1.42348e-17" g-colstat:median="3.61997e-18" g-colstat:min-value="8.07257e-19" g-colstat:percentile03="1.16447e-18" g-colstat:percentile97="8.43849e-18"><name>abs_mgi_5176_errflux</name><description>Uncertainty on SLINEFIT MgI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.45006" g-colstat:max-value="2.81462e-17" g-colstat:median="7.25899e-19" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.11104e-17"><name>abs_mgi_5176_fluxbkg</name><description>SLINEFIT MgI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.45006" g-colstat:max-value="1.42757e-19" g-colstat:median="6.46374e-20" g-colstat:min-value="2.73227e-20" g-colstat:percentile03="3.74309e-20" g-colstat:percentile97="1.20644e-19"><name>abs_mgi_5176_errfluxbkg</name><description>Uncertainty on SLINEFIT MgI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.45006" g-colstat:median="-0.451327" g-colstat:percentile03="nan" g-colstat:percentile97="113.174"><name>abs_mgi_5176_ew</name><description>SLINEFIT MgI equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.45006" g-colstat:median="3.26947" g-colstat:min-value="0.0862968" g-colstat:percentile03="0.192242" g-colstat:percentile97="nan"><name>abs_mgi_5176_errew</name><description>Uncertainty on SLINEFIT MgI equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.45006" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-60" g-colstat:percentile97="63.4714"><name>abs_mgi_5176_shift</name><description>SLINEFIT MgI velocity shift in absorption</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.2142" g-colstat:max-value="4.19694e-17" g-colstat:median="1.28787e-18" g-colstat:min-value="-3.78663e-17" g-colstat:percentile03="-1.77326e-17" g-colstat:percentile97="3.2257e-17"><name>abs_nad_5895_flux</name><description>SLINEFIT NaD measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.2142" g-colstat:max-value="1.40834e-17" g-colstat:median="3.66777e-18" g-colstat:min-value="9.18059e-19" g-colstat:percentile03="1.20171e-18" g-colstat:percentile97="7.80517e-18"><name>abs_nad_5895_errflux</name><description>Uncertainty on SLINEFIT NaD measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.2142" g-colstat:max-value="3.05548e-17" g-colstat:median="7.86829e-19" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.2616e-17"><name>abs_nad_5895_fluxbkg</name><description>SLINEFIT NaD background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.2142" g-colstat:max-value="2.284e-19" g-colstat:median="6.88932e-20" g-colstat:min-value="3.30924e-20" g-colstat:percentile03="4.00532e-20" g-colstat:percentile97="1.4675e-19"><name>abs_nad_5895_errfluxbkg</name><description>Uncertainty on SLINEFIT NaD background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.2142" g-colstat:median="0.440218" g-colstat:percentile03="-102.011" g-colstat:percentile97="29539.2"><name>abs_nad_5895_ew</name><description>SLINEFIT NaD equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.2142" g-colstat:median="2.45439" g-colstat:min-value="0.0897569" g-colstat:percentile03="0.185966" g-colstat:percentile97="nan"><name>abs_nad_5895_errew</name><description>Uncertainty on SLINEFIT NaD equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.2142" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-300" g-colstat:percentile97="0"><name>abs_nad_5895_shift</name><description>SLINEFIT NaD velocity shift in absorption</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="4.73234e-16" g-colstat:median="7.77124e-18" g-colstat:min-value="-3.63553e-15" g-colstat:percentile03="-1.54962e-17" g-colstat:percentile97="1.77525e-16"><name>em_nii_6583_1_flux</name><description>SLINEFIT NII_1 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="1.34687e-15" g-colstat:median="3.47761e-18" g-colstat:min-value="1.10976e-18" g-colstat:percentile03="1.42513e-18" g-colstat:percentile97="2.74796e-17"><name>em_nii_6583_1_errflux</name><description>Uncertainty on SLINEFIT NII_1 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="2.84911e-17" g-colstat:median="1.1389e-18" g-colstat:min-value="0" g-colstat:percentile03="7.2603e-23" g-colstat:percentile97="1.61744e-17"><name>em_nii_6583_1_fluxbkg</name><description>SLINEFIT NII_1 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="2.26905e-19" g-colstat:median="7.59454e-20" g-colstat:min-value="4.12947e-20" g-colstat:percentile03="4.39347e-20" g-colstat:percentile97="1.73258e-19"><name>em_nii_6583_1_errfluxbkg</name><description>Uncertainty on SLINEFIT NII_1 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:median="5.65189" g-colstat:percentile03="-465.835" g-colstat:percentile97="23354.7"><name>em_nii_6583_1_ew</name><description>SLINEFIT NII_1 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:median="2.20977" g-colstat:min-value="0.123475" g-colstat:percentile03="0.183346" g-colstat:percentile97="inf"><name>em_nii_6583_1_errew</name><description>Uncertainty on SLINEFIT NII_1 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="280" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="0" g-colstat:percentile97="121.543"><name>em_nii_6583_1_shift</name><description>SLINEFIT NII_1 6583 velocity shift in emission</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="1.06902e-15" g-colstat:median="7.87697e-19" g-colstat:min-value="-1.16188e-14" g-colstat:percentile03="-1.41373e-16" g-colstat:percentile97="4.94916e-16"><name>em_halpha_flux</name><description>SLINEFIT Halpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="5.55408e-15" g-colstat:median="5.98356e-18" g-colstat:min-value="1.30948e-18" g-colstat:percentile03="1.62042e-18" g-colstat:percentile97="7.11725e-17"><name>em_halpha_errflux</name><description>Uncertainty on SLINEFIT Halpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="2.85232e-17" g-colstat:median="1.13923e-18" g-colstat:min-value="0" g-colstat:percentile03="6.71848e-23" g-colstat:percentile97="1.6187e-17"><name>em_halpha_fluxbkg</name><description>SLINEFIT Halpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="2.20072e-19" g-colstat:median="7.63111e-20" g-colstat:min-value="4.15275e-20" g-colstat:percentile03="4.24596e-20" g-colstat:percentile97="1.70183e-19"><name>em_halpha_errfluxbkg</name><description>Uncertainty on SLINEFIT Halpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:median="1.00187" g-colstat:percentile03="-23001.8" g-colstat:percentile97="361.411"><name>em_halpha_ew</name><description>SLINEFIT Halpha equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:median="5.41888" g-colstat:min-value="0.143469" g-colstat:percentile03="0.29439" g-colstat:percentile97="inf"><name>em_halpha_errew</name><description>Uncertainty on SLINEFIT Halpha equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="107.143" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-165.429" g-colstat:percentile97="46.7143"><name>em_halpha_shift</name><description>SLINEFIT Halpha velocity shift in emission</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="5.16621e-11" g-colstat:median="3.55846e-17" g-colstat:min-value="-9.99207e-17" g-colstat:percentile03="-6.97306e-17" g-colstat:percentile97="6.62457e-16"><name>abs_halpha_6564_flux</name><description>SLINEFIT Halpha measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="1.75844e-11" g-colstat:median="2.75882e-18" g-colstat:min-value="1.18034e-18" g-colstat:percentile03="1.32298e-18" g-colstat:percentile97="8.70494e-17"><name>abs_halpha_6564_errflux</name><description>Uncertainty on SLINEFIT Halpha measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="2.85157e-17" g-colstat:median="1.13923e-18" g-colstat:min-value="0" g-colstat:percentile03="6.82028e-23" g-colstat:percentile97="1.61745e-17"><name>abs_halpha_6564_fluxbkg</name><description>SLINEFIT Halpha background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="2.24498e-19" g-colstat:median="7.59428e-20" g-colstat:min-value="4.13705e-20" g-colstat:percentile03="4.28921e-20" g-colstat:percentile97="1.72274e-19"><name>abs_halpha_6564_errfluxbkg</name><description>Uncertainty on SLINEFIT Halpha background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:median="37.9483" g-colstat:min-value="-1587.03" g-colstat:percentile03="-46.5106" g-colstat:percentile97="inf"><name>abs_halpha_6564_ew</name><description>SLINEFIT Halpha equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:median="3.55518" g-colstat:min-value="0.170989" g-colstat:percentile03="0.262217" g-colstat:percentile97="inf"><name>abs_halpha_6564_errew</name><description>Uncertainty on SLINEFIT Halpha equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-21.4286" g-colstat:percentile03="-21.4286" g-colstat:percentile97="300"><name>abs_halpha_6564_shift</name><description>SLINEFIT Halpha velocity shift in absorption</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="7.81715e-17" g-colstat:median="1.32526e-18" g-colstat:min-value="-1.09066e-15" g-colstat:percentile03="-1.94367e-17" g-colstat:percentile97="4.9901e-17"><name>em_nii_6583_2_flux</name><description>SLINEFIT NII_2 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="4.0406e-16" g-colstat:median="1.24897e-18" g-colstat:min-value="3.32928e-19" g-colstat:percentile03="4.49002e-19" g-colstat:percentile97="1.96829e-17"><name>em_nii_6583_2_errflux</name><description>Uncertainty on SLINEFIT NII_2 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="2.85907e-17" g-colstat:median="1.1389e-18" g-colstat:min-value="0" g-colstat:percentile03="1.31605e-22" g-colstat:percentile97="1.62361e-17"><name>em_nii_6583_2_fluxbkg</name><description>SLINEFIT NII_2 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="2.26905e-19" g-colstat:median="7.75955e-20" g-colstat:min-value="4.03624e-20" g-colstat:percentile03="4.23928e-20" g-colstat:percentile97="1.70089e-19"><name>em_nii_6583_2_errfluxbkg</name><description>Uncertainty on SLINEFIT NII_2 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:median="1.11371" g-colstat:percentile03="-139.751" g-colstat:percentile97="8208.57"><name>em_nii_6583_2_ew</name><description>SLINEFIT NII_2 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:median="0.956721" g-colstat:min-value="0.0370424" g-colstat:percentile03="0.0651789" g-colstat:percentile97="inf"><name>em_nii_6583_2_errew</name><description>Uncertainty on SLINEFIT NII_2 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11432" g-colstat:max-value="107.143" g-colstat:median="0" g-colstat:min-value="-300" g-colstat:percentile03="-282.429" g-colstat:percentile97="69.2308"><name>em_nii_6583_2_shift</name><description>SLINEFIT NII_2 6583 velocity shift in emission</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0998797" g-colstat:max-value="2.12934e-16" g-colstat:median="1.22082e-17" g-colstat:min-value="-2.24213e-17" g-colstat:percentile03="-1.39248e-17" g-colstat:percentile97="1.09946e-16"><name>em_sii_6718_flux</name><description>SLINEFIT SII 6718 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0998797" g-colstat:max-value="9.40911e-18" g-colstat:median="2.1962e-18" g-colstat:min-value="8.05942e-19" g-colstat:percentile03="1.06422e-18" g-colstat:percentile97="7.16546e-18"><name>em_sii_6718_errflux</name><description>Uncertainty on SLINEFIT SII 6718 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0998797" g-colstat:max-value="2.82961e-17" g-colstat:median="1.38734e-18" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.67074e-17"><name>em_sii_6718_fluxbkg</name><description>SLINEFIT SII 6718 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0998797" g-colstat:max-value="1.92295e-19" g-colstat:median="8.28955e-20" g-colstat:min-value="3.66681e-20" g-colstat:percentile03="3.91057e-20" g-colstat:percentile97="1.51035e-19"><name>em_sii_6718_errfluxbkg</name><description>Uncertainty on SLINEFIT SII 6718 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0998797" g-colstat:median="6.98505" g-colstat:percentile03="-35.0421" g-colstat:percentile97="179.669"><name>em_sii_6718_ew</name><description>SLINEFIT SII 6718 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0998797" g-colstat:median="1.72014" g-colstat:min-value="0.0866765" g-colstat:percentile03="0.15864" g-colstat:percentile97="nan"><name>em_sii_6718_errew</name><description>Uncertainty on SLINEFIT SII 6718 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0998797" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-171.429" g-colstat:percentile03="-42.8571" g-colstat:percentile97="33.7582"><name>em_sii_6718_shift</name><description>SLINEFIT SII 6718 velocity shift in emission</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0998797" g-colstat:max-value="1.65466e-16" g-colstat:median="1.0867e-17" g-colstat:min-value="-2.29364e-17" g-colstat:percentile03="-1.35839e-17" g-colstat:percentile97="6.49542e-17"><name>em_sii_6732_flux</name><description>SLINEFIT SII 6732 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0998797" g-colstat:max-value="2.19681e-17" g-colstat:median="2.45678e-18" g-colstat:min-value="8.04517e-19" g-colstat:percentile03="9.11728e-19" g-colstat:percentile97="1.10129e-17"><name>em_sii_6732_errflux</name><description>Uncertainty on SLINEFIT SII 6732 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0998797" g-colstat:max-value="2.82523e-17" g-colstat:median="1.37391e-18" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.66897e-17"><name>em_sii_6732_fluxbkg</name><description>SLINEFIT SII 6732 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0998797" g-colstat:max-value="1.93119e-19" g-colstat:median="8.87956e-20" g-colstat:min-value="3.6237e-20" g-colstat:percentile03="3.97001e-20" g-colstat:percentile97="1.60642e-19"><name>em_sii_6732_errfluxbkg</name><description>Uncertainty on SLINEFIT SII 6732 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0998797" g-colstat:median="5.77537" g-colstat:percentile03="-20.3709" g-colstat:percentile97="inf"><name>em_sii_6732_ew</name><description>SLINEFIT SII 6732 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0998797" g-colstat:median="1.76083" g-colstat:min-value="0.0714287" g-colstat:percentile03="0.167085" g-colstat:percentile97="nan"><name>em_sii_6732_errew</name><description>Uncertainty on SLINEFIT SII 6732 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0998797" g-colstat:max-value="300" g-colstat:median="0" g-colstat:min-value="-171.429" g-colstat:percentile03="-42.8571" g-colstat:percentile97="135.989"><name>em_sii_6732_shift</name><description>SLINEFIT SII 6732 velocity shift in emission</description><unit>km.s**-1</unit><ucd>phys.veloc;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectrum_accref</name><description>Access key for the associated spectrum</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>aspic_vipers</name><title>ASPIC VIPERS</title><description> Photometry, physical parameters and spectral features of VIPERS PDR-2
sources.</description><table><name>aspic_vipers.w1</name><description>VIPERS PDR-2 photometry, physical parameters, and spectral features of
sources on W1 field.</description><nrows>60528</nrows><column g-colstat:fillFactor="1" g-colstat:max-value="1.27112e+08" g-colstat:median="1.14117e+08" g-colstat:min-value="1.01122e+08" g-colstat:percentile03="1.0213e+08" g-colstat:percentile97="1.26076e+08"><name>vipers_id</name><description>VIPERS unique identifier</description><ucd>meta.id;meta.main</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="38.8022" g-colstat:median="34.3367" g-colstat:min-value="30.1893" g-colstat:percentile03="30.5612" g-colstat:percentile97="38.4419"><name>alpha</name><description>Right Ascension (J2000)</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-4.17154" g-colstat:median="-5.10144" g-colstat:min-value="-5.98006" g-colstat:percentile03="-5.93499" g-colstat:percentile97="-4.22708"><name>delta</name><description>Declination (J2000)</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="0.995556" g-colstat:max-value="5.8758e+06" g-colstat:median="2.90534e+06" g-colstat:min-value="-1" g-colstat:percentile03="197643" g-colstat:percentile97="5.6138e+06"><name>id_cfhtls_t07</name><description>CFHTLS T0007 unique identifier</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="4.5588" g-colstat:median="0.6985" g-colstat:min-value="0" g-colstat:percentile03="0.3261" g-colstat:percentile97="1.168"><name>zspec</name><description>Spectroscopic redshift</description><ucd>src.redshift</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="219" g-colstat:median="3" g-colstat:min-value="1" g-colstat:percentile03="1" g-colstat:percentile97="9"><name>zflg</name><description>ASPIC simplified redshift reliability flag</description><ucd>meta.code.qual;src.redshift</ucd><dataType xsi:type="vs:VOTableType">short</dataType></column><column><name>zflg_vipers</name><description>VIPERS redshift reliability flag</description><ucd>meta.code.qual;src.redshift</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="23.9913" g-colstat:median="21.8336" g-colstat:min-value="15.5688" g-colstat:percentile03="19.995" g-colstat:percentile97="22.4717"><name>selmag</name><description>i AB selection magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995556" g-colstat:median="23.821" g-colstat:min-value="15.743" g-colstat:percentile03="22.161" g-colstat:percentile97="26.604"><name>u_t07</name><description>CFHTLS T0007 u* band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995556" g-colstat:median="0.064" g-colstat:min-value="0" g-colstat:percentile03="0.019" g-colstat:percentile97="0.717"><name>erru_t07</name><description>Mean error on u_T07</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995556" g-colstat:median="23.34" g-colstat:min-value="16.042" g-colstat:percentile03="21.6437" g-colstat:percentile97="25.0133"><name>g_t07</name><description>CFHTLS T0007 g’ band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995556" g-colstat:median="0.028" g-colstat:min-value="0" g-colstat:percentile03="0.009" g-colstat:percentile97="0.114"><name>errg_t07</name><description>Mean error on g_T07</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="22.607" g-colstat:min-value="15.998" g-colstat:percentile03="20.7318" g-colstat:percentile97="23.595"><name>r_t07</name><description>CFHTLS T0007 r’ band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.026" g-colstat:min-value="0" g-colstat:percentile03="0.007" g-colstat:percentile97="0.057"><name>errr_t07</name><description>Mean error on r_T07</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="22.145" g-colstat:min-value="15.5828" g-colstat:percentile03="20.204" g-colstat:percentile97="nan"><name>i_t07</name><description>CFHTLS T0007 i’ band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.022" g-colstat:min-value="0.0003" g-colstat:percentile03="0.006" g-colstat:percentile97="nan"><name>erri_t07</name><description>Mean error on i_T07</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="15.837" g-colstat:percentile03="20.864" g-colstat:percentile97="nan"><name>iy_t07</name><description>CFHTLS y (i2) band magnitude</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0.001" g-colstat:percentile03="0.009" g-colstat:percentile97="nan"><name>erriy_t07</name><description>Mean error on iy_T07</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="21.615" g-colstat:min-value="15.3823" g-colstat:percentile03="19.794" g-colstat:percentile97="22.512"><name>z_t07</name><description>CFHTLS z’ band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.03" g-colstat:min-value="0.0004" g-colstat:percentile03="0.009" g-colstat:percentile97="0.072"><name>errz_t07</name><description>Mean error on z_T07</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="16.4081" g-colstat:percentile03="19.2787" g-colstat:percentile97="nan"><name>k_video</name><description>VISTA VIDEO K band magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0.00031" g-colstat:percentile03="0.01358" g-colstat:percentile97="nan"><name>errk_video</name><description>Mean error on k_video</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="20.645" g-colstat:min-value="15.186" g-colstat:percentile03="18.623" g-colstat:percentile97="nan"><name>ks_wircam</name><description>WIRCAM Ks band magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.046" g-colstat:min-value="0.001" g-colstat:percentile03="0.01" g-colstat:percentile97="nan"><name>errks_wircam</name><description>Mean error on ks_wircam</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="19.013" g-colstat:percentile03="24.754" g-colstat:percentile97="nan"><name>fuv</name><description>GALEX FUV band magnitude</description><unit>mag</unit><ucd>phot.mag;em.uv.100-200nm</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0.02" g-colstat:percentile03="0.174" g-colstat:percentile97="nan"><name>errfuv</name><description>Mean error on FUV</description><unit>mag</unit><ucd>stat.error;phot.mag;em.uv.100-200nm</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="25.018" g-colstat:min-value="18.331" g-colstat:percentile03="22.728" g-colstat:percentile97="nan"><name>nuv</name><description>GALEX NUV band magnitude</description><unit>mag</unit><ucd>phot.mag;em.uv.200-300nm</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.271" g-colstat:min-value="0.005" g-colstat:percentile03="0.039" g-colstat:percentile97="nan"><name>errnuv</name><description>Mean error on NUV</description><unit>mag</unit><ucd>stat.error;phot.mag;em.uv.200-300nm</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995556" g-colstat:max-value="0.0411" g-colstat:median="0.02399" g-colstat:min-value="0.01735" g-colstat:percentile03="0.01937" g-colstat:percentile97="0.02918"><name>ebv</name><description>E(B-V) absorption</description><ucd>phys.absorption</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.21101" g-colstat:max-value="2.89065e+23" g-colstat:median="2.78512e-17" g-colstat:min-value="-1.7917e+23" g-colstat:percentile03="8.55405e-19" g-colstat:percentile97="4.84267e-16"><name>oii_3728_flux</name><description>Comparat et al. OII flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.173622" g-colstat:median="1.71371e-10" g-colstat:min-value="1.96603e-18" g-colstat:percentile03="7.20367e-18" g-colstat:percentile97="nan"><name>oii_3728_fluxerr</name><description>Uncertainty on Comparat et al. OII flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.21101" g-colstat:max-value="1.15069e+41" g-colstat:median="12.1604" g-colstat:min-value="-6.87323e+40" g-colstat:percentile03="0.330036" g-colstat:percentile97="246.546"><name>oii_3728_ew</name><description>Comparat et al. estimate of OII line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.142149" g-colstat:max-value="6.84014e+23" g-colstat:median="1.07168e-17" g-colstat:min-value="-9.39882e-07" g-colstat:percentile03="-1.32064e-19" g-colstat:percentile97="2.44531e-14"><name>oiii_4960_flux</name><description>Comparat et al. OIII 4960 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.116591" g-colstat:median="4.19306e-10" g-colstat:min-value="2.75959e-18" g-colstat:percentile03="1.02005e-17" g-colstat:percentile97="nan"><name>oiii_4960_fluxerr</name><description>Uncertainty on Comparat et al. OIII 4960 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.142149" g-colstat:max-value="2.2955e+41" g-colstat:median="2.71491" g-colstat:min-value="-6.1105e+11" g-colstat:percentile03="-5.34506" g-colstat:percentile97="6832.97"><name>oiii_4960_ew</name><description>Comparat et al. estimate of OIII 4960 line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.133723" g-colstat:max-value="1.15848e+24" g-colstat:median="1.98386e-17" g-colstat:min-value="-789345" g-colstat:percentile03="1.5691e-19" g-colstat:percentile97="5.5479e-15"><name>oiii_5007_flux</name><description>Comparat et al. OIII 5007 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.11132" g-colstat:median="3.32087e-10" g-colstat:min-value="1.12665e-18" g-colstat:percentile03="9.08238e-18" g-colstat:percentile97="nan"><name>oiii_5007_fluxerr</name><description>Uncertainty on Comparat et al. OIII 5007 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.133723" g-colstat:max-value="1.12322e+42" g-colstat:median="5.30559" g-colstat:min-value="-3.53547e+23" g-colstat:percentile03="-5.70118" g-colstat:percentile97="1494.23"><name>oiii_5007_ew</name><description>Comparat et al. estimate of OIII 5007 line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0630452" g-colstat:max-value="9.30278e+23" g-colstat:median="4.69053e-18" g-colstat:min-value="-3.83719e+23" g-colstat:percentile03="-8.23676e-17" g-colstat:percentile97="8.94683e-14"><name>hdelta_4102_flux</name><description>Comparat et al. Hdelta 4102 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0517777" g-colstat:median="8.10698e-10" g-colstat:min-value="1.2461e-18" g-colstat:percentile03="6.70065e-18" g-colstat:percentile97="nan"><name>hdelta_4102_fluxerr</name><description>Uncertainty on Comparat et al. Hdelta 4102 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0630452" g-colstat:max-value="2.91235e+41" g-colstat:median="1.52517" g-colstat:min-value="-1.37873e+41" g-colstat:percentile03="-27.909" g-colstat:percentile97="29583"><name>hdelta_4102_ew</name><description>Comparat et al. estimate of Hdelta 4102 line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.117053" g-colstat:max-value="8.84939e+23" g-colstat:median="6.08538e-18" g-colstat:min-value="-6.8595e+22" g-colstat:percentile03="-1.82182e-17" g-colstat:percentile97="4.0941e-14"><name>hgamma_4341_flux</name><description>Comparat et al. Hgamma 4341 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0960052" g-colstat:median="3.98212e-10" g-colstat:min-value="2.40421e-18" g-colstat:percentile03="6.61113e-18" g-colstat:percentile97="nan"><name>hgamma_4341_fluxerr</name><description>Uncertainty on Comparat et al. Hgamma 4341 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.117053" g-colstat:max-value="8.43193e+40" g-colstat:median="1.79308" g-colstat:min-value="-4.64355e+40" g-colstat:percentile03="-20.8732" g-colstat:percentile97="16003.2"><name>hgamma_4341_ew</name><description>Comparat et al. estimate of Hgamma 4341 line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.132319" g-colstat:max-value="2.0435e+24" g-colstat:median="1.30306e-17" g-colstat:min-value="-1.30558e+17" g-colstat:percentile03="3.01955e-20" g-colstat:percentile97="1.00444e-14"><name>hbeta_4862_flux</name><description>Comparat et al. Hbeta 4862 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.108413" g-colstat:median="3.15501e-10" g-colstat:min-value="2.15654e-18" g-colstat:percentile03="7.80113e-18" g-colstat:percentile97="nan"><name>hbeta_4862_fluxerr</name><description>Uncertainty on Comparat et al. Hbeta 4862 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.132319" g-colstat:max-value="4.79359e+41" g-colstat:median="3.71188" g-colstat:min-value="-5.97276e+34" g-colstat:percentile03="-4.04222" g-colstat:percentile97="2903.15"><name>hbeta_4862_ew</name><description>Comparat et al. estimate of Hbeta 4862 line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995556" g-colstat:max-value="5.2325" g-colstat:median="0.7108" g-colstat:min-value="0" g-colstat:percentile03="0.4153" g-colstat:percentile97="1.17598"><name>mls_zphot</name><description>Best photometric redshift from VIPERS-MLS Le Phare analysis</description><ucd>src.redshift.phot</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995556" g-colstat:median="10.1866" g-colstat:min-value="7.0125" g-colstat:percentile03="9.07614" g-colstat:percentile97="11.2039"><name>mls_mass_med</name><description>Median stellar mass from VIPERS-MLS Le Phare analysis</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995556" g-colstat:median="0.76881" g-colstat:min-value="-5.975" g-colstat:percentile03="-3.17551" g-colstat:percentile97="1.87312"><name>mls_sfr_med</name><description>Median SFR from VIPERS-MLS Le Phare analysis</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995556" g-colstat:median="-9.25514" g-colstat:min-value="-17.1999" g-colstat:percentile03="-14.4874" g-colstat:percentile97="-8.15313"><name>mls_ssfr_med</name><description>Median specific SFR from VIPERS-MLS Le Phare analysis</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:max-value="12.8976" g-colstat:median="10.1791" g-colstat:min-value="-8.54786" g-colstat:percentile03="8.79711" g-colstat:percentile97="11.2265"><name>mass_best</name><description>Stellar mass form the best fitting model (Le Phare ASPIC run)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:median="10.0783" g-colstat:min-value="7.004" g-colstat:percentile03="8.85283" g-colstat:percentile97="11.1968"><name>mass_inf</name><description>Stellar mass 16% lower value from the analysis (Le Phare ASPIC run)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:median="10.1792" g-colstat:min-value="7.0125" g-colstat:percentile03="8.96042" g-colstat:percentile97="11.25"><name>mass_med</name><description>Median stellar mass from the analysis (Le Phare ASPIC run)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:median="10.2888" g-colstat:min-value="7.021" g-colstat:percentile03="9.07256" g-colstat:percentile97="11.3155"><name>mass_sup</name><description>Stellar mass 16% higher value from the analysis (Le Phare ASPIC run)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:median="0.830586" g-colstat:min-value="-40.9057" g-colstat:percentile03="-12.4221" g-colstat:percentile97="2.04348"><name>sfr_best</name><description>Star Formation Rate form the best fitting model (Le Phare ASPIC run)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:median="0.66243" g-colstat:min-value="-5.9861" g-colstat:percentile03="-4.77912" g-colstat:percentile97="1.81767"><name>sfr_inf</name><description>Star Formation Rate 16% lower value from the analysis (Le Phare ASPIC run)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:median="0.899558" g-colstat:min-value="-5.95655" g-colstat:percentile03="-3.09653" g-colstat:percentile97="2.01316"><name>sfr_med</name><description>Median Star Formation Rate from the analysis (Le Phare ASPIC run)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:median="1.13361" g-colstat:min-value="-5.6468" g-colstat:percentile03="-2.12896" g-colstat:percentile97="2.21098"><name>sfr_sup</name><description>Star Formation Rate 16% higher value from the analysis (Le Phare ASPIC run)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:max-value="-7.33734" g-colstat:median="-9.18196" g-colstat:min-value="-109.973" g-colstat:percentile03="-18.3321" g-colstat:percentile97="-7.81201"><name>ssfr_best</name><description>Specific Star Formation Rate form the best fitting model (Le Phare ASPIC run)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:median="-9.38331" g-colstat:min-value="-16.9675" g-colstat:percentile03="-15.6584" g-colstat:percentile97="-8.19232"><name>ssfr_inf</name><description>Specific Star Formation Rate 16% lower value from the analysis (Le Phare ASPIC run)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:median="-9.04622" g-colstat:min-value="-16.8985" g-colstat:percentile03="-13.9312" g-colstat:percentile97="-7.98882"><name>ssfr_med</name><description>Median specific Star Formation Rate from the analysis (Le Phare ASPIC run)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:median="-8.75813" g-colstat:min-value="-16.8295" g-colstat:percentile03="-12.5388" g-colstat:percentile97="-7.67316"><name>ssfr_sup</name><description>Specific Star Formation Rate 16% higher value from the analysis (Le Phare ASPIC run)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:max-value="31.806" g-colstat:median="-18.254" g-colstat:min-value="-26.56" g-colstat:percentile03="-20.5343" g-colstat:percentile97="-13.5097"><name>mag_abs_fuv</name><description>GALEX FUV absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.uv.100-200nm;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:max-value="30.78" g-colstat:median="-18.689" g-colstat:min-value="-26.743" g-colstat:percentile03="-20.7973" g-colstat:percentile97="-15.571"><name>mag_abs_nuv</name><description>GALEX NUV absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.uv.200-300nm;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:max-value="28.117" g-colstat:median="-20.286" g-colstat:min-value="-26.849" g-colstat:percentile03="-22.0003" g-colstat:percentile97="-17.9237"><name>mag_abs_mcam_u</name><description>CFHT u* absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.U;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:max-value="26.478" g-colstat:median="-20.992" g-colstat:min-value="-27.626" g-colstat:percentile03="-22.733" g-colstat:percentile97="-18.629"><name>mag_abs_mcam_g</name><description>CFHT g’ absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.B;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:max-value="25.339" g-colstat:median="-21.402" g-colstat:min-value="-27.994" g-colstat:percentile03="-23.243" g-colstat:percentile97="-18.922"><name>mag_abs_mcam_r</name><description>CFHT r’ absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.R;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:max-value="24.14" g-colstat:median="-21.694" g-colstat:min-value="-28.182" g-colstat:percentile03="-23.572" g-colstat:percentile97="-19.113"><name>mag_abs_mcam_i</name><description>CFHT i’ absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:max-value="23.895" g-colstat:median="-21.905" g-colstat:min-value="-28.316" g-colstat:percentile03="-23.801" g-colstat:percentile97="-19.178"><name>mag_abs_mcam_z</name><description>CFHT z’ absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995539" g-colstat:max-value="23.672" g-colstat:median="-22.197" g-colstat:min-value="-28.632" g-colstat:percentile03="-24.14" g-colstat:percentile97="-19.203"><name>mag_abs_wircam_ks</name><description>WIRCAM Ks absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.K;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.976408" g-colstat:max-value="2.49978e+13" g-colstat:median="2.76017e+10" g-colstat:min-value="480173" g-colstat:percentile03="2.2693e+09" g-colstat:percentile97="2.53739e+11"><name>mstar</name><description>Total stellar mass (CIGALE ASPIC run)</description><unit>solMass</unit><ucd>phys.mass;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.976408" g-colstat:max-value="2.58391e+13" g-colstat:median="8.76452e+09" g-colstat:min-value="289389" g-colstat:percentile03="6.62867e+08" g-colstat:percentile97="7.09335e+10"><name>mstar_err</name><description>Uncertainty on the total stellar mass (CIGALE ASPIC run)</description><unit>solMass</unit><ucd>stat.error;phys.mass;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.976408" g-colstat:max-value="888045" g-colstat:median="6.79827" g-colstat:min-value="8.33301e-09" g-colstat:percentile03="0.0262727" g-colstat:percentile97="398.564"><name>sfr</name><description>Star Formation Rate (CIGALE ASPIC run)</description><unit>solMass/yr</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.976408" g-colstat:max-value="387103" g-colstat:median="11.3295" g-colstat:min-value="2.64951e-05" g-colstat:percentile03="0.148661" g-colstat:percentile97="533.29"><name>sfr_err</name><description>Uncertainty on the Star Formation Rate (CIGALE ASPIC run)</description><unit>solMass/yr</unit><ucd>stat.error;phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="4.95638e-05" g-colstat:max-value="9.79707e-16" g-colstat:median="4.55437e-16" g-colstat:min-value="3.76777e-16" g-colstat:percentile03="3.81497e-16" g-colstat:percentile97="9.48251e-16"><name>em_lyalpha_flux</name><description>SLINEFIT Lyman alpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="4.95638e-05" g-colstat:max-value="1.10439e-16" g-colstat:median="5.66565e-17" g-colstat:min-value="3.19448e-17" g-colstat:percentile03="3.34275e-17" g-colstat:percentile97="1.07212e-16"><name>em_lyalpha_errflux</name><description>Uncertainty on SLINEFIT Lyman alpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="4.95638e-05" g-colstat:max-value="1.57617e-17" g-colstat:median="7.96328e-18" g-colstat:min-value="6.60573e-18" g-colstat:percentile03="6.68718e-18" g-colstat:percentile97="1.52938e-17"><name>em_lyalpha_fluxbkg</name><description>SLINEFIT Lyman alpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Lyalpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="4.95638e-05" g-colstat:max-value="1.79972e-18" g-colstat:median="1.03638e-18" g-colstat:min-value="4.39396e-19" g-colstat:percentile03="4.75215e-19" g-colstat:percentile97="1.75392e-18"><name>em_lyalpha_errfluxbkg</name><description>Uncertainty on SLINEFIT Lyman alpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Lyalpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="4.95638e-05" g-colstat:max-value="31.1504" g-colstat:median="10.2887" g-colstat:min-value="5.15181" g-colstat:percentile03="5.46002" g-colstat:percentile97="29.8987"><name>em_lyalpha_ew</name><description>SLINEFIT Lyman alpha equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="4.95638e-05" g-colstat:max-value="9.18464" g-colstat:median="0.918192" g-colstat:min-value="0.845509" g-colstat:percentile03="0.84987" g-colstat:percentile97="8.68866"><name>em_lyalpha_errew</name><description>Uncertainty on SLINEFIT Lyman alpha equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00127214" g-colstat:max-value="2.64191e-15" g-colstat:median="3.0731e-16" g-colstat:min-value="-2.01722e-17" g-colstat:percentile03="5.04493e-17" g-colstat:percentile97="1.77445e-15"><name>em_civ_1548_flux</name><description>SLINEFIT CIV measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00127214" g-colstat:max-value="2.58347e-16" g-colstat:median="3.43582e-17" g-colstat:min-value="6.18249e-18" g-colstat:percentile03="9.93873e-18" g-colstat:percentile97="2.28462e-16"><name>em_civ_1548_errflux</name><description>Uncertainty on SLINEFIT CIV measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00127214" g-colstat:max-value="6.54081e-17" g-colstat:median="5.03809e-18" g-colstat:min-value="1.04766e-18" g-colstat:percentile03="1.32814e-18" g-colstat:percentile97="3.20969e-17"><name>em_civ_1548_fluxbkg</name><description>SLINEFIT CIV background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00127214" g-colstat:max-value="3.62574e-18" g-colstat:median="3.7508e-19" g-colstat:min-value="7.87801e-20" g-colstat:percentile03="1.02889e-19" g-colstat:percentile97="3.1761e-18"><name>em_civ_1548_errfluxbkg</name><description>Uncertainty on SLINEFIT CIV background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00127214" g-colstat:max-value="71.1241" g-colstat:median="11.5192" g-colstat:min-value="-2.8671" g-colstat:percentile03="4.33569" g-colstat:percentile97="51.6321"><name>em_civ_1548_ew</name><description>SLINEFIT CIV equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00127214" g-colstat:max-value="22.0509" g-colstat:median="1.44315" g-colstat:min-value="0.436458" g-colstat:percentile03="0.63077" g-colstat:percentile97="7.582"><name>em_civ_1548_errew</name><description>Uncertainty on SLINEFIT CIV equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00447727" g-colstat:max-value="4.09133e-14" g-colstat:median="1.40159e-16" g-colstat:min-value="-1.073e-16" g-colstat:percentile03="1.68042e-17" g-colstat:percentile97="9.28201e-16"><name>em_ciii_1908_flux</name><description>SLINEFIT CIII measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00447727" g-colstat:max-value="1.00638e-14" g-colstat:median="2.14503e-17" g-colstat:min-value="3.67742e-18" g-colstat:percentile03="6.79336e-18" g-colstat:percentile97="1.01798e-16"><name>em_ciii_1908_errflux</name><description>Uncertainty on SLINEFIT CIII measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00447727" g-colstat:max-value="1.27817e-16" g-colstat:median="5.22935e-18" g-colstat:min-value="7.18669e-19" g-colstat:percentile03="1.56377e-18" g-colstat:percentile97="3.76076e-17"><name>em_ciii_1908_fluxbkg</name><description>SLINEFIT CIII background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00447727" g-colstat:max-value="3.32028e-18" g-colstat:median="2.79294e-19" g-colstat:min-value="5.09659e-20" g-colstat:percentile03="8.50449e-20" g-colstat:percentile97="1.189e-18"><name>em_ciii_1908_errfluxbkg</name><description>Uncertainty on SLINEFIT CIII background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00447727" g-colstat:max-value="1615.13" g-colstat:median="7.38421" g-colstat:min-value="-26.5657" g-colstat:percentile03="1.03095" g-colstat:percentile97="24.7343"><name>em_ciii_1908_ew</name><description>SLINEFIT CIII equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00447727" g-colstat:max-value="402.998" g-colstat:median="1.20808" g-colstat:min-value="0.282722" g-colstat:percentile03="0.472996" g-colstat:percentile97="6.17233"><name>em_ciii_1908_errew</name><description>Uncertainty on SLINEFIT CIII equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0115649" g-colstat:max-value="4.60419e-14" g-colstat:median="2.41926e-18" g-colstat:min-value="-9.16715e-13" g-colstat:percentile03="-1.07702e-16" g-colstat:percentile97="1.52244e-16"><name>abs_feii_2344_flux</name><description>SLINEFIT FeII 2344 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0115649" g-colstat:max-value="2.38199e-13" g-colstat:median="1.09611e-17" g-colstat:min-value="1.06537e-18" g-colstat:percentile03="1.92889e-18" g-colstat:percentile97="9.87759e-17"><name>abs_feii_2344_errflux</name><description>Uncertainty on SLINEFIT FeII 2344 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0115649" g-colstat:max-value="1.3576e-16" g-colstat:median="4.18197e-18" g-colstat:min-value="4.48228e-19" g-colstat:percentile03="1.14508e-18" g-colstat:percentile97="3.69196e-17"><name>abs_feii_2344_fluxbkg</name><description>SLINEFIT FeII 2344 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0115649" g-colstat:max-value="1.16489e-17" g-colstat:median="1.4794e-19" g-colstat:min-value="2.92619e-20" g-colstat:percentile03="5.07051e-20" g-colstat:percentile97="6.68563e-19"><name>abs_feii_2344_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2344 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0115649" g-colstat:max-value="7877.58" g-colstat:median="0.200184" g-colstat:min-value="-25099.6" g-colstat:percentile03="-6.03957" g-colstat:percentile97="6.32093"><name>abs_feii_2344_ew</name><description>SLINEFIT FeII 2344 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0115649" g-colstat:max-value="6572.66" g-colstat:median="0.685722" g-colstat:min-value="0.068099" g-colstat:percentile03="0.181259" g-colstat:percentile97="12.4147"><name>abs_feii_2344_errew</name><description>Uncertainty on SLINEFIT FeII 2344 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0125397" g-colstat:max-value="4.01666e-13" g-colstat:median="-9.39334e-19" g-colstat:min-value="-7.10601e-15" g-colstat:percentile03="-6.22344e-17" g-colstat:percentile97="8.66573e-17"><name>abs_feii_2380_1_flux</name><description>SLINEFIT FeII 2380_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0125397" g-colstat:max-value="3.49211e-13" g-colstat:median="5.38903e-18" g-colstat:min-value="6.9178e-19" g-colstat:percentile03="1.37035e-18" g-colstat:percentile97="3.86667e-17"><name>abs_feii_2380_1_errflux</name><description>Uncertainty on SLINEFIT FeII 2380_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0125397" g-colstat:max-value="1.36525e-16" g-colstat:median="3.99224e-18" g-colstat:min-value="4.68262e-19" g-colstat:percentile03="9.8377e-19" g-colstat:percentile97="3.57144e-17"><name>abs_feii_2380_1_fluxbkg</name><description>SLINEFIT FeII 2380_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0125397" g-colstat:max-value="9.76394e-18" g-colstat:median="1.33357e-19" g-colstat:min-value="3.08716e-20" g-colstat:percentile03="4.66103e-20" g-colstat:percentile97="7.61085e-19"><name>abs_feii_2380_1_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2380_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0125397" g-colstat:max-value="102590" g-colstat:median="-0.0532708" g-colstat:min-value="-419.119" g-colstat:percentile03="-5.29777" g-colstat:percentile97="4.48686"><name>abs_feii_2380_1_ew</name><description>SLINEFIT FeII 2380_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0125397" g-colstat:max-value="107562" g-colstat:median="0.367813" g-colstat:min-value="0.0303976" g-colstat:percentile03="0.0858913" g-colstat:percentile97="6.97119"><name>abs_feii_2380_1_errew</name><description>Uncertainty on SLINEFIT FeII 2380_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0125397" g-colstat:max-value="4.01666e-13" g-colstat:median="-9.39334e-19" g-colstat:min-value="-7.10601e-15" g-colstat:percentile03="-6.22344e-17" g-colstat:percentile97="8.66573e-17"><name>abs_feii_2380_2_flux</name><description>SLINEFIT FeII 2380_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0125397" g-colstat:max-value="3.49211e-13" g-colstat:median="5.38903e-18" g-colstat:min-value="6.9178e-19" g-colstat:percentile03="1.37035e-18" g-colstat:percentile97="3.86667e-17"><name>abs_feii_2380_2_errflux</name><description>Uncertainty on SLINEFIT FeII 2380_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0125397" g-colstat:max-value="1.36525e-16" g-colstat:median="3.99224e-18" g-colstat:min-value="4.68262e-19" g-colstat:percentile03="9.8377e-19" g-colstat:percentile97="3.57144e-17"><name>abs_feii_2380_2_fluxbkg</name><description>SLINEFIT FeII 2380_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0125397" g-colstat:max-value="9.76394e-18" g-colstat:median="1.33357e-19" g-colstat:min-value="3.08716e-20" g-colstat:percentile03="4.66103e-20" g-colstat:percentile97="7.61085e-19"><name>abs_feii_2380_2_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2380_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0125397" g-colstat:max-value="102590" g-colstat:median="-0.0532708" g-colstat:min-value="-419.119" g-colstat:percentile03="-5.29777" g-colstat:percentile97="4.48686"><name>abs_feii_2380_2_ew</name><description>SLINEFIT FeII 2380_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0125397" g-colstat:max-value="107562" g-colstat:median="0.367813" g-colstat:min-value="0.0303976" g-colstat:percentile03="0.0858913" g-colstat:percentile97="6.97119"><name>abs_feii_2380_2_errew</name><description>Uncertainty on SLINEFIT FeII 2380_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0332243" g-colstat:max-value="7.25435e-12" g-colstat:median="-1.45847e-17" g-colstat:min-value="-2.49232e-14" g-colstat:percentile03="-1.31581e-16" g-colstat:percentile97="5.57922e-17"><name>abs_feii_2600_1_flux</name><description>SLINEFIT FeII 2600_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0332243" g-colstat:max-value="3.0438e-12" g-colstat:median="6.96931e-18" g-colstat:min-value="5.19083e-19" g-colstat:percentile03="1.87789e-18" g-colstat:percentile97="1.21634e-16"><name>abs_feii_2600_1_errflux</name><description>Uncertainty on SLINEFIT FeII 2600_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0332243" g-colstat:max-value="1.69428e-16" g-colstat:median="2.48209e-18" g-colstat:min-value="0" g-colstat:percentile03="5.7951e-19" g-colstat:percentile97="2.43263e-17"><name>abs_feii_2600_1_fluxbkg</name><description>SLINEFIT FeII 2600_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0332243" g-colstat:max-value="3.48981" g-colstat:median="1.58184e-19" g-colstat:min-value="2.83904e-20" g-colstat:percentile03="5.48791e-20" g-colstat:percentile97="9.53913e-19"><name>abs_feii_2600_1_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2600_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0332243" g-colstat:median="-1.75042" g-colstat:min-value="-16576.7" g-colstat:percentile03="-13.8158" g-colstat:percentile97="22.6151"><name>abs_feii_2600_1_ew</name><description>SLINEFIT FeII 2600_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0332243" g-colstat:median="1.0092" g-colstat:min-value="0.0559316" g-colstat:percentile03="0.176611" g-colstat:percentile97="50.5369"><name>abs_feii_2600_1_errew</name><description>Uncertainty on SLINEFIT FeII 2600_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0332243" g-colstat:max-value="7.25435e-12" g-colstat:median="-1.45847e-17" g-colstat:min-value="-2.49232e-14" g-colstat:percentile03="-1.31581e-16" g-colstat:percentile97="5.57922e-17"><name>abs_feii_2600_2_flux</name><description>SLINEFIT FeII 2600_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0332243" g-colstat:max-value="3.0438e-12" g-colstat:median="6.96931e-18" g-colstat:min-value="5.19083e-19" g-colstat:percentile03="1.87789e-18" g-colstat:percentile97="1.21634e-16"><name>abs_feii_2600_2_errflux</name><description>Uncertainty on SLINEFIT FeII 2600_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0332243" g-colstat:max-value="1.69428e-16" g-colstat:median="2.48209e-18" g-colstat:min-value="0" g-colstat:percentile03="5.7951e-19" g-colstat:percentile97="2.43263e-17"><name>abs_feii_2600_2_fluxbkg</name><description>SLINEFIT FeII 2600_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0332243" g-colstat:max-value="3.48981" g-colstat:median="1.58184e-19" g-colstat:min-value="2.83904e-20" g-colstat:percentile03="5.48791e-20" g-colstat:percentile97="9.53913e-19"><name>abs_feii_2600_2_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2600_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0332243" g-colstat:median="-1.75042" g-colstat:min-value="-16576.7" g-colstat:percentile03="-13.8158" g-colstat:percentile97="22.6151"><name>abs_feii_2600_2_ew</name><description>SLINEFIT FeII 2600_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0332243" g-colstat:median="1.0092" g-colstat:min-value="0.0559316" g-colstat:percentile03="0.176611" g-colstat:percentile97="50.5369"><name>abs_feii_2600_2_errew</name><description>Uncertainty on SLINEFIT FeII 2600_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0902392" g-colstat:max-value="7.34936e-07" g-colstat:median="5.37021e-18" g-colstat:min-value="-2.67543e-08" g-colstat:percentile03="-2.91254e-16" g-colstat:percentile97="8.31619e-16"><name>abs_mgii_2797_flux</name><description>SLINEFIT MgII 2797 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0902392" g-colstat:max-value="5.02823e-07" g-colstat:median="1.82561e-17" g-colstat:min-value="8.45253e-19" g-colstat:percentile03="3.03735e-18" g-colstat:percentile97="6.47924e-15"><name>abs_mgii_2797_errflux</name><description>Uncertainty on SLINEFIT MgII 2797 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0903549" g-colstat:max-value="1.40564e-16" g-colstat:median="1.82983e-18" g-colstat:min-value="0" g-colstat:percentile03="3.67832e-19" g-colstat:percentile97="1.22148e-17"><name>abs_mgii_2797_fluxbkg</name><description>SLINEFIT MgII 2797 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0903549" g-colstat:max-value="2.18456e-17" g-colstat:median="1.35912e-19" g-colstat:min-value="0" g-colstat:percentile03="5.22763e-20" g-colstat:percentile97="8.07726e-19"><name>abs_mgii_2797_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2797 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0903549" g-colstat:median="1.39871" g-colstat:percentile03="-130.444" g-colstat:percentile97="162.021"><name>abs_mgii_2797_ew</name><description>SLINEFIT MgII 2797 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0903549" g-colstat:median="4.59471" g-colstat:min-value="0" g-colstat:percentile03="0.719429" g-colstat:percentile97="6080.14"><name>abs_mgii_2797_errew</name><description>Uncertainty on SLINEFIT MgII 2797 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0914618" g-colstat:max-value="4.45656e-09" g-colstat:median="-4.94696e-18" g-colstat:min-value="-1.01364e-09" g-colstat:percentile03="-8.39228e-16" g-colstat:percentile97="5.34035e-16"><name>em_mgii_2799_flux</name><description>SLINEFIT MgII 2799 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0914618" g-colstat:max-value="2.30108e-09" g-colstat:median="2.18752e-17" g-colstat:min-value="6.15773e-19" g-colstat:percentile03="2.66155e-18" g-colstat:percentile97="1.6508e-14"><name>em_mgii_2799_errflux</name><description>Uncertainty on SLINEFIT MgII 2799 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0915114" g-colstat:max-value="1.40838e-16" g-colstat:median="1.82997e-18" g-colstat:min-value="0" g-colstat:percentile03="3.78879e-19" g-colstat:percentile97="1.20154e-17"><name>em_mgii_2799_fluxbkg</name><description>SLINEFIT MgII 2799 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0915114" g-colstat:max-value="2.35312e-17" g-colstat:median="1.35448e-19" g-colstat:min-value="0" g-colstat:percentile03="5.23779e-20" g-colstat:percentile97="8.1587e-19"><name>em_mgii_2799_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2799 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0915114" g-colstat:median="-1.10913" g-colstat:percentile03="-237.227" g-colstat:percentile97="241.362"><name>em_mgii_2799_ew</name><description>SLINEFIT MgII 2799 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0915114" g-colstat:median="5.48438" g-colstat:min-value="0" g-colstat:percentile03="0.613054" g-colstat:percentile97="8264.48"><name>em_mgii_2799_errew</name><description>Uncertainty on SLINEFIT MgII 2799 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0944687" g-colstat:max-value="1.06141e-11" g-colstat:median="8.54976e-18" g-colstat:min-value="-1.20786e-10" g-colstat:percentile03="-2.64074e-16" g-colstat:percentile97="9.30566e-16"><name>abs_mgii_2804_flux</name><description>SLINEFIT MgII 2804 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0944687" g-colstat:max-value="1.13633e-10" g-colstat:median="1.19805e-17" g-colstat:min-value="5.76217e-19" g-colstat:percentile03="2.04691e-18" g-colstat:percentile97="9.76477e-15"><name>abs_mgii_2804_errflux</name><description>Uncertainty on SLINEFIT MgII 2804 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0945017" g-colstat:max-value="1.40056e-16" g-colstat:median="1.83011e-18" g-colstat:min-value="0" g-colstat:percentile03="3.87363e-19" g-colstat:percentile97="1.15696e-17"><name>abs_mgii_2804_fluxbkg</name><description>SLINEFIT MgII 2804 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0945017" g-colstat:max-value="2.57372e-17" g-colstat:median="1.3588e-19" g-colstat:min-value="0" g-colstat:percentile03="5.19441e-20" g-colstat:percentile97="8.36029e-19"><name>abs_mgii_2804_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2804 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0945017" g-colstat:median="2.23953" g-colstat:percentile03="-92.2035" g-colstat:percentile97="282.858"><name>abs_mgii_2804_ew</name><description>SLINEFIT MgII 2804 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0945017" g-colstat:median="2.93069" g-colstat:min-value="0" g-colstat:percentile03="0.511023" g-colstat:percentile97="4107.59"><name>abs_mgii_2804_errew</name><description>Uncertainty on SLINEFIT MgII 2804 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.777111" g-colstat:max-value="2.01222e-11" g-colstat:median="1.9474e-18" g-colstat:min-value="-0.00046774" g-colstat:percentile03="-4.80693e-17" g-colstat:percentile97="5.63788e-17"><name>abs_fei_3582_flux</name><description>SLINEFIT FeI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.777111" g-colstat:max-value="0.00119092" g-colstat:median="7.49221e-18" g-colstat:min-value="3.49003e-19" g-colstat:percentile03="1.59313e-18" g-colstat:percentile97="7.10856e-17"><name>abs_fei_3582_errflux</name><description>Uncertainty on SLINEFIT FeI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.777128" g-colstat:max-value="1.27761e-16" g-colstat:median="1.97336e-18" g-colstat:min-value="0" g-colstat:percentile03="9.3093e-19" g-colstat:percentile97="6.63854e-18"><name>abs_fei_3582_fluxbkg</name><description>SLINEFIT FeI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.777128" g-colstat:max-value="5.40128" g-colstat:median="1.20686e-19" g-colstat:min-value="1.14594e-20" g-colstat:percentile03="5.00491e-20" g-colstat:percentile97="5.4378e-19"><name>abs_fei_3582_errfluxbkg</name><description>Uncertainty on SLINEFIT FeI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.777128" g-colstat:median="0.506949" g-colstat:min-value="-6.08754e+13" g-colstat:percentile03="-12.4831" g-colstat:percentile97="14.5989"><name>abs_fei_3582_ew</name><description>SLINEFIT FeI equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.777128" g-colstat:median="2.0216" g-colstat:min-value="0.109856" g-colstat:percentile03="0.413383" g-colstat:percentile97="21.3794"><name>abs_fei_3582_errew</name><description>Uncertainty on SLINEFIT FeI equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.883822" g-colstat:max-value="0.000289808" g-colstat:median="3.98195e-17" g-colstat:min-value="-1.38264e-11" g-colstat:percentile03="-3.01495e-18" g-colstat:percentile97="1.98228e-16"><name>em_oii_3727_1_flux</name><description>SLINEFIT OII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.883822" g-colstat:max-value="0.000711023" g-colstat:median="5.96698e-18" g-colstat:min-value="2.79155e-19" g-colstat:percentile03="2.1404e-18" g-colstat:percentile97="2.49827e-17"><name>em_oii_3727_1_errflux</name><description>Uncertainty on SLINEFIT OII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.883888" g-colstat:max-value="1.15628e-16" g-colstat:median="2.08621e-18" g-colstat:min-value="0" g-colstat:percentile03="9.98836e-19" g-colstat:percentile97="7.60593e-18"><name>em_oii_3727_1_fluxbkg</name><description>SLINEFIT OII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.883888" g-colstat:max-value="3.10781" g-colstat:median="1.37353e-19" g-colstat:min-value="1.32244e-20" g-colstat:percentile03="5.88658e-20" g-colstat:percentile97="5.83831e-19"><name>em_oii_3727_1_errfluxbkg</name><description>Uncertainty on SLINEFIT OII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.883888" g-colstat:median="10.2615" g-colstat:min-value="-2.46281e+06" g-colstat:percentile03="-0.861205" g-colstat:percentile97="39.7777"><name>em_oii_3727_1_ew</name><description>SLINEFIT OII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.883888" g-colstat:median="1.72701" g-colstat:min-value="0.128858" g-colstat:percentile03="0.605102" g-colstat:percentile97="8.01591"><name>em_oii_3727_1_errew</name><description>Uncertainty on SLINEFIT OII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.883822" g-colstat:max-value="0.000289808" g-colstat:median="3.98195e-17" g-colstat:min-value="-1.38264e-11" g-colstat:percentile03="-3.01495e-18" g-colstat:percentile97="1.98228e-16"><name>em_oii_3727_2_flux</name><description>SLINEFIT OII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.883822" g-colstat:max-value="0.000711023" g-colstat:median="5.96698e-18" g-colstat:min-value="2.79155e-19" g-colstat:percentile03="2.1404e-18" g-colstat:percentile97="2.49827e-17"><name>em_oii_3727_2_errflux</name><description>Uncertainty on SLINEFIT OII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.883888" g-colstat:max-value="1.15628e-16" g-colstat:median="2.08621e-18" g-colstat:min-value="0" g-colstat:percentile03="9.98836e-19" g-colstat:percentile97="7.60593e-18"><name>em_oii_3727_2_fluxbkg</name><description>SLINEFIT OII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.883888" g-colstat:max-value="3.10781" g-colstat:median="1.37353e-19" g-colstat:min-value="1.32244e-20" g-colstat:percentile03="5.88658e-20" g-colstat:percentile97="5.83831e-19"><name>em_oii_3727_2_errfluxbkg</name><description>Uncertainty on SLINEFIT OII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.883888" g-colstat:median="10.2615" g-colstat:min-value="-2.46281e+06" g-colstat:percentile03="-0.861205" g-colstat:percentile97="39.7777"><name>em_oii_3727_2_ew</name><description>SLINEFIT OII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.883888" g-colstat:median="1.72701" g-colstat:min-value="0.128858" g-colstat:percentile03="0.605102" g-colstat:percentile97="8.01591"><name>em_oii_3727_2_errew</name><description>Uncertainty on SLINEFIT OII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946075" g-colstat:max-value="0.0022396" g-colstat:median="6.86695e-18" g-colstat:min-value="-0.0117117" g-colstat:percentile03="-6.34781e-17" g-colstat:percentile97="9.75474e-17"><name>abs_k_3934_flux</name><description>SLINEFIT K measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946075" g-colstat:max-value="0.0344132" g-colstat:median="1.01704e-17" g-colstat:min-value="4.87498e-19" g-colstat:percentile03="2.12998e-18" g-colstat:percentile97="6.21239e-17"><name>abs_k_3934_errflux</name><description>Uncertainty on SLINEFIT K measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946091" g-colstat:max-value="1.26049e-16" g-colstat:median="2.64758e-18" g-colstat:min-value="0" g-colstat:percentile03="1.23778e-18" g-colstat:percentile97="1.00096e-17"><name>abs_k_3934_fluxbkg</name><description>SLINEFIT K background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946091" g-colstat:max-value="6.9498" g-colstat:median="1.14585e-19" g-colstat:min-value="9.81668e-21" g-colstat:percentile03="4.89588e-20" g-colstat:percentile97="4.81648e-19"><name>abs_k_3934_errfluxbkg</name><description>Uncertainty on SLINEFIT K background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946091" g-colstat:median="1.42485" g-colstat:min-value="-1.45372e+15" g-colstat:percentile03="-10.8512" g-colstat:percentile97="19.4244"><name>abs_k_3934_ew</name><description>SLINEFIT K equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946091" g-colstat:median="2.07944" g-colstat:min-value="0.116221" g-colstat:percentile03="0.442074" g-colstat:percentile97="12.5599"><name>abs_k_3934_errew</name><description>Uncertainty on SLINEFIT K equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.948619" g-colstat:max-value="1.30088e-11" g-colstat:median="1.92396e-17" g-colstat:min-value="-0.00792321" g-colstat:percentile03="-1.52851e-17" g-colstat:percentile97="1.13276e-16"><name>abs_h_3969_flux</name><description>SLINEFIT H measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.948619" g-colstat:max-value="0.0380224" g-colstat:median="6.5849e-18" g-colstat:min-value="3.88232e-19" g-colstat:percentile03="2.03188e-18" g-colstat:percentile97="4.53591e-17"><name>abs_h_3969_errflux</name><description>Uncertainty on SLINEFIT H measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.948635" g-colstat:max-value="1.26265e-16" g-colstat:median="2.88671e-18" g-colstat:min-value="7.84575e-20" g-colstat:percentile03="1.36933e-18" g-colstat:percentile97="1.10276e-17"><name>abs_h_3969_fluxbkg</name><description>SLINEFIT H background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.948635" g-colstat:max-value="6.9498" g-colstat:median="1.12629e-19" g-colstat:min-value="1.34974e-20" g-colstat:percentile03="4.82384e-20" g-colstat:percentile97="4.68381e-19"><name>abs_h_3969_errfluxbkg</name><description>Uncertainty on SLINEFIT H background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.948635" g-colstat:max-value="6.13408e+06" g-colstat:median="3.42943" g-colstat:min-value="-8.58927e+14" g-colstat:percentile03="-3.65466" g-colstat:percentile97="17.7196"><name>abs_h_3969_ew</name><description>SLINEFIT H equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.948635" g-colstat:max-value="3.78414e+19" g-colstat:median="1.21824" g-colstat:min-value="0.0924467" g-colstat:percentile03="0.36434" g-colstat:percentile97="9.02013"><name>abs_h_3969_errew</name><description>Uncertainty on SLINEFIT H equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.951824" g-colstat:max-value="0.000568891" g-colstat:median="2.8857e-17" g-colstat:min-value="-0.015819" g-colstat:percentile03="-1.82039e-16" g-colstat:percentile97="2.45678e-16"><name>em_hdelta_flux</name><description>SLINEFIT Hdelta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.951824" g-colstat:max-value="0.016189" g-colstat:median="2.10314e-17" g-colstat:min-value="5.77637e-19" g-colstat:percentile03="3.96495e-18" g-colstat:percentile97="1.93701e-16"><name>em_hdelta_errflux</name><description>Uncertainty on SLINEFIT Hdelta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.952006" g-colstat:max-value="1.3183e-16" g-colstat:median="3.19853e-18" g-colstat:min-value="0" g-colstat:percentile03="1.59052e-18" g-colstat:percentile97="1.2842e-17"><name>em_hdelta_fluxbkg</name><description>SLINEFIT Hdelta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.952006" g-colstat:max-value="11.144" g-colstat:median="1.12652e-19" g-colstat:min-value="0" g-colstat:percentile03="4.74754e-20" g-colstat:percentile97="4.75452e-19"><name>em_hdelta_errfluxbkg</name><description>Uncertainty on SLINEFIT Hdelta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.952006" g-colstat:max-value="6.89574e+13" g-colstat:median="4.53098" g-colstat:percentile03="-32.481" g-colstat:percentile97="37.9071"><name>em_hdelta_ew</name><description>SLINEFIT Hdelta equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.952006" g-colstat:median="3.51502" g-colstat:min-value="0" g-colstat:percentile03="0.607103" g-colstat:percentile97="34.9484"><name>em_hdelta_errew</name><description>Uncertainty on SLINEFIT Hdelta equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.951923" g-colstat:max-value="2.25518e-06" g-colstat:median="-7.99292e-18" g-colstat:min-value="-8.66915e-05" g-colstat:percentile03="-1.93542e-16" g-colstat:percentile97="2.02305e-16"><name>abs_hdelta_4102_flux</name><description>SLINEFIT Hdelta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.951923" g-colstat:max-value="0.000161832" g-colstat:median="2.08913e-17" g-colstat:min-value="7.43188e-19" g-colstat:percentile03="3.63029e-18" g-colstat:percentile97="1.85333e-16"><name>abs_hdelta_4102_errflux</name><description>Uncertainty on SLINEFIT Hdelta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.951956" g-colstat:max-value="1.3183e-16" g-colstat:median="3.19744e-18" g-colstat:min-value="0" g-colstat:percentile03="1.59241e-18" g-colstat:percentile97="1.28548e-17"><name>abs_hdelta_4102_fluxbkg</name><description>SLINEFIT Hdelta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.951956" g-colstat:max-value="11.144" g-colstat:median="1.1271e-19" g-colstat:min-value="0" g-colstat:percentile03="4.75442e-20" g-colstat:percentile97="4.76633e-19"><name>abs_hdelta_4102_errfluxbkg</name><description>Uncertainty on SLINEFIT Hdelta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.951956" g-colstat:max-value="4.37231e+11" g-colstat:median="-1.30342" g-colstat:percentile03="-31.0871" g-colstat:percentile97="34.6833"><name>abs_hdelta_4102_ew</name><description>SLINEFIT Hdelta equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.951956" g-colstat:median="3.51241" g-colstat:min-value="0" g-colstat:percentile03="0.528013" g-colstat:percentile97="32.7195"><name>abs_hdelta_4102_errew</name><description>Uncertainty on SLINEFIT Hdelta equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946587" g-colstat:max-value="0.0943897" g-colstat:median="-1.60566e-18" g-colstat:min-value="-0.00294801" g-colstat:percentile03="-5.73528e-17" g-colstat:percentile97="6.17528e-17"><name>abs_gband_4304_flux</name><description>SLINEFIT Gband measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946587" g-colstat:max-value="0.203387" g-colstat:median="7.83342e-18" g-colstat:min-value="4.56965e-19" g-colstat:percentile03="1.64947e-18" g-colstat:percentile97="4.58565e-17"><name>abs_gband_4304_errflux</name><description>Uncertainty on SLINEFIT Gband measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946587" g-colstat:max-value="1.26618e-16" g-colstat:median="3.24905e-18" g-colstat:min-value="4.88742e-20" g-colstat:percentile03="1.63455e-18" g-colstat:percentile97="1.38047e-17"><name>abs_gband_4304_fluxbkg</name><description>SLINEFIT Gband background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946587" g-colstat:max-value="1.85432" g-colstat:median="1.13176e-19" g-colstat:min-value="1.39565e-20" g-colstat:percentile03="4.62011e-20" g-colstat:percentile97="5.01876e-19"><name>abs_gband_4304_errfluxbkg</name><description>Uncertainty on SLINEFIT Gband background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946587" g-colstat:max-value="2.26065e+16" g-colstat:median="-0.251086" g-colstat:min-value="-2.68172e+14" g-colstat:percentile03="-8.4691" g-colstat:percentile97="10.2979"><name>abs_gband_4304_ew</name><description>SLINEFIT Gband equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946587" g-colstat:max-value="2.18308e+20" g-colstat:median="1.24445" g-colstat:min-value="0.0627691" g-colstat:percentile03="0.257446" g-colstat:percentile97="8.22056"><name>abs_gband_4304_errew</name><description>Uncertainty on SLINEFIT Gband equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.94467" g-colstat:max-value="8.88483e-06" g-colstat:median="3.22727e-17" g-colstat:min-value="-0.00292774" g-colstat:percentile03="-2.36465e-16" g-colstat:percentile97="3.08688e-16"><name>em_hgamma_flux</name><description>SLINEFIT Hgamma measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.94467" g-colstat:max-value="0.00331251" g-colstat:median="2.16889e-17" g-colstat:min-value="5.71913e-19" g-colstat:percentile03="4.05478e-18" g-colstat:percentile97="2.53657e-16"><name>em_hgamma_errflux</name><description>Uncertainty on SLINEFIT Hgamma measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.944687" g-colstat:max-value="1.25747e-16" g-colstat:median="3.23521e-18" g-colstat:min-value="0" g-colstat:percentile03="1.62404e-18" g-colstat:percentile97="1.3977e-17"><name>em_hgamma_fluxbkg</name><description>SLINEFIT Hgamma background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.944687" g-colstat:max-value="1.85432" g-colstat:median="1.14642e-19" g-colstat:min-value="0" g-colstat:percentile03="4.63989e-20" g-colstat:percentile97="5.11251e-19"><name>em_hgamma_errfluxbkg</name><description>Uncertainty on SLINEFIT Hgamma background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.944687" g-colstat:max-value="2.4111e+12" g-colstat:median="4.83205" g-colstat:min-value="-5.97572e+14" g-colstat:percentile03="-40.6133" g-colstat:percentile97="50.5055"><name>em_hgamma_ew</name><description>SLINEFIT Hgamma equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.944687" g-colstat:max-value="1.44272e+20" g-colstat:median="3.59118" g-colstat:min-value="0" g-colstat:percentile03="0.594965" g-colstat:percentile97="46.0157"><name>em_hgamma_errew</name><description>Uncertainty on SLINEFIT Hgamma equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.944604" g-colstat:max-value="0.000566214" g-colstat:median="-7.39962e-18" g-colstat:min-value="-0.000510126" g-colstat:percentile03="-2.45632e-16" g-colstat:percentile97="2.68632e-16"><name>abs_hgamma_4341_flux</name><description>SLINEFIT Hgamma measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.944604" g-colstat:max-value="0.00183701" g-colstat:median="2.20171e-17" g-colstat:min-value="3.43465e-19" g-colstat:percentile03="3.9055e-18" g-colstat:percentile97="2.45196e-16"><name>abs_hgamma_4341_errflux</name><description>Uncertainty on SLINEFIT Hgamma measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.944687" g-colstat:max-value="1.25747e-16" g-colstat:median="3.23551e-18" g-colstat:min-value="0" g-colstat:percentile03="1.62326e-18" g-colstat:percentile97="1.39909e-17"><name>abs_hgamma_4341_fluxbkg</name><description>SLINEFIT Hgamma background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.944687" g-colstat:max-value="1.85432" g-colstat:median="1.14622e-19" g-colstat:min-value="0" g-colstat:percentile03="4.63593e-20" g-colstat:percentile97="5.11576e-19"><name>abs_hgamma_4341_errfluxbkg</name><description>Uncertainty on SLINEFIT Hgamma background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.944687" g-colstat:max-value="8.36769e+13" g-colstat:median="-1.1856" g-colstat:min-value="-7.84084e+13" g-colstat:percentile03="-40.6948" g-colstat:percentile97="44.8393"><name>abs_hgamma_4341_ew</name><description>SLINEFIT Hgamma equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.944687" g-colstat:max-value="8.41245e+19" g-colstat:median="3.5697" g-colstat:min-value="0" g-colstat:percentile03="0.595862" g-colstat:percentile97="45.557"><name>abs_hgamma_4341_errew</name><description>Uncertainty on SLINEFIT Hgamma equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.84769" g-colstat:max-value="0.30009" g-colstat:median="3.89214e-17" g-colstat:min-value="-7.62984" g-colstat:percentile03="-3.43534e-16" g-colstat:percentile97="4.14732e-16"><name>em_hbeta_flux</name><description>SLINEFIT Hbeta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.84769" g-colstat:max-value="24.08" g-colstat:median="2.82794e-17" g-colstat:min-value="9.92391e-19" g-colstat:percentile03="5.07967e-18" g-colstat:percentile97="3.38012e-16"><name>em_hbeta_errflux</name><description>Uncertainty on SLINEFIT Hbeta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.848037" g-colstat:max-value="1.69827e-16" g-colstat:median="3.50011e-18" g-colstat:min-value="0" g-colstat:percentile03="1.51794e-18" g-colstat:percentile97="1.79601e-17"><name>em_hbeta_fluxbkg</name><description>SLINEFIT Hbeta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.848037" g-colstat:max-value="2.06404" g-colstat:median="1.49207e-19" g-colstat:min-value="0" g-colstat:percentile03="5.68938e-20" g-colstat:percentile97="7.96595e-19"><name>em_hbeta_errfluxbkg</name><description>Uncertainty on SLINEFIT Hbeta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.848037" g-colstat:median="5.28136" g-colstat:percentile03="-56.111" g-colstat:percentile97="68.8628"><name>em_hbeta_ew</name><description>SLINEFIT Hbeta equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.848037" g-colstat:median="4.55399" g-colstat:min-value="0" g-colstat:percentile03="0.570713" g-colstat:percentile97="65.3755"><name>em_hbeta_errew</name><description>Uncertainty on SLINEFIT Hbeta equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.847525" g-colstat:max-value="22.1133" g-colstat:median="1.12562e-17" g-colstat:min-value="-0.00183479" g-colstat:percentile03="-3.08185e-16" g-colstat:percentile97="4.02629e-16"><name>abs_hbeta_4862_flux</name><description>SLINEFIT Hbeta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.847525" g-colstat:max-value="50.4689" g-colstat:median="2.80612e-17" g-colstat:min-value="8.86359e-19" g-colstat:percentile03="4.46204e-18" g-colstat:percentile97="3.31582e-16"><name>abs_hbeta_4862_errflux</name><description>Uncertainty on SLINEFIT Hbeta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.847558" g-colstat:max-value="1.69621e-16" g-colstat:median="3.49805e-18" g-colstat:min-value="0" g-colstat:percentile03="1.5183e-18" g-colstat:percentile97="1.79478e-17"><name>abs_hbeta_4862_fluxbkg</name><description>SLINEFIT Hbeta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.847558" g-colstat:max-value="2.06404" g-colstat:median="1.49601e-19" g-colstat:min-value="0" g-colstat:percentile03="5.71676e-20" g-colstat:percentile97="8.00105e-19"><name>abs_hbeta_4862_errfluxbkg</name><description>Uncertainty on SLINEFIT Hbeta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.847558" g-colstat:median="1.52509" g-colstat:percentile03="-50.0702" g-colstat:percentile97="67.2909"><name>abs_hbeta_4862_ew</name><description>SLINEFIT Hbeta equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.847558" g-colstat:median="4.44018" g-colstat:min-value="0" g-colstat:percentile03="0.581199" g-colstat:percentile97="64.3459"><name>abs_hbeta_4862_errew</name><description>Uncertainty on SLINEFIT Hbeta equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.805264" g-colstat:max-value="0.45197" g-colstat:median="3.72496e-17" g-colstat:min-value="-0.276143" g-colstat:percentile03="-1.13814e-16" g-colstat:percentile97="4.56111e-16"><name>em_oiii_5007_1_flux</name><description>SLINEFIT OIII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.805264" g-colstat:max-value="1.17624" g-colstat:median="1.35579e-17" g-colstat:min-value="6.41407e-19" g-colstat:percentile03="3.64644e-18" g-colstat:percentile97="1.20224e-16"><name>em_oiii_5007_1_errflux</name><description>Uncertainty on SLINEFIT OIII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.805264" g-colstat:max-value="1.74159e-16" g-colstat:median="3.58019e-18" g-colstat:min-value="0" g-colstat:percentile03="1.54184e-18" g-colstat:percentile97="1.85943e-17"><name>em_oiii_5007_1_fluxbkg</name><description>SLINEFIT OIII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.805264" g-colstat:max-value="5.92105e-17" g-colstat:median="1.70058e-19" g-colstat:min-value="1.68303e-20" g-colstat:percentile03="6.28644e-20" g-colstat:percentile97="1.01258e-18"><name>em_oiii_5007_1_errfluxbkg</name><description>Uncertainty on SLINEFIT OIII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.805264" g-colstat:median="5.54351" g-colstat:percentile03="-15.2634" g-colstat:percentile97="91.3465"><name>em_oiii_5007_1_ew</name><description>SLINEFIT OIII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.805264" g-colstat:median="2.17491" g-colstat:min-value="0.0980218" g-colstat:percentile03="0.414129" g-colstat:percentile97="32.33"><name>em_oiii_5007_1_errew</name><description>Uncertainty on SLINEFIT OIII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.805264" g-colstat:max-value="0.135591" g-colstat:median="1.11749e-17" g-colstat:min-value="-0.082843" g-colstat:percentile03="-3.41443e-17" g-colstat:percentile97="1.36833e-16"><name>em_oiii_5007_2_flux</name><description>SLINEFIT OIII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.805264" g-colstat:max-value="0.352872" g-colstat:median="4.06739e-18" g-colstat:min-value="1.92422e-19" g-colstat:percentile03="1.09393e-18" g-colstat:percentile97="3.60673e-17"><name>em_oiii_5007_2_errflux</name><description>Uncertainty on SLINEFIT OIII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.805264" g-colstat:max-value="1.74159e-16" g-colstat:median="3.58019e-18" g-colstat:min-value="0" g-colstat:percentile03="1.54184e-18" g-colstat:percentile97="1.85943e-17"><name>em_oiii_5007_2_fluxbkg</name><description>SLINEFIT OIII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.805264" g-colstat:max-value="5.92105e-17" g-colstat:median="1.70058e-19" g-colstat:min-value="1.68303e-20" g-colstat:percentile03="6.28644e-20" g-colstat:percentile97="1.01258e-18"><name>em_oiii_5007_2_errfluxbkg</name><description>Uncertainty on SLINEFIT OIII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.805264" g-colstat:median="1.66305" g-colstat:percentile03="-4.57903" g-colstat:percentile97="27.4039"><name>em_oiii_5007_2_ew</name><description>SLINEFIT OIII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.805264" g-colstat:median="0.652472" g-colstat:min-value="0.0294065" g-colstat:percentile03="0.124239" g-colstat:percentile97="9.69901"><name>em_oiii_5007_2_errew</name><description>Uncertainty on SLINEFIT OIII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.698008" g-colstat:max-value="0.0152396" g-colstat:median="-5.12303e-18" g-colstat:min-value="-0.0378116" g-colstat:percentile03="-1.33828e-16" g-colstat:percentile97="1.07797e-16"><name>abs_mgi_5176_flux</name><description>SLINEFIT MgI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.698008" g-colstat:max-value="0.0591412" g-colstat:median="1.28046e-17" g-colstat:min-value="5.592e-19" g-colstat:percentile03="2.48803e-18" g-colstat:percentile97="9.63304e-17"><name>abs_mgi_5176_errflux</name><description>Uncertainty on SLINEFIT MgI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.698008" g-colstat:max-value="1.96571e-16" g-colstat:median="3.56272e-18" g-colstat:min-value="0" g-colstat:percentile03="1.48134e-18" g-colstat:percentile97="1.91894e-17"><name>abs_mgi_5176_fluxbkg</name><description>SLINEFIT MgI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.698008" g-colstat:max-value="6.84812e-17" g-colstat:median="1.73121e-19" g-colstat:min-value="2.37058e-20" g-colstat:percentile03="6.15664e-20" g-colstat:percentile97="9.7379e-19"><name>abs_mgi_5176_errfluxbkg</name><description>Uncertainty on SLINEFIT MgI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.698008" g-colstat:median="-0.703109" g-colstat:percentile03="-17.5264" g-colstat:percentile97="20.4992"><name>abs_mgi_5176_ew</name><description>SLINEFIT MgI equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.698008" g-colstat:median="1.9644" g-colstat:min-value="0.0543437" g-colstat:percentile03="0.327482" g-colstat:percentile97="20.7077"><name>abs_mgi_5176_errew</name><description>Uncertainty on SLINEFIT MgI equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.296937" g-colstat:max-value="0.0797736" g-colstat:median="3.26019e-18" g-colstat:min-value="-0.125154" g-colstat:percentile03="-2.87544e-16" g-colstat:percentile97="2.01297e-16"><name>abs_nad_5895_flux</name><description>SLINEFIT NaD measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.296937" g-colstat:max-value="0.218179" g-colstat:median="1.64638e-17" g-colstat:min-value="8.38384e-19" g-colstat:percentile03="3.14192e-18" g-colstat:percentile97="2.34936e-16"><name>abs_nad_5895_errflux</name><description>Uncertainty on SLINEFIT NaD measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.296937" g-colstat:max-value="1.5618e-15" g-colstat:median="3.93293e-18" g-colstat:min-value="0" g-colstat:percentile03="1.25945e-18" g-colstat:percentile97="2.84034e-17"><name>abs_nad_5895_fluxbkg</name><description>SLINEFIT NaD background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.296937" g-colstat:max-value="1.28589" g-colstat:median="2.04872e-19" g-colstat:min-value="9.58779e-21" g-colstat:percentile03="6.19205e-20" g-colstat:percentile97="1.44964e-18"><name>abs_nad_5895_errfluxbkg</name><description>Uncertainty on SLINEFIT NaD background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.296937" g-colstat:median="0.492583" g-colstat:percentile03="-32.2536" g-colstat:percentile97="36.9243"><name>abs_nad_5895_ew</name><description>SLINEFIT NaD equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.296937" g-colstat:median="2.52374" g-colstat:min-value="0.0981305" g-colstat:percentile03="0.416792" g-colstat:percentile97="65.4902"><name>abs_nad_5895_errew</name><description>Uncertainty on SLINEFIT NaD equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0634582" g-colstat:max-value="6.47316e-06" g-colstat:median="4.0669e-18" g-colstat:min-value="-0.000219453" g-colstat:percentile03="-1.70834e-14" g-colstat:percentile97="6.02874e-15"><name>em_nii_6583_2_flux</name><description>SLINEFIT NII_2 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0634582" g-colstat:max-value="0.000428389" g-colstat:median="8.88489e-18" g-colstat:min-value="2.04989e-19" g-colstat:percentile03="7.94791e-19" g-colstat:percentile97="2.39821e-13"><name>em_nii_6583_2_errflux</name><description>Uncertainty on SLINEFIT NII_2 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0634747" g-colstat:max-value="1.16276e-15" g-colstat:median="3.35368e-18" g-colstat:min-value="0" g-colstat:percentile03="1.04887e-18" g-colstat:percentile97="4.86802e-17"><name>em_nii_6583_2_fluxbkg</name><description>SLINEFIT NII_2 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0634747" g-colstat:max-value="2.79196e-17" g-colstat:median="1.86816e-19" g-colstat:min-value="1.10586e-20" g-colstat:percentile03="4.36243e-20" g-colstat:percentile97="2.01211e-18"><name>em_nii_6583_2_errfluxbkg</name><description>Uncertainty on SLINEFIT NII_2 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0634747" g-colstat:median="0.997989" g-colstat:percentile03="-2575.48" g-colstat:percentile97="958.401"><name>em_nii_6583_2_ew</name><description>SLINEFIT NII_2 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0634747" g-colstat:median="1.64819" g-colstat:min-value="0.0354156" g-colstat:percentile03="0.198309" g-colstat:percentile97="41393.4"><name>em_nii_6583_2_errew</name><description>Uncertainty on SLINEFIT NII_2 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0629791" g-colstat:max-value="0.0240388" g-colstat:median="7.54808e-18" g-colstat:min-value="-0.00046552" g-colstat:percentile03="-6.45787e-15" g-colstat:percentile97="7.96187e-15"><name>em_nii_6549_flux</name><description>SLINEFIT NII 6549 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0629791" g-colstat:max-value="0.029802" g-colstat:median="1.46276e-17" g-colstat:min-value="1.49228e-19" g-colstat:percentile03="1.05371e-18" g-colstat:percentile97="8.793e-14"><name>em_nii_6549_errflux</name><description>Uncertainty on SLINEFIT NII 6549 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0632269" g-colstat:max-value="1.15768e-15" g-colstat:median="3.35663e-18" g-colstat:min-value="0" g-colstat:percentile03="1.01577e-18" g-colstat:percentile97="4.8633e-17"><name>em_nii_6549_fluxbkg</name><description>SLINEFIT NII 6549 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0632269" g-colstat:max-value="2.79276e-17" g-colstat:median="1.8375e-19" g-colstat:min-value="0" g-colstat:percentile03="4.29487e-20" g-colstat:percentile97="1.81373e-18"><name>em_nii_6549_errfluxbkg</name><description>Uncertainty on SLINEFIT NII 6549 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0632269" g-colstat:median="1.39018" g-colstat:percentile03="-860.779" g-colstat:percentile97="1520.03"><name>em_nii_6549_ew</name><description>SLINEFIT NII 6549 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0632269" g-colstat:median="3.08024" g-colstat:min-value="0" g-colstat:percentile03="0.178763" g-colstat:percentile97="30726.9"><name>em_nii_6549_errew</name><description>Uncertainty on SLINEFIT NII 6549 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0607487" g-colstat:max-value="0.893215" g-colstat:median="2.62096e-17" g-colstat:min-value="-7.06999e-06" g-colstat:percentile03="-7.80177e-15" g-colstat:percentile97="1.61559e-14"><name>em_halpha_flux</name><description>SLINEFIT Halpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0607487" g-colstat:max-value="0.161935" g-colstat:median="5.55483e-17" g-colstat:min-value="1.04454e-18" g-colstat:percentile03="5.42194e-18" g-colstat:percentile97="5.57877e-13"><name>em_halpha_errflux</name><description>Uncertainty on SLINEFIT Halpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0607983" g-colstat:max-value="1.15768e-15" g-colstat:median="3.35403e-18" g-colstat:min-value="0" g-colstat:percentile03="1.04509e-18" g-colstat:percentile97="5.16035e-17"><name>em_halpha_fluxbkg</name><description>SLINEFIT Halpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0607983" g-colstat:max-value="2.79196e-17" g-colstat:median="1.79892e-19" g-colstat:min-value="0" g-colstat:percentile03="4.30261e-20" g-colstat:percentile97="1.81488e-18"><name>em_halpha_errfluxbkg</name><description>Uncertainty on SLINEFIT Halpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0607983" g-colstat:median="4.81651" g-colstat:min-value="-1.88076e+16" g-colstat:percentile03="-1482.27" g-colstat:percentile97="2252.74"><name>em_halpha_ew</name><description>SLINEFIT Halpha equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0607983" g-colstat:median="11.2522" g-colstat:min-value="0" g-colstat:percentile03="0.90648" g-colstat:percentile97="148859"><name>em_halpha_errew</name><description>Uncertainty on SLINEFIT Halpha equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0605009" g-colstat:max-value="1.56625" g-colstat:median="1.8252e-17" g-colstat:min-value="-0.326776" g-colstat:percentile03="-1.17414e-14" g-colstat:percentile97="1.01601e-14"><name>abs_halpha_6564_flux</name><description>SLINEFIT Halpha measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0605009" g-colstat:max-value="0.407963" g-colstat:median="4.90431e-17" g-colstat:min-value="9.60355e-19" g-colstat:percentile03="5.38982e-18" g-colstat:percentile97="1.72044e-12"><name>abs_halpha_6564_errflux</name><description>Uncertainty on SLINEFIT Halpha measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0605174" g-colstat:max-value="1.15768e-15" g-colstat:median="3.35437e-18" g-colstat:min-value="0" g-colstat:percentile03="1.04215e-18" g-colstat:percentile97="5.23893e-17"><name>abs_halpha_6564_fluxbkg</name><description>SLINEFIT Halpha background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0605174" g-colstat:max-value="2.79196e-17" g-colstat:median="1.7987e-19" g-colstat:min-value="0" g-colstat:percentile03="4.28913e-20" g-colstat:percentile97="1.80891e-18"><name>abs_halpha_6564_errfluxbkg</name><description>Uncertainty on SLINEFIT Halpha background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0605174" g-colstat:max-value="1.05173e+18" g-colstat:median="3.55373" g-colstat:percentile03="-1612.69" g-colstat:percentile97="1854.62"><name>abs_halpha_6564_ew</name><description>SLINEFIT Halpha equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0605174" g-colstat:median="10.3004" g-colstat:min-value="0" g-colstat:percentile03="0.715883" g-colstat:percentile97="424609"><name>abs_halpha_6564_errew</name><description>Uncertainty on SLINEFIT Halpha equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0634582" g-colstat:max-value="2.15772e-05" g-colstat:median="1.31052e-17" g-colstat:min-value="-0.000731509" g-colstat:percentile03="-5.85095e-14" g-colstat:percentile97="2.00958e-14"><name>em_nii_6583_1_flux</name><description>SLINEFIT NII_1 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0634582" g-colstat:max-value="0.00142796" g-colstat:median="1.8059e-17" g-colstat:min-value="4.97426e-19" g-colstat:percentile03="2.43277e-18" g-colstat:percentile97="7.99403e-13"><name>em_nii_6583_1_errflux</name><description>Uncertainty on SLINEFIT NII_1 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0634747" g-colstat:max-value="1.15768e-15" g-colstat:median="3.35137e-18" g-colstat:min-value="0" g-colstat:percentile03="1.04667e-18" g-colstat:percentile97="4.85456e-17"><name>em_nii_6583_1_fluxbkg</name><description>SLINEFIT NII_1 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0634747" g-colstat:max-value="2.79196e-17" g-colstat:median="1.9112e-19" g-colstat:min-value="1.10985e-20" g-colstat:percentile03="4.36472e-20" g-colstat:percentile97="1.99348e-18"><name>em_nii_6583_1_errfluxbkg</name><description>Uncertainty on SLINEFIT NII_1 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0634747" g-colstat:median="2.82802" g-colstat:percentile03="-8790.32" g-colstat:percentile97="3432.4"><name>em_nii_6583_1_ew</name><description>SLINEFIT NII_1 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0634747" g-colstat:median="3.2853" g-colstat:min-value="0.0976796" g-colstat:percentile03="0.498889" g-colstat:percentile97="138003"><name>em_nii_6583_1_errew</name><description>Uncertainty on SLINEFIT NII_1 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0407084" g-colstat:max-value="0.109482" g-colstat:median="3.87393e-18" g-colstat:min-value="-0.135302" g-colstat:percentile03="-2.471e-16" g-colstat:percentile97="3.75041e-16"><name>em_sii_6718_flux</name><description>SLINEFIT SII 6718 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0407084" g-colstat:max-value="0.271104" g-colstat:median="1.36428e-17" g-colstat:min-value="9.04214e-19" g-colstat:percentile03="2.3803e-18" g-colstat:percentile97="3.63816e-16"><name>em_sii_6718_errflux</name><description>Uncertainty on SLINEFIT SII 6718 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0407084" g-colstat:max-value="1.18265e-15" g-colstat:median="3.45068e-18" g-colstat:min-value="0" g-colstat:percentile03="9.00183e-19" g-colstat:percentile97="6.9515e-17"><name>em_sii_6718_fluxbkg</name><description>SLINEFIT SII 6718 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0407084" g-colstat:max-value="2.61201e-17" g-colstat:median="1.59205e-19" g-colstat:min-value="1.11119e-20" g-colstat:percentile03="3.75341e-20" g-colstat:percentile97="1.60886e-18"><name>em_sii_6718_errfluxbkg</name><description>Uncertainty on SLINEFIT SII 6718 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0407084" g-colstat:median="0.639383" g-colstat:min-value="-3.62022e+16" g-colstat:percentile03="-33.2818" g-colstat:percentile97="47.7774"><name>em_sii_6718_ew</name><description>SLINEFIT SII 6718 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0407084" g-colstat:median="2.54505" g-colstat:min-value="0.0871981" g-colstat:percentile03="0.389892" g-colstat:percentile97="87.2805"><name>em_sii_6718_errew</name><description>Uncertainty on SLINEFIT SII 6718 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0397172" g-colstat:max-value="3.41488e-07" g-colstat:median="2.29332e-18" g-colstat:min-value="-5.65496e-11" g-colstat:percentile03="-2.08222e-16" g-colstat:percentile97="2.27643e-16"><name>em_sii_6732_flux</name><description>SLINEFIT SII 6732 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0397172" g-colstat:max-value="2.62787e-07" g-colstat:median="1.24287e-17" g-colstat:min-value="7.23245e-19" g-colstat:percentile03="2.16939e-18" g-colstat:percentile97="2.56143e-16"><name>em_sii_6732_errflux</name><description>Uncertainty on SLINEFIT SII 6732 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0397172" g-colstat:max-value="1.18217e-15" g-colstat:median="3.45655e-18" g-colstat:min-value="0" g-colstat:percentile03="8.91706e-19" g-colstat:percentile97="7.05951e-17"><name>em_sii_6732_fluxbkg</name><description>SLINEFIT SII 6732 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0397172" g-colstat:max-value="2.71049e-17" g-colstat:median="1.63103e-19" g-colstat:min-value="1.19418e-20" g-colstat:percentile03="3.86228e-20" g-colstat:percentile97="1.61794e-18"><name>em_sii_6732_errfluxbkg</name><description>Uncertainty on SLINEFIT SII 6732 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0397172" g-colstat:median="0.510412" g-colstat:min-value="-1.94355e+07" g-colstat:percentile03="-25.9944" g-colstat:percentile97="41.12"><name>em_sii_6732_ew</name><description>SLINEFIT SII 6732 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0397172" g-colstat:median="2.40364" g-colstat:min-value="0.0698622" g-colstat:percentile03="0.368015" g-colstat:percentile97="53.6624"><name>em_sii_6732_errew</name><description>Uncertainty on SLINEFIT SII 6732 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectrum_accref</name><description>Access key to the VIPERS PDR-2 spectrum</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table><table><name>aspic_vipers.w1_video</name><description>VIPERS PDR-2 photometry, physical parameters, and spectral features of
sources on W1-VIDEO field.</description><nrows>18079</nrows><column g-colstat:fillFactor="1" g-colstat:max-value="1.26098e+08" g-colstat:median="1.16048e+08" g-colstat:min-value="1.0425e+08" g-colstat:percentile03="1.13134e+08" g-colstat:percentile97="1.2509e+08"><name>vipers_id</name><description>VIPERS unique identifier</description><ucd>meta.id;meta.main</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="37.2" g-colstat:median="35.4128" g-colstat:min-value="33.8003" g-colstat:percentile03="33.8975" g-colstat:percentile97="37.104"><name>alpha</name><description>Right Ascension (J2000)</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="-4.17282" g-colstat:median="-4.90008" g-colstat:min-value="-5.59987" g-colstat:percentile03="-5.56488" g-colstat:percentile97="-4.22319"><name>delta</name><description>Declination (J2000)</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="0.996792" g-colstat:max-value="5.86941e+06" g-colstat:median="3.60047e+06" g-colstat:min-value="-9" g-colstat:percentile03="2.21619e+06" g-colstat:percentile97="4.94039e+06"><name>id_cfhtls_t07</name><description>CFHTLS T0007 unique identifier</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="4.5588" g-colstat:median="0.7065" g-colstat:min-value="0" g-colstat:percentile03="0.338738" g-colstat:percentile97="1.15746"><name>zspec</name><description>Spectroscopic redshift</description><ucd>src.redshift</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="211" g-colstat:median="3" g-colstat:min-value="1" g-colstat:percentile03="1" g-colstat:percentile97="9"><name>zflg</name><description>ASPIC simplified redshift reliability flag</description><ucd>meta.code.qual;src.redshift</ucd><dataType xsi:type="vs:VOTableType">short</dataType></column><column><name>zflg_vipers</name><description>VIPERS redshift reliability flag</description><ucd>meta.code.qual;src.redshift</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="23.9913" g-colstat:median="21.8455" g-colstat:min-value="16.2304" g-colstat:percentile03="20.0081" g-colstat:percentile97="22.4705"><name>selmag</name><description>i AB selection magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.996792" g-colstat:median="23.849" g-colstat:min-value="17.914" g-colstat:percentile03="22.182" g-colstat:percentile97="26.566"><name>u_t07</name><description>CFHTLS T0007 u* band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.996792" g-colstat:median="0.062" g-colstat:min-value="0.001" g-colstat:percentile03="0.018" g-colstat:percentile97="0.6534"><name>erru_t07</name><description>Mean error on u_T07</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.996792" g-colstat:median="23.352" g-colstat:min-value="16.834" g-colstat:percentile03="21.6516" g-colstat:percentile97="24.999"><name>g_t07</name><description>CFHTLS T0007 g’ band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.996792" g-colstat:median="0.028" g-colstat:min-value="0" g-colstat:percentile03="0.009" g-colstat:percentile97="0.113"><name>errg_t07</name><description>Mean error on g_T07</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.996792" g-colstat:median="22.639" g-colstat:min-value="16.518" g-colstat:percentile03="20.7616" g-colstat:percentile97="23.5734"><name>r_t07</name><description>CFHTLS T0007 r’ band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.996792" g-colstat:median="0.025" g-colstat:min-value="0" g-colstat:percentile03="0.007" g-colstat:percentile97="0.055"><name>errr_t07</name><description>Mean error on r_T07</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="22.186" g-colstat:min-value="16.274" g-colstat:percentile03="20.2643" g-colstat:percentile97="nan"><name>i_t07</name><description>CFHTLS T0007 i’ band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.021" g-colstat:min-value="0.001" g-colstat:percentile03="0.006" g-colstat:percentile97="nan"><name>erri_t07</name><description>Mean error on i_T07</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="17.244" g-colstat:percentile03="20.817" g-colstat:percentile97="nan"><name>iy_t07</name><description>CFHTLS y (i2) band magnitude</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0.001" g-colstat:percentile03="0.008" g-colstat:percentile97="nan"><name>erriy_t07</name><description>Mean error on iy_T07</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.996792" g-colstat:median="21.628" g-colstat:min-value="16.162" g-colstat:percentile03="19.812" g-colstat:percentile97="22.5374"><name>z_t07</name><description>CFHTLS z’ band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.996792" g-colstat:median="0.029" g-colstat:min-value="0.001" g-colstat:percentile03="0.0086" g-colstat:percentile97="0.066"><name>errz_t07</name><description>Mean error on z_T07</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="20.6294" g-colstat:min-value="16.4081" g-colstat:percentile03="18.6667" g-colstat:percentile97="nan"><name>k_video</name><description>VISTA VIDEO K band magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.0425" g-colstat:min-value="0.00031" g-colstat:percentile03="0.00858" g-colstat:percentile97="nan"><name>errk_video</name><description>Mean error on k_video</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="21.565" g-colstat:min-value="16.327" g-colstat:percentile03="18.8683" g-colstat:percentile97="nan"><name>ks_wircam</name><description>WIRCAM Ks band magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.107" g-colstat:min-value="0.002" g-colstat:percentile03="0.012" g-colstat:percentile97="nan"><name>errks_wircam</name><description>Mean error on ks_wircam</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="21.8215" g-colstat:min-value="16.164" g-colstat:percentile03="19.172" g-colstat:percentile97="nan"><name>vista_h</name><description>VISTA H band magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="0.076" g-colstat:min-value="0" g-colstat:percentile03="0.009" g-colstat:percentile97="nan"><name>err_vista_h</name><description>Mean error on VISTA H band magnitude</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="21.938" g-colstat:min-value="16.046" g-colstat:percentile03="19.507" g-colstat:percentile97="nan"><name>vista_j</name><description>VISTA J band magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="0.058" g-colstat:min-value="0" g-colstat:percentile03="0.008" g-colstat:percentile97="nan"><name>err_vista_j</name><description>Mean error on VISTA J band magnitude</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="20.715" g-colstat:min-value="16.399" g-colstat:percentile03="18.677" g-colstat:percentile97="nan"><name>vista_k</name><description>VISTA K band magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="0.045" g-colstat:min-value="0.001" g-colstat:percentile03="0.009" g-colstat:percentile97="nan"><name>err_vista_k</name><description>Mean error on VISTA K band magnitude</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="21.47" g-colstat:min-value="15.981" g-colstat:percentile03="19.544" g-colstat:percentile97="nan"><name>vista_y</name><description>VISTA Y band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="0.031" g-colstat:min-value="0" g-colstat:percentile03="0.007" g-colstat:percentile97="nan"><name>err_vista_y</name><description>Mean error on VISTA Y band magnitude</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="22.224" g-colstat:min-value="16.978" g-colstat:percentile03="19.9872" g-colstat:percentile97="nan"><name>vista_z</name><description>VISTA Z band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="0.038" g-colstat:min-value="0" g-colstat:percentile03="0.007" g-colstat:percentile97="nan"><name>err_vista_z</name><description>Mean error on VISTA Z band magnitude</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="20.044" g-colstat:percentile03="24.1183" g-colstat:percentile97="nan"><name>fuv</name><description>GALEX FUV band magnitude</description><unit>mag</unit><ucd>phot.mag;em.uv.100-200nm</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0.02" g-colstat:percentile03="0.106" g-colstat:percentile97="nan"><name>errfuv</name><description>Mean error on FUV</description><unit>mag</unit><ucd>stat.error;phot.mag;em.uv.100-200nm</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="24.93" g-colstat:min-value="19.397" g-colstat:percentile03="22.7243" g-colstat:percentile97="nan"><name>nuv</name><description>GALEX NUV band magnitude</description><unit>mag</unit><ucd>phot.mag;em.uv.200-300nm</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.235" g-colstat:min-value="0.008" g-colstat:percentile03="0.034" g-colstat:percentile97="nan"><name>errnuv</name><description>Mean error on NUV</description><unit>mag</unit><ucd>stat.error;phot.mag;em.uv.200-300nm</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.996792" g-colstat:max-value="0.0411" g-colstat:median="0.02379" g-colstat:min-value="0.01809" g-colstat:percentile03="0.01946" g-colstat:percentile97="0.0304"><name>ebv</name><description>E(B-V) absorption</description><ucd>phys.absorption</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.254826" g-colstat:max-value="2.38608e+23" g-colstat:median="2.7646e-17" g-colstat:min-value="-1.7917e+23" g-colstat:percentile03="9.67814e-19" g-colstat:percentile97="5.28099e-16"><name>oii_3728_flux</name><description>Comparat et al. OII flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.210852" g-colstat:median="2.0882e-10" g-colstat:min-value="2.81682e-18" g-colstat:percentile03="7.59486e-18" g-colstat:percentile97="nan"><name>oii_3728_fluxerr</name><description>Uncertainty on Comparat et al. OII flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.254826" g-colstat:max-value="1.15069e+41" g-colstat:median="12.486" g-colstat:min-value="-6.87323e+40" g-colstat:percentile03="0.364604" g-colstat:percentile97="276.479"><name>oii_3728_ew</name><description>Comparat et al. estimate of OII line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.162786" g-colstat:max-value="4.12533e+23" g-colstat:median="1.15745e-17" g-colstat:min-value="-6.51258e-08" g-colstat:percentile03="-8.89863e-19" g-colstat:percentile97="4.9064e-14"><name>oiii_4960_flux</name><description>Comparat et al. OIII 4960 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.134023" g-colstat:median="5.09684e-10" g-colstat:min-value="2.95857e-18" g-colstat:percentile03="1.13241e-17" g-colstat:percentile97="nan"><name>oiii_4960_fluxerr</name><description>Uncertainty on Comparat et al. OIII 4960 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.162786" g-colstat:max-value="2.15694e+41" g-colstat:median="2.76163" g-colstat:min-value="-7.71238e+09" g-colstat:percentile03="-32.7514" g-colstat:percentile97="12026.3"><name>oiii_4960_ew</name><description>Comparat et al. estimate of OIII 4960 line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.154212" g-colstat:max-value="1.15848e+24" g-colstat:median="1.99535e-17" g-colstat:min-value="-219.84" g-colstat:percentile03="8.44432e-20" g-colstat:percentile97="9.47519e-15"><name>oiii_5007_flux</name><description>Comparat et al. OIII 5007 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.127939" g-colstat:median="3.98984e-10" g-colstat:min-value="3.21555e-18" g-colstat:percentile03="1.00945e-17" g-colstat:percentile97="nan"><name>oiii_5007_fluxerr</name><description>Uncertainty on Comparat et al. OIII 5007 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.154212" g-colstat:max-value="1.12322e+42" g-colstat:median="5.44859" g-colstat:min-value="-3.12636e+22" g-colstat:percentile03="-39.0582" g-colstat:percentile97="2599.28"><name>oiii_5007_ew</name><description>Comparat et al. estimate of OIII 5007 line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0787654" g-colstat:max-value="9.30278e+23" g-colstat:median="4.9685e-18" g-colstat:min-value="-675.964" g-colstat:percentile03="-8.22289e-17" g-colstat:percentile97="7.71747e-13"><name>hdelta_4102_flux</name><description>Comparat et al. Hdelta 4102 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0640522" g-colstat:median="7.93774e-10" g-colstat:min-value="2.19468e-18" g-colstat:percentile03="6.95328e-18" g-colstat:percentile97="nan"><name>hdelta_4102_fluxerr</name><description>Uncertainty on Comparat et al. Hdelta 4102 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0787654" g-colstat:max-value="2.91235e+41" g-colstat:median="1.72458" g-colstat:min-value="-2.72206e+20" g-colstat:percentile03="-42.8956" g-colstat:percentile97="320464"><name>hdelta_4102_ew</name><description>Comparat et al. estimate of Hdelta 4102 line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.139665" g-colstat:max-value="8.84939e+23" g-colstat:median="6.27534e-18" g-colstat:min-value="-781.962" g-colstat:percentile03="-6.09399e-17" g-colstat:percentile97="2.86131e-14"><name>hgamma_4341_flux</name><description>Comparat et al. Hgamma 4341 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.113889" g-colstat:median="4.31473e-10" g-colstat:min-value="2.56016e-18" g-colstat:percentile03="6.93252e-18" g-colstat:percentile97="nan"><name>hgamma_4341_fluxerr</name><description>Uncertainty on Comparat et al. Hgamma 4341 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.139665" g-colstat:max-value="8.43193e+40" g-colstat:median="1.95642" g-colstat:min-value="-2.82119e+20" g-colstat:percentile03="-43.713" g-colstat:percentile97="8799.79"><name>hgamma_4341_ew</name><description>Comparat et al. estimate of Hgamma 4341 line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.154931" g-colstat:max-value="2.0435e+24" g-colstat:median="1.35936e-17" g-colstat:min-value="-0.000238343" g-colstat:percentile03="-1.68945e-19" g-colstat:percentile97="1.20924e-14"><name>hbeta_4862_flux</name><description>Comparat et al. Hbeta 4862 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.127883" g-colstat:median="3.87152e-10" g-colstat:min-value="2.15654e-18" g-colstat:percentile03="8.4681e-18" g-colstat:percentile97="nan"><name>hbeta_4862_fluxerr</name><description>Uncertainty on Comparat et al. Hbeta 4862 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.154931" g-colstat:max-value="4.79359e+41" g-colstat:median="3.70904" g-colstat:min-value="-3.84562e+13" g-colstat:percentile03="-32.9798" g-colstat:percentile97="3104.13"><name>hbeta_4862_ew</name><description>Comparat et al. estimate of Hbeta 4862 line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="4.3201" g-colstat:median="0.715" g-colstat:min-value="0" g-colstat:percentile03="0.413234" g-colstat:percentile97="1.16796"><name>mls_zphot</name><description>Best photometric redshift from VIPERS-MLS Le Phare analysis</description><ucd>src.redshift.phot</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="10.1496" g-colstat:min-value="7.0125" g-colstat:percentile03="9.02872" g-colstat:percentile97="11.173"><name>mls_mass_med</name><description>Median stellar mass from VIPERS-MLS Le Phare analysis</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.70897" g-colstat:min-value="-5.975" g-colstat:percentile03="-3.38721" g-colstat:percentile97="1.80924"><name>mls_sfr_med</name><description>Median SFR from VIPERS-MLS Le Phare analysis</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-9.27831" g-colstat:min-value="-16.9792" g-colstat:percentile03="-14.7519" g-colstat:percentile97="-8.18747"><name>mls_ssfr_med</name><description>Median specific SFR from VIPERS-MLS Le Phare analysis</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:max-value="12.0952" g-colstat:median="10.1266" g-colstat:min-value="-8.40553" g-colstat:percentile03="8.74214" g-colstat:percentile97="11.1924"><name>mass_best</name><description>Stellar mass form the best fitting model (Le Phare ASPIC run)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="10.0633" g-colstat:min-value="7.004" g-colstat:percentile03="8.86245" g-colstat:percentile97="11.217"><name>mass_inf</name><description>Stellar mass 16% lower value from the analysis (Le Phare ASPIC run)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="10.1458" g-colstat:min-value="7.0125" g-colstat:percentile03="8.95019" g-colstat:percentile97="11.2793"><name>mass_med</name><description>Median stellar mass from the analysis (Le Phare ASPIC run)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="10.2323" g-colstat:min-value="7.021" g-colstat:percentile03="9.03239" g-colstat:percentile97="11.3362"><name>mass_sup</name><description>Stellar mass 16% higher value from the analysis (Le Phare ASPIC run)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="0.731604" g-colstat:min-value="-31.7578" g-colstat:percentile03="-15.581" g-colstat:percentile97="1.94937"><name>sfr_best</name><description>Star Formation Rate form the best fitting model (Le Phare ASPIC run)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="0.605737" g-colstat:min-value="-5.98614" g-colstat:percentile03="-4.93439" g-colstat:percentile97="1.87644"><name>sfr_inf</name><description>Star Formation Rate 16% lower value from the analysis (Le Phare ASPIC run)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="0.809516" g-colstat:min-value="-5.95669" g-colstat:percentile03="-3.31328" g-colstat:percentile97="2.01489"><name>sfr_med</name><description>Median Star Formation Rate from the analysis (Le Phare ASPIC run)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="1.02053" g-colstat:min-value="-5.71747" g-colstat:percentile03="-2.36093" g-colstat:percentile97="2.17913"><name>sfr_sup</name><description>Star Formation Rate 16% higher value from the analysis (Le Phare ASPIC run)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:max-value="-7.33734" g-colstat:median="-9.13467" g-colstat:min-value="-109.752" g-colstat:percentile03="-20.7745" g-colstat:percentile97="-7.85874"><name>ssfr_best</name><description>Specific Star Formation Rate form the best fitting model (Le Phare ASPIC run)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="-9.2761" g-colstat:min-value="-16.968" g-colstat:percentile03="-16.1544" g-colstat:percentile97="-8.0624"><name>ssfr_inf</name><description>Specific Star Formation Rate 16% lower value from the analysis (Le Phare ASPIC run)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="-9.05008" g-colstat:min-value="-16.9" g-colstat:percentile03="-14.0124" g-colstat:percentile97="-7.87661"><name>ssfr_med</name><description>Median specific Star Formation Rate from the analysis (Le Phare ASPIC run)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:median="-8.82545" g-colstat:min-value="-16.832" g-colstat:percentile03="-12.7847" g-colstat:percentile97="-7.62447"><name>ssfr_sup</name><description>Specific Star Formation Rate 16% higher value from the analysis (Le Phare ASPIC run)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:max-value="31.721" g-colstat:median="-18.2915" g-colstat:min-value="-26.562" g-colstat:percentile03="-20.4987" g-colstat:percentile97="-13.2833"><name>mag_abs_fuv</name><description>GALEX FUV absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.uv.100-200nm;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:max-value="30.252" g-colstat:median="-18.693" g-colstat:min-value="-26.755" g-colstat:percentile03="-20.783" g-colstat:percentile97="-15.5049"><name>mag_abs_nuv</name><description>GALEX NUV absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.uv.200-300nm;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:max-value="27.589" g-colstat:median="-20.288" g-colstat:min-value="-26.373" g-colstat:percentile03="-21.967" g-colstat:percentile97="-17.9703"><name>mag_abs_mcam_u</name><description>CFHT u* absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.U;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:max-value="25.95" g-colstat:median="-21.0105" g-colstat:min-value="-26.51" g-colstat:percentile03="-22.749" g-colstat:percentile97="-18.6716"><name>mag_abs_mcam_g</name><description>CFHT g’ absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.B;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:max-value="24.874" g-colstat:median="-21.417" g-colstat:min-value="-26.74" g-colstat:percentile03="-23.237" g-colstat:percentile97="-18.938"><name>mag_abs_mcam_r</name><description>CFHT r’ absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.R;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:max-value="22.813" g-colstat:median="-21.631" g-colstat:min-value="-26.786" g-colstat:percentile03="-23.5177" g-colstat:percentile97="-19.1182"><name>mag_abs_mcam_i</name><description>CFHT i’ absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:max-value="22.896" g-colstat:median="-21.7885" g-colstat:min-value="-26.882" g-colstat:percentile03="-23.723" g-colstat:percentile97="-19.193"><name>mag_abs_mcam_z</name><description>CFHT z’ absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:max-value="23.432" g-colstat:median="-22.294" g-colstat:min-value="-27.106" g-colstat:percentile03="-24.282" g-colstat:percentile97="-19.4083"><name>mag_abs_h_vista</name><description>VISTA H absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.H;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:max-value="23.03" g-colstat:median="-22.109" g-colstat:min-value="-26.991" g-colstat:percentile03="-24.0687" g-colstat:percentile97="-19.2699"><name>mag_abs_j_vista</name><description>VISTA J absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.J;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:max-value="23.793" g-colstat:median="-22.0905" g-colstat:min-value="-26.875" g-colstat:percentile03="-24.0767" g-colstat:percentile97="-19.1686"><name>mag_abs_k_vista</name><description>VISTA K absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.K;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:max-value="23.007" g-colstat:median="-21.974" g-colstat:min-value="-26.973" g-colstat:percentile03="-23.947" g-colstat:percentile97="-19.241"><name>mag_abs_y_vista</name><description>VISTA Y absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.999945" g-colstat:max-value="22.92" g-colstat:median="-21.7855" g-colstat:min-value="-26.883" g-colstat:percentile03="-23.7207" g-colstat:percentile97="-19.1916"><name>mag_abs_z_vista</name><description>VISTA Z absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.980862" g-colstat:max-value="9.78883e+12" g-colstat:median="2.61492e+10" g-colstat:min-value="2.84144e+07" g-colstat:percentile03="2.10939e+09" g-colstat:percentile97="2.44188e+11"><name>mstar</name><description>Total stellar mass (CIGALE ASPIC run)</description><unit>solMass</unit><ucd>phys.mass;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.980862" g-colstat:max-value="3.46555e+12" g-colstat:median="6.47418e+09" g-colstat:min-value="2.38334e+06" g-colstat:percentile03="3.94226e+08" g-colstat:percentile97="6.01854e+10"><name>mstar_err</name><description>Uncertainty on the total stellar mass (CIGALE ASPIC run)</description><unit>solMass</unit><ucd>stat.error;phys.mass;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.980862" g-colstat:max-value="147173" g-colstat:median="2.49909" g-colstat:min-value="6.71358e-09" g-colstat:percentile03="0.0167893" g-colstat:percentile97="294.101"><name>sfr</name><description>Star Formation Rate (CIGALE ASPIC run)</description><unit>solMass/yr</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.980862" g-colstat:max-value="143750" g-colstat:median="3.86689" g-colstat:min-value="3.11924e-05" g-colstat:percentile03="0.0927179" g-colstat:percentile97="413.533"><name>sfr_err</name><description>Uncertainty on the Star Formation Rate (CIGALE ASPIC run)</description><unit>solMass/yr</unit><ucd>stat.error;phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.000165938" g-colstat:max-value="9.79707e-16" g-colstat:median="4.55437e-16" g-colstat:min-value="3.76777e-16" g-colstat:percentile03="3.81497e-16" g-colstat:percentile97="9.48251e-16"><name>em_lyalpha_flux</name><description>SLINEFIT Lyman alpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.000165938" g-colstat:max-value="1.10439e-16" g-colstat:median="5.66565e-17" g-colstat:min-value="3.19448e-17" g-colstat:percentile03="3.34275e-17" g-colstat:percentile97="1.07212e-16"><name>em_lyalpha_errflux</name><description>Uncertainty on SLINEFIT Lyman alpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.000165938" g-colstat:max-value="1.57617e-17" g-colstat:median="7.96328e-18" g-colstat:min-value="6.60573e-18" g-colstat:percentile03="6.68718e-18" g-colstat:percentile97="1.52938e-17"><name>em_lyalpha_fluxbkg</name><description>SLINEFIT Lyman alpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Lyalpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.000165938" g-colstat:max-value="1.79972e-18" g-colstat:median="1.03638e-18" g-colstat:min-value="4.39396e-19" g-colstat:percentile03="4.75215e-19" g-colstat:percentile97="1.75392e-18"><name>em_lyalpha_errfluxbkg</name><description>Uncertainty on SLINEFIT Lyman alpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Lyalpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.000165938" g-colstat:max-value="31.1504" g-colstat:median="10.2887" g-colstat:min-value="5.15181" g-colstat:percentile03="5.46002" g-colstat:percentile97="29.8987"><name>em_lyalpha_ew</name><description>SLINEFIT Lyman alpha equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.000165938" g-colstat:max-value="9.18464" g-colstat:median="0.918192" g-colstat:min-value="0.845509" g-colstat:percentile03="0.84987" g-colstat:percentile97="8.68866"><name>em_lyalpha_errew</name><description>Uncertainty on SLINEFIT Lyman alpha equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00138282" g-colstat:max-value="9.95583e-16" g-colstat:median="2.7476e-16" g-colstat:min-value="-2.01722e-17" g-colstat:percentile03="4.30046e-17" g-colstat:percentile97="9.45459e-16"><name>em_civ_1548_flux</name><description>SLINEFIT CIV measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00138282" g-colstat:max-value="1.4067e-16" g-colstat:median="2.80559e-17" g-colstat:min-value="9.79501e-18" g-colstat:percentile03="1.01646e-17" g-colstat:percentile97="9.97594e-17"><name>em_civ_1548_errflux</name><description>Uncertainty on SLINEFIT CIV measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00138282" g-colstat:max-value="2.13716e-17" g-colstat:median="4.23427e-18" g-colstat:min-value="1.04766e-18" g-colstat:percentile03="1.18319e-18" g-colstat:percentile97="2.05501e-17"><name>em_civ_1548_fluxbkg</name><description>SLINEFIT CIV background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00138282" g-colstat:max-value="1.39615e-18" g-colstat:median="3.39084e-19" g-colstat:min-value="1.00026e-19" g-colstat:percentile03="1.07387e-19" g-colstat:percentile97="1.28746e-18"><name>em_civ_1548_errfluxbkg</name><description>Uncertainty on SLINEFIT CIV background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00138282" g-colstat:max-value="52.0062" g-colstat:median="12.0602" g-colstat:min-value="-2.8671" g-colstat:percentile03="2.31535" g-colstat:percentile97="33.1565"><name>em_civ_1548_ew</name><description>SLINEFIT CIV equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00138282" g-colstat:max-value="7.88154" g-colstat:median="1.5081" g-colstat:min-value="0.56867" g-colstat:percentile03="0.592852" g-colstat:percentile97="7.1113"><name>em_civ_1548_errew</name><description>Uncertainty on SLINEFIT CIV equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0043144" g-colstat:max-value="2.27321e-15" g-colstat:median="1.25451e-16" g-colstat:min-value="-5.42231e-17" g-colstat:percentile03="1.25543e-18" g-colstat:percentile97="7.32233e-16"><name>em_ciii_1908_flux</name><description>SLINEFIT CIII measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0043144" g-colstat:max-value="2.60265e-16" g-colstat:median="2.14405e-17" g-colstat:min-value="5.13816e-18" g-colstat:percentile03="6.97306e-18" g-colstat:percentile97="1.00736e-16"><name>em_ciii_1908_errflux</name><description>Uncertainty on SLINEFIT CIII measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0043144" g-colstat:max-value="1.27817e-16" g-colstat:median="4.06765e-18" g-colstat:min-value="7.73293e-19" g-colstat:percentile03="1.61163e-18" g-colstat:percentile97="3.39959e-17"><name>em_ciii_1908_fluxbkg</name><description>SLINEFIT CIII background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0043144" g-colstat:max-value="3.32028e-18" g-colstat:median="2.84518e-19" g-colstat:min-value="8.11971e-20" g-colstat:percentile03="8.2914e-20" g-colstat:percentile97="1.16787e-18"><name>em_ciii_1908_errfluxbkg</name><description>Uncertainty on SLINEFIT CIII background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0043144" g-colstat:max-value="33.9588" g-colstat:median="7.57947" g-colstat:min-value="-3.24183" g-colstat:percentile03="0.0942168" g-colstat:percentile97="25.8742"><name>em_ciii_1908_ew</name><description>SLINEFIT CIII equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0043144" g-colstat:max-value="9.92666" g-colstat:median="1.32296" g-colstat:min-value="0.282722" g-colstat:percentile03="0.544119" g-colstat:percentile97="6.16255"><name>em_ciii_1908_errew</name><description>Uncertainty on SLINEFIT CIII equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0106754" g-colstat:max-value="4.78245e-16" g-colstat:median="3.19692e-18" g-colstat:min-value="-1.70864e-15" g-colstat:percentile03="-1.134e-16" g-colstat:percentile97="1.3915e-16"><name>abs_feii_2344_flux</name><description>SLINEFIT FeII 2344 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0106754" g-colstat:max-value="1.76867e-15" g-colstat:median="1.10356e-17" g-colstat:min-value="1.28299e-18" g-colstat:percentile03="2.72383e-18" g-colstat:percentile97="8.21681e-17"><name>abs_feii_2344_errflux</name><description>Uncertainty on SLINEFIT FeII 2344 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0106754" g-colstat:max-value="1.13145e-16" g-colstat:median="3.74175e-18" g-colstat:min-value="4.48228e-19" g-colstat:percentile03="9.54549e-19" g-colstat:percentile97="3.31223e-17"><name>abs_feii_2344_fluxbkg</name><description>SLINEFIT FeII 2344 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0106754" g-colstat:max-value="1.66112e-18" g-colstat:median="1.45725e-19" g-colstat:min-value="4.73875e-20" g-colstat:percentile03="6.3143e-20" g-colstat:percentile97="8.06757e-19"><name>abs_feii_2344_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2344 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0106754" g-colstat:max-value="37.1572" g-colstat:median="0.315989" g-colstat:min-value="-693.112" g-colstat:percentile03="-14.8259" g-colstat:percentile97="4.81642"><name>abs_feii_2344_ew</name><description>SLINEFIT FeII 2344 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0106754" g-colstat:max-value="741.209" g-colstat:median="0.752453" g-colstat:min-value="0.109701" g-colstat:percentile03="0.265841" g-colstat:percentile97="12.342"><name>abs_feii_2344_errew</name><description>Uncertainty on SLINEFIT FeII 2344 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0110626" g-colstat:max-value="4.01666e-13" g-colstat:median="1.22034e-18" g-colstat:min-value="-4.90904e-16" g-colstat:percentile03="-6.81302e-17" g-colstat:percentile97="1.29797e-16"><name>abs_feii_2380_1_flux</name><description>SLINEFIT FeII 2380_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0110626" g-colstat:max-value="3.49211e-13" g-colstat:median="5.30001e-18" g-colstat:min-value="1.03456e-18" g-colstat:percentile03="1.53089e-18" g-colstat:percentile97="4.39934e-17"><name>abs_feii_2380_1_errflux</name><description>Uncertainty on SLINEFIT FeII 2380_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0110626" g-colstat:max-value="1.15789e-16" g-colstat:median="3.74783e-18" g-colstat:min-value="4.68262e-19" g-colstat:percentile03="9.6137e-19" g-colstat:percentile97="3.35653e-17"><name>abs_feii_2380_1_fluxbkg</name><description>SLINEFIT FeII 2380_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0110626" g-colstat:max-value="1.50858e-18" g-colstat:median="1.37913e-19" g-colstat:min-value="3.71027e-20" g-colstat:percentile03="5.53734e-20" g-colstat:percentile97="7.75261e-19"><name>abs_feii_2380_1_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2380_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0110626" g-colstat:max-value="102590" g-colstat:median="0.0895791" g-colstat:min-value="-58.4511" g-colstat:percentile03="-4.69301" g-colstat:percentile97="5.10683"><name>abs_feii_2380_1_ew</name><description>SLINEFIT FeII 2380_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0110626" g-colstat:max-value="107562" g-colstat:median="0.410374" g-colstat:min-value="0.0422149" g-colstat:percentile03="0.125809" g-colstat:percentile97="10.5335"><name>abs_feii_2380_1_errew</name><description>Uncertainty on SLINEFIT FeII 2380_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0110626" g-colstat:max-value="4.01666e-13" g-colstat:median="1.22034e-18" g-colstat:min-value="-4.90904e-16" g-colstat:percentile03="-6.81302e-17" g-colstat:percentile97="1.29797e-16"><name>abs_feii_2380_2_flux</name><description>SLINEFIT FeII 2380_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0110626" g-colstat:max-value="3.49211e-13" g-colstat:median="5.30001e-18" g-colstat:min-value="1.03456e-18" g-colstat:percentile03="1.53089e-18" g-colstat:percentile97="4.39934e-17"><name>abs_feii_2380_2_errflux</name><description>Uncertainty on SLINEFIT FeII 2380_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0110626" g-colstat:max-value="1.15789e-16" g-colstat:median="3.74783e-18" g-colstat:min-value="4.68262e-19" g-colstat:percentile03="9.6137e-19" g-colstat:percentile97="3.35653e-17"><name>abs_feii_2380_2_fluxbkg</name><description>SLINEFIT FeII 2380_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0110626" g-colstat:max-value="1.50858e-18" g-colstat:median="1.37913e-19" g-colstat:min-value="3.71027e-20" g-colstat:percentile03="5.53734e-20" g-colstat:percentile97="7.75261e-19"><name>abs_feii_2380_2_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2380_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0110626" g-colstat:max-value="102590" g-colstat:median="0.0895791" g-colstat:min-value="-58.4511" g-colstat:percentile03="-4.69301" g-colstat:percentile97="5.10683"><name>abs_feii_2380_2_ew</name><description>SLINEFIT FeII 2380_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0110626" g-colstat:max-value="107562" g-colstat:median="0.410374" g-colstat:min-value="0.0422149" g-colstat:percentile03="0.125809" g-colstat:percentile97="10.5335"><name>abs_feii_2380_2_errew</name><description>Uncertainty on SLINEFIT FeII 2380_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0311964" g-colstat:max-value="1.65061e-13" g-colstat:median="-1.46117e-17" g-colstat:min-value="-3.33744e-15" g-colstat:percentile03="-1.49876e-16" g-colstat:percentile97="4.65374e-17"><name>abs_feii_2600_1_flux</name><description>SLINEFIT FeII 2600_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0311964" g-colstat:max-value="3.91852e-14" g-colstat:median="7.23337e-18" g-colstat:min-value="9.7114e-19" g-colstat:percentile03="1.94059e-18" g-colstat:percentile97="1.8439e-16"><name>abs_feii_2600_1_errflux</name><description>Uncertainty on SLINEFIT FeII 2600_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0311964" g-colstat:max-value="1.13182e-16" g-colstat:median="2.41481e-18" g-colstat:min-value="2.62209e-19" g-colstat:percentile03="6.9646e-19" g-colstat:percentile97="2.02458e-17"><name>abs_feii_2600_1_fluxbkg</name><description>SLINEFIT FeII 2600_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0311964" g-colstat:max-value="3.48981" g-colstat:median="1.68301e-19" g-colstat:min-value="3.40968e-20" g-colstat:percentile03="5.97607e-20" g-colstat:percentile97="1.04786e-18"><name>abs_feii_2600_1_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2600_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0311964" g-colstat:max-value="41021.2" g-colstat:median="-1.76204" g-colstat:min-value="-1240.76" g-colstat:percentile03="-24.7451" g-colstat:percentile97="23.5541"><name>abs_feii_2600_1_ew</name><description>SLINEFIT FeII 2600_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0311964" g-colstat:max-value="1.81358e+20" g-colstat:median="1.09012" g-colstat:min-value="0.0733178" g-colstat:percentile03="0.183754" g-colstat:percentile97="61.7007"><name>abs_feii_2600_1_errew</name><description>Uncertainty on SLINEFIT FeII 2600_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0311964" g-colstat:max-value="1.65061e-13" g-colstat:median="-1.46117e-17" g-colstat:min-value="-3.33744e-15" g-colstat:percentile03="-1.49876e-16" g-colstat:percentile97="4.65374e-17"><name>abs_feii_2600_2_flux</name><description>SLINEFIT FeII 2600_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0311964" g-colstat:max-value="3.91852e-14" g-colstat:median="7.23337e-18" g-colstat:min-value="9.7114e-19" g-colstat:percentile03="1.94059e-18" g-colstat:percentile97="1.8439e-16"><name>abs_feii_2600_2_errflux</name><description>Uncertainty on SLINEFIT FeII 2600_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0311964" g-colstat:max-value="1.13182e-16" g-colstat:median="2.41481e-18" g-colstat:min-value="2.62209e-19" g-colstat:percentile03="6.9646e-19" g-colstat:percentile97="2.02458e-17"><name>abs_feii_2600_2_fluxbkg</name><description>SLINEFIT FeII 2600_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0311964" g-colstat:max-value="3.48981" g-colstat:median="1.68301e-19" g-colstat:min-value="3.40968e-20" g-colstat:percentile03="5.97607e-20" g-colstat:percentile97="1.04786e-18"><name>abs_feii_2600_2_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2600_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0311964" g-colstat:max-value="41021.2" g-colstat:median="-1.76204" g-colstat:min-value="-1240.76" g-colstat:percentile03="-24.7451" g-colstat:percentile97="23.5541"><name>abs_feii_2600_2_ew</name><description>SLINEFIT FeII 2600_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0311964" g-colstat:max-value="1.81358e+20" g-colstat:median="1.09012" g-colstat:min-value="0.0733178" g-colstat:percentile03="0.183754" g-colstat:percentile97="61.7007"><name>abs_feii_2600_2_errew</name><description>Uncertainty on SLINEFIT FeII 2600_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0922064" g-colstat:max-value="7.34936e-07" g-colstat:median="2.96492e-18" g-colstat:min-value="-2.67543e-08" g-colstat:percentile03="-2.95923e-16" g-colstat:percentile97="7.68999e-16"><name>abs_mgii_2797_flux</name><description>SLINEFIT MgII 2797 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0922064" g-colstat:max-value="5.02823e-07" g-colstat:median="1.92157e-17" g-colstat:min-value="1.12196e-18" g-colstat:percentile03="3.0356e-18" g-colstat:percentile97="1.6834e-15"><name>abs_mgii_2797_errflux</name><description>Uncertainty on SLINEFIT MgII 2797 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0923724" g-colstat:max-value="1.25271e-16" g-colstat:median="1.82796e-18" g-colstat:min-value="0" g-colstat:percentile03="3.99591e-19" g-colstat:percentile97="1.11072e-17"><name>abs_mgii_2797_fluxbkg</name><description>SLINEFIT MgII 2797 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0923724" g-colstat:max-value="8.26302e-18" g-colstat:median="1.43196e-19" g-colstat:min-value="2.91158e-20" g-colstat:percentile03="5.60705e-20" g-colstat:percentile97="8.98137e-19"><name>abs_mgii_2797_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2797 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0923724" g-colstat:median="0.830906" g-colstat:min-value="-1.31728e+10" g-colstat:percentile03="-99.5844" g-colstat:percentile97="161.758"><name>abs_mgii_2797_ew</name><description>SLINEFIT MgII 2797 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0923724" g-colstat:median="5.05314" g-colstat:min-value="0.210996" g-colstat:percentile03="0.720251" g-colstat:percentile97="2376.96"><name>abs_mgii_2797_errew</name><description>Uncertainty on SLINEFIT MgII 2797 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0929808" g-colstat:max-value="2.13292e-09" g-colstat:median="-4.12715e-18" g-colstat:min-value="-7.3095e-10" g-colstat:percentile03="-6.71497e-16" g-colstat:percentile97="4.04509e-16"><name>em_mgii_2799_flux</name><description>SLINEFIT MgII 2799 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0929808" g-colstat:max-value="1.56734e-09" g-colstat:median="2.31852e-17" g-colstat:min-value="6.15773e-19" g-colstat:percentile03="2.59015e-18" g-colstat:percentile97="3.1581e-15"><name>em_mgii_2799_errflux</name><description>Uncertainty on SLINEFIT MgII 2799 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0930361" g-colstat:max-value="1.25381e-16" g-colstat:median="1.82796e-18" g-colstat:min-value="0" g-colstat:percentile03="4.01251e-19" g-colstat:percentile97="1.09854e-17"><name>em_mgii_2799_fluxbkg</name><description>SLINEFIT MgII 2799 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0930361" g-colstat:max-value="7.6132e-18" g-colstat:median="1.42292e-19" g-colstat:min-value="2.91158e-20" g-colstat:percentile03="5.55485e-20" g-colstat:percentile97="8.93716e-19"><name>em_mgii_2799_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2799 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0930361" g-colstat:median="-0.91066" g-colstat:percentile03="-209.769" g-colstat:percentile97="136.151"><name>em_mgii_2799_ew</name><description>SLINEFIT MgII 2799 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0930361" g-colstat:median="5.94085" g-colstat:min-value="0.17599" g-colstat:percentile03="0.661989" g-colstat:percentile97="3616"><name>em_mgii_2799_errew</name><description>Uncertainty on SLINEFIT MgII 2799 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0958571" g-colstat:max-value="2.83782e-12" g-colstat:median="7.86876e-18" g-colstat:min-value="-1.20786e-10" g-colstat:percentile03="-2.47402e-16" g-colstat:percentile97="7.95359e-16"><name>abs_mgii_2804_flux</name><description>SLINEFIT MgII 2804 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0958571" g-colstat:max-value="1.13633e-10" g-colstat:median="1.22674e-17" g-colstat:min-value="7.42813e-19" g-colstat:percentile03="2.15078e-18" g-colstat:percentile97="6.01307e-15"><name>abs_mgii_2804_errflux</name><description>Uncertainty on SLINEFIT MgII 2804 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0959124" g-colstat:max-value="1.25235e-16" g-colstat:median="1.82963e-18" g-colstat:min-value="0" g-colstat:percentile03="4.18101e-19" g-colstat:percentile97="1.0716e-17"><name>abs_mgii_2804_fluxbkg</name><description>SLINEFIT MgII 2804 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0959124" g-colstat:max-value="7.37089e-18" g-colstat:median="1.40648e-19" g-colstat:min-value="0" g-colstat:percentile03="5.54595e-20" g-colstat:percentile97="9.76993e-19"><name>abs_mgii_2804_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2804 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0959124" g-colstat:median="2.02258" g-colstat:percentile03="-65.7322" g-colstat:percentile97="183.325"><name>abs_mgii_2804_ew</name><description>SLINEFIT MgII 2804 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0959124" g-colstat:median="2.99702" g-colstat:min-value="0" g-colstat:percentile03="0.510784" g-colstat:percentile97="2626.56"><name>abs_mgii_2804_errew</name><description>Uncertainty on SLINEFIT MgII 2804 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.780519" g-colstat:max-value="2.00258e-12" g-colstat:median="2.36494e-18" g-colstat:min-value="-0.00046774" g-colstat:percentile03="-4.8901e-17" g-colstat:percentile97="6.04095e-17"><name>abs_fei_3582_flux</name><description>SLINEFIT FeI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.780519" g-colstat:max-value="0.00119092" g-colstat:median="7.7006e-18" g-colstat:min-value="4.48761e-19" g-colstat:percentile03="1.65602e-18" g-colstat:percentile97="7.20093e-17"><name>abs_fei_3582_errflux</name><description>Uncertainty on SLINEFIT FeI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.780519" g-colstat:max-value="1.16617e-16" g-colstat:median="1.95443e-18" g-colstat:min-value="0" g-colstat:percentile03="9.38781e-19" g-colstat:percentile97="6.5696e-18"><name>abs_fei_3582_fluxbkg</name><description>SLINEFIT FeI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.780519" g-colstat:max-value="3.36124" g-colstat:median="1.22267e-19" g-colstat:min-value="2.52869e-20" g-colstat:percentile03="5.09508e-20" g-colstat:percentile97="5.44579e-19"><name>abs_fei_3582_errfluxbkg</name><description>Uncertainty on SLINEFIT FeI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.780519" g-colstat:median="0.620784" g-colstat:min-value="-6.08754e+13" g-colstat:percentile03="-12.8251" g-colstat:percentile97="15.918"><name>abs_fei_3582_ew</name><description>SLINEFIT FeI equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.780519" g-colstat:median="2.08591" g-colstat:min-value="0.129057" g-colstat:percentile03="0.427544" g-colstat:percentile97="22.0745"><name>abs_fei_3582_errew</name><description>Uncertainty on SLINEFIT FeI equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.887051" g-colstat:max-value="0.000289808" g-colstat:median="4.08762e-17" g-colstat:min-value="-9.48532e-12" g-colstat:percentile03="-3.86599e-18" g-colstat:percentile97="2.20043e-16"><name>em_oii_3727_1_flux</name><description>SLINEFIT OII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.887051" g-colstat:max-value="0.000711023" g-colstat:median="6.17322e-18" g-colstat:min-value="5.2453e-19" g-colstat:percentile03="2.22048e-18" g-colstat:percentile97="3.35669e-17"><name>em_oii_3727_1_errflux</name><description>Uncertainty on SLINEFIT OII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.887162" g-colstat:max-value="1.02635e-16" g-colstat:median="2.06738e-18" g-colstat:min-value="0" g-colstat:percentile03="1.00439e-18" g-colstat:percentile97="7.59352e-18"><name>em_oii_3727_1_fluxbkg</name><description>SLINEFIT OII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.887162" g-colstat:max-value="3.10781" g-colstat:median="1.41341e-19" g-colstat:min-value="2.55376e-20" g-colstat:percentile03="6.07103e-20" g-colstat:percentile97="6.48745e-19"><name>em_oii_3727_1_errfluxbkg</name><description>Uncertainty on SLINEFIT OII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.887162" g-colstat:median="10.7143" g-colstat:min-value="-711273" g-colstat:percentile03="-1.05448" g-colstat:percentile97="41.7464"><name>em_oii_3727_1_ew</name><description>SLINEFIT OII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.887162" g-colstat:median="1.80588" g-colstat:min-value="0.128858" g-colstat:percentile03="0.619029" g-colstat:percentile97="10.7476"><name>em_oii_3727_1_errew</name><description>Uncertainty on SLINEFIT OII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.887051" g-colstat:max-value="0.000289808" g-colstat:median="4.08762e-17" g-colstat:min-value="-9.48532e-12" g-colstat:percentile03="-3.86599e-18" g-colstat:percentile97="2.20043e-16"><name>em_oii_3727_2_flux</name><description>SLINEFIT OII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.887051" g-colstat:max-value="0.000711023" g-colstat:median="6.17322e-18" g-colstat:min-value="5.2453e-19" g-colstat:percentile03="2.22048e-18" g-colstat:percentile97="3.35669e-17"><name>em_oii_3727_2_errflux</name><description>Uncertainty on SLINEFIT OII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.887162" g-colstat:max-value="1.02635e-16" g-colstat:median="2.06738e-18" g-colstat:min-value="0" g-colstat:percentile03="1.00439e-18" g-colstat:percentile97="7.59352e-18"><name>em_oii_3727_2_fluxbkg</name><description>SLINEFIT OII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.887162" g-colstat:max-value="3.10781" g-colstat:median="1.41341e-19" g-colstat:min-value="2.55376e-20" g-colstat:percentile03="6.07103e-20" g-colstat:percentile97="6.48745e-19"><name>em_oii_3727_2_errfluxbkg</name><description>Uncertainty on SLINEFIT OII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.887162" g-colstat:median="10.7143" g-colstat:min-value="-711273" g-colstat:percentile03="-1.05448" g-colstat:percentile97="41.7464"><name>em_oii_3727_2_ew</name><description>SLINEFIT OII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.887162" g-colstat:median="1.80588" g-colstat:min-value="0.128858" g-colstat:percentile03="0.619029" g-colstat:percentile97="10.7476"><name>em_oii_3727_2_errew</name><description>Uncertainty on SLINEFIT OII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.949168" g-colstat:max-value="2.44428e-14" g-colstat:median="7.43671e-18" g-colstat:min-value="-2.57895e-10" g-colstat:percentile03="-6.63566e-17" g-colstat:percentile97="1.04281e-16"><name>abs_k_3934_flux</name><description>SLINEFIT K measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.949168" g-colstat:max-value="8.96301e-10" g-colstat:median="1.06593e-17" g-colstat:min-value="4.87498e-19" g-colstat:percentile03="2.29268e-18" g-colstat:percentile97="6.54206e-17"><name>abs_k_3934_errflux</name><description>Uncertainty on SLINEFIT K measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.949168" g-colstat:max-value="1.0264e-16" g-colstat:median="2.61337e-18" g-colstat:min-value="0" g-colstat:percentile03="1.23804e-18" g-colstat:percentile97="9.95354e-18"><name>abs_k_3934_fluxbkg</name><description>SLINEFIT K background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.949168" g-colstat:max-value="6.9498" g-colstat:median="1.1998e-19" g-colstat:min-value="2.12403e-20" g-colstat:percentile03="5.05004e-20" g-colstat:percentile97="5.00979e-19"><name>abs_k_3934_errfluxbkg</name><description>Uncertainty on SLINEFIT K background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.949168" g-colstat:median="1.52759" g-colstat:min-value="-1.91698e+07" g-colstat:percentile03="-11.6961" g-colstat:percentile97="20.9235"><name>abs_k_3934_ew</name><description>SLINEFIT K equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.949168" g-colstat:median="2.20396" g-colstat:min-value="0.120626" g-colstat:percentile03="0.459792" g-colstat:percentile97="13.3487"><name>abs_k_3934_errew</name><description>Uncertainty on SLINEFIT K equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.950938" g-colstat:max-value="1.30088e-11" g-colstat:median="1.93753e-17" g-colstat:min-value="-6.8376e-11" g-colstat:percentile03="-1.82218e-17" g-colstat:percentile97="1.15258e-16"><name>abs_h_3969_flux</name><description>SLINEFIT H measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.950938" g-colstat:max-value="4.02664e-11" g-colstat:median="6.92435e-18" g-colstat:min-value="4.87283e-19" g-colstat:percentile03="2.07443e-18" g-colstat:percentile97="4.78127e-17"><name>abs_h_3969_errflux</name><description>Uncertainty on SLINEFIT H measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.950993" g-colstat:max-value="1.08271e-16" g-colstat:median="2.85826e-18" g-colstat:min-value="7.84575e-20" g-colstat:percentile03="1.36738e-18" g-colstat:percentile97="1.0962e-17"><name>abs_h_3969_fluxbkg</name><description>SLINEFIT H background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.950993" g-colstat:max-value="6.9498" g-colstat:median="1.18485e-19" g-colstat:min-value="2.21488e-20" g-colstat:percentile03="5.02926e-20" g-colstat:percentile97="4.97772e-19"><name>abs_h_3969_errfluxbkg</name><description>Uncertainty on SLINEFIT H background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.950993" g-colstat:max-value="6.13408e+06" g-colstat:median="3.46025" g-colstat:min-value="-1.12213e+07" g-colstat:percentile03="-4.32708" g-colstat:percentile97="18.2017"><name>abs_h_3969_ew</name><description>SLINEFIT H equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.950993" g-colstat:max-value="3.78414e+19" g-colstat:median="1.30255" g-colstat:min-value="0.110755" g-colstat:percentile03="0.367458" g-colstat:percentile97="9.32034"><name>abs_h_3969_errew</name><description>Uncertainty on SLINEFIT H equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.954478" g-colstat:max-value="0.000305863" g-colstat:median="2.93396e-17" g-colstat:min-value="-3.29832e-10" g-colstat:percentile03="-2.0667e-16" g-colstat:percentile97="2.56363e-16"><name>em_hdelta_flux</name><description>SLINEFIT Hdelta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.954478" g-colstat:max-value="0.000263556" g-colstat:median="2.27632e-17" g-colstat:min-value="7.4937e-19" g-colstat:percentile03="4.25497e-18" g-colstat:percentile97="2.14454e-16"><name>em_hdelta_errflux</name><description>Uncertainty on SLINEFIT Hdelta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.954754" g-colstat:max-value="1.15109e-16" g-colstat:median="3.16727e-18" g-colstat:min-value="0" g-colstat:percentile03="1.57573e-18" g-colstat:percentile97="1.28809e-17"><name>em_hdelta_fluxbkg</name><description>SLINEFIT Hdelta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.954754" g-colstat:max-value="11.144" g-colstat:median="1.20183e-19" g-colstat:min-value="0" g-colstat:percentile03="5.00198e-20" g-colstat:percentile97="5.12781e-19"><name>em_hdelta_errfluxbkg</name><description>Uncertainty on SLINEFIT Hdelta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.954754" g-colstat:max-value="5.28642e+13" g-colstat:median="4.58251" g-colstat:min-value="-3.38451e+07" g-colstat:percentile03="-38.2225" g-colstat:percentile97="41.3184"><name>em_hdelta_ew</name><description>SLINEFIT Hdelta equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.954754" g-colstat:max-value="4.07262e+21" g-colstat:median="3.82365" g-colstat:min-value="0" g-colstat:percentile03="0.625337" g-colstat:percentile97="40.2325"><name>em_hdelta_errew</name><description>Uncertainty on SLINEFIT Hdelta equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.954754" g-colstat:max-value="1.28263e-12" g-colstat:median="-8.22562e-18" g-colstat:min-value="-8.66915e-05" g-colstat:percentile03="-2.01625e-16" g-colstat:percentile97="2.27675e-16"><name>abs_hdelta_4102_flux</name><description>SLINEFIT Hdelta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.954754" g-colstat:max-value="0.000161832" g-colstat:median="2.26112e-17" g-colstat:min-value="8.53473e-19" g-colstat:percentile03="3.90783e-18" g-colstat:percentile97="2.05196e-16"><name>abs_hdelta_4102_errflux</name><description>Uncertainty on SLINEFIT Hdelta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.954754" g-colstat:max-value="1.14868e-16" g-colstat:median="3.16907e-18" g-colstat:min-value="1.1914e-19" g-colstat:percentile03="1.57588e-18" g-colstat:percentile97="1.28842e-17"><name>abs_hdelta_4102_fluxbkg</name><description>SLINEFIT Hdelta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.954754" g-colstat:max-value="11.144" g-colstat:median="1.20162e-19" g-colstat:min-value="2.3177e-20" g-colstat:percentile03="5.01109e-20" g-colstat:percentile97="5.15531e-19"><name>abs_hdelta_4102_errfluxbkg</name><description>Uncertainty on SLINEFIT Hdelta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.954754" g-colstat:max-value="234835" g-colstat:median="-1.32813" g-colstat:min-value="-1.12654e+13" g-colstat:percentile03="-34.2343" g-colstat:percentile97="38.9997"><name>abs_hdelta_4102_ew</name><description>SLINEFIT Hdelta equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.954754" g-colstat:max-value="4.36153e+21" g-colstat:median="3.81763" g-colstat:min-value="0.119884" g-colstat:percentile03="0.537896" g-colstat:percentile97="38.1791"><name>abs_hdelta_4102_errew</name><description>Uncertainty on SLINEFIT Hdelta equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.949057" g-colstat:max-value="0.0943897" g-colstat:median="-1.38919e-18" g-colstat:min-value="-0.00294801" g-colstat:percentile03="-6.65497e-17" g-colstat:percentile97="7.16285e-17"><name>abs_gband_4304_flux</name><description>SLINEFIT Gband measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.949057" g-colstat:max-value="0.203387" g-colstat:median="8.49665e-18" g-colstat:min-value="4.95729e-19" g-colstat:percentile03="1.73655e-18" g-colstat:percentile97="5.29233e-17"><name>abs_gband_4304_errflux</name><description>Uncertainty on SLINEFIT Gband measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.949057" g-colstat:max-value="1.05954e-16" g-colstat:median="3.21428e-18" g-colstat:min-value="1.08675e-19" g-colstat:percentile03="1.61979e-18" g-colstat:percentile97="1.3774e-17"><name>abs_gband_4304_fluxbkg</name><description>SLINEFIT Gband background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.949057" g-colstat:max-value="1.85432" g-colstat:median="1.22631e-19" g-colstat:min-value="2.03572e-20" g-colstat:percentile03="4.8675e-20" g-colstat:percentile97="5.93755e-19"><name>abs_gband_4304_errfluxbkg</name><description>Uncertainty on SLINEFIT Gband background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.949057" g-colstat:max-value="2.26065e+16" g-colstat:median="-0.205867" g-colstat:min-value="-2.68172e+14" g-colstat:percentile03="-10.4641" g-colstat:percentile97="12.574"><name>abs_gband_4304_ew</name><description>SLINEFIT Gband equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.949057" g-colstat:max-value="2.18308e+20" g-colstat:median="1.37491" g-colstat:min-value="0.0676109" g-colstat:percentile03="0.2697" g-colstat:percentile97="9.92641"><name>abs_gband_4304_errew</name><description>Uncertainty on SLINEFIT Gband equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946291" g-colstat:max-value="1.10009e-12" g-colstat:median="3.28879e-17" g-colstat:min-value="-0.00292774" g-colstat:percentile03="-2.87468e-16" g-colstat:percentile97="3.53568e-16"><name>em_hgamma_flux</name><description>SLINEFIT Hgamma measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946291" g-colstat:max-value="0.00331251" g-colstat:median="2.43375e-17" g-colstat:min-value="7.99256e-19" g-colstat:percentile03="4.41225e-18" g-colstat:percentile97="3.02231e-16"><name>em_hgamma_errflux</name><description>Uncertainty on SLINEFIT Hgamma measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946347" g-colstat:max-value="1.04052e-16" g-colstat:median="3.20243e-18" g-colstat:min-value="0" g-colstat:percentile03="1.61046e-18" g-colstat:percentile97="1.39606e-17"><name>em_hgamma_fluxbkg</name><description>SLINEFIT Hgamma background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946347" g-colstat:max-value="1.85432" g-colstat:median="1.2441e-19" g-colstat:min-value="0" g-colstat:percentile03="4.87427e-20" g-colstat:percentile97="5.97061e-19"><name>em_hgamma_errfluxbkg</name><description>Uncertainty on SLINEFIT Hgamma background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946347" g-colstat:max-value="67563.9" g-colstat:median="4.89491" g-colstat:min-value="-5.97572e+14" g-colstat:percentile03="-50.4387" g-colstat:percentile97="56.8792"><name>em_hgamma_ew</name><description>SLINEFIT Hgamma equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946347" g-colstat:max-value="1.44272e+20" g-colstat:median="4.06235" g-colstat:min-value="0" g-colstat:percentile03="0.64678" g-colstat:percentile97="57.2251"><name>em_hgamma_errew</name><description>Uncertainty on SLINEFIT Hgamma equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946125" g-colstat:max-value="4.34122e-11" g-colstat:median="-7.59148e-18" g-colstat:min-value="-1.09327e-12" g-colstat:percentile03="-2.93861e-16" g-colstat:percentile97="3.31071e-16"><name>abs_hgamma_4341_flux</name><description>SLINEFIT Hgamma measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946125" g-colstat:max-value="4.27292e-10" g-colstat:median="2.42683e-17" g-colstat:min-value="8.56756e-19" g-colstat:percentile03="4.12729e-18" g-colstat:percentile97="2.95442e-16"><name>abs_hgamma_4341_errflux</name><description>Uncertainty on SLINEFIT Hgamma measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946291" g-colstat:max-value="1.05237e-16" g-colstat:median="3.20311e-18" g-colstat:min-value="0" g-colstat:percentile03="1.60946e-18" g-colstat:percentile97="1.3955e-17"><name>abs_hgamma_4341_fluxbkg</name><description>SLINEFIT Hgamma background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946291" g-colstat:max-value="1.85432" g-colstat:median="1.24479e-19" g-colstat:min-value="0" g-colstat:percentile03="4.88075e-20" g-colstat:percentile97="5.96066e-19"><name>abs_hgamma_4341_errfluxbkg</name><description>Uncertainty on SLINEFIT Hgamma background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946291" g-colstat:max-value="2.90787e+06" g-colstat:median="-1.22486" g-colstat:min-value="-70593" g-colstat:percentile03="-47.8071" g-colstat:percentile97="56.8335"><name>abs_hgamma_4341_ew</name><description>SLINEFIT Hgamma equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.946291" g-colstat:max-value="8.41245e+19" g-colstat:median="4.01331" g-colstat:min-value="0" g-colstat:percentile03="0.627558" g-colstat:percentile97="56.4297"><name>abs_hgamma_4341_errew</name><description>Uncertainty on SLINEFIT Hgamma equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.848996" g-colstat:max-value="0.00597027" g-colstat:median="3.87249e-17" g-colstat:min-value="-7.62984" g-colstat:percentile03="-4.4875e-16" g-colstat:percentile97="4.95184e-16"><name>em_hbeta_flux</name><description>SLINEFIT Hbeta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.848996" g-colstat:max-value="24.08" g-colstat:median="3.21943e-17" g-colstat:min-value="1.2785e-18" g-colstat:percentile03="5.42337e-18" g-colstat:percentile97="4.19385e-16"><name>em_hbeta_errflux</name><description>Uncertainty on SLINEFIT Hbeta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.849439" g-colstat:max-value="1.69827e-16" g-colstat:median="3.43696e-18" g-colstat:min-value="0" g-colstat:percentile03="1.47005e-18" g-colstat:percentile97="1.80037e-17"><name>em_hbeta_fluxbkg</name><description>SLINEFIT Hbeta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.849439" g-colstat:max-value="2.06404" g-colstat:median="1.69647e-19" g-colstat:min-value="0" g-colstat:percentile03="6.07453e-20" g-colstat:percentile97="9.8337e-19"><name>em_hbeta_errfluxbkg</name><description>Uncertainty on SLINEFIT Hbeta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.849439" g-colstat:median="5.37341" g-colstat:min-value="-1.29168e+18" g-colstat:percentile03="-72.4703" g-colstat:percentile97="81.638"><name>em_hbeta_ew</name><description>SLINEFIT Hbeta equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.849439" g-colstat:median="5.30192" g-colstat:min-value="0" g-colstat:percentile03="0.614552" g-colstat:percentile97="85.8041"><name>em_hbeta_errew</name><description>Uncertainty on SLINEFIT Hbeta equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.848996" g-colstat:max-value="2.85524e-08" g-colstat:median="1.17073e-17" g-colstat:min-value="-5.1462e-05" g-colstat:percentile03="-3.8888e-16" g-colstat:percentile97="5.20205e-16"><name>abs_hbeta_4862_flux</name><description>SLINEFIT Hbeta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.848996" g-colstat:max-value="0.000379444" g-colstat:median="3.22412e-17" g-colstat:min-value="8.86359e-19" g-colstat:percentile03="4.80767e-18" g-colstat:percentile97="4.16324e-16"><name>abs_hbeta_4862_errflux</name><description>Uncertainty on SLINEFIT Hbeta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.848996" g-colstat:max-value="1.69621e-16" g-colstat:median="3.43567e-18" g-colstat:min-value="0" g-colstat:percentile03="1.46906e-18" g-colstat:percentile97="1.80119e-17"><name>abs_hbeta_4862_fluxbkg</name><description>SLINEFIT Hbeta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.848996" g-colstat:max-value="2.06404" g-colstat:median="1.69671e-19" g-colstat:min-value="2.24206e-20" g-colstat:percentile03="6.09943e-20" g-colstat:percentile97="9.88398e-19"><name>abs_hbeta_4862_errfluxbkg</name><description>Uncertainty on SLINEFIT Hbeta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.848996" g-colstat:max-value="3.93173e+09" g-colstat:median="1.6007" g-colstat:percentile03="-63.8543" g-colstat:percentile97="86.4902"><name>abs_hbeta_4862_ew</name><description>SLINEFIT Hbeta equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.848996" g-colstat:median="5.23276" g-colstat:min-value="0.0969181" g-colstat:percentile03="0.620693" g-colstat:percentile97="88.6712"><name>abs_hbeta_4862_errew</name><description>Uncertainty on SLINEFIT Hbeta equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.806516" g-colstat:max-value="0.0718502" g-colstat:median="3.73125e-17" g-colstat:min-value="-0.276143" g-colstat:percentile03="-1.62938e-16" g-colstat:percentile97="4.84392e-16"><name>em_oiii_5007_1_flux</name><description>SLINEFIT OIII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.806516" g-colstat:max-value="1.17624" g-colstat:median="1.51362e-17" g-colstat:min-value="8.07871e-19" g-colstat:percentile03="3.84983e-18" g-colstat:percentile97="1.54413e-16"><name>em_oiii_5007_1_errflux</name><description>Uncertainty on SLINEFIT OIII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.806516" g-colstat:max-value="1.70889e-16" g-colstat:median="3.51175e-18" g-colstat:min-value="0" g-colstat:percentile03="1.48789e-18" g-colstat:percentile97="1.86651e-17"><name>em_oiii_5007_1_fluxbkg</name><description>SLINEFIT OIII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.806516" g-colstat:max-value="3.45723e-17" g-colstat:median="1.92189e-19" g-colstat:min-value="2.43259e-20" g-colstat:percentile03="6.80439e-20" g-colstat:percentile97="1.31724e-18"><name>em_oiii_5007_1_errfluxbkg</name><description>Uncertainty on SLINEFIT OIII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.806516" g-colstat:median="5.59533" g-colstat:percentile03="-22.4677" g-colstat:percentile97="104.248"><name>em_oiii_5007_1_ew</name><description>SLINEFIT OIII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.806516" g-colstat:median="2.46604" g-colstat:min-value="0.0980218" g-colstat:percentile03="0.432443" g-colstat:percentile97="49.0252"><name>em_oiii_5007_1_errew</name><description>Uncertainty on SLINEFIT OIII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.806516" g-colstat:max-value="0.0215551" g-colstat:median="1.11938e-17" g-colstat:min-value="-0.082843" g-colstat:percentile03="-4.88813e-17" g-colstat:percentile97="1.45318e-16"><name>em_oiii_5007_2_flux</name><description>SLINEFIT OIII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.806516" g-colstat:max-value="0.352872" g-colstat:median="4.54087e-18" g-colstat:min-value="2.42361e-19" g-colstat:percentile03="1.15495e-18" g-colstat:percentile97="4.6324e-17"><name>em_oiii_5007_2_errflux</name><description>Uncertainty on SLINEFIT OIII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.806516" g-colstat:max-value="1.70889e-16" g-colstat:median="3.51175e-18" g-colstat:min-value="0" g-colstat:percentile03="1.48789e-18" g-colstat:percentile97="1.86651e-17"><name>em_oiii_5007_2_fluxbkg</name><description>SLINEFIT OIII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.806516" g-colstat:max-value="3.45723e-17" g-colstat:median="1.92189e-19" g-colstat:min-value="2.43259e-20" g-colstat:percentile03="6.80439e-20" g-colstat:percentile97="1.31724e-18"><name>em_oiii_5007_2_errfluxbkg</name><description>Uncertainty on SLINEFIT OIII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.806516" g-colstat:median="1.6786" g-colstat:percentile03="-6.74031" g-colstat:percentile97="31.2744"><name>em_oiii_5007_2_ew</name><description>SLINEFIT OIII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.806516" g-colstat:median="0.739812" g-colstat:min-value="0.0294065" g-colstat:percentile03="0.129733" g-colstat:percentile97="14.7076"><name>em_oiii_5007_2_errew</name><description>Uncertainty on SLINEFIT OIII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.675203" g-colstat:max-value="1.15312e-05" g-colstat:median="-4.98663e-18" g-colstat:min-value="-4.92731e-05" g-colstat:percentile03="-1.75116e-16" g-colstat:percentile97="1.55396e-16"><name>abs_mgi_5176_flux</name><description>SLINEFIT MgI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.675203" g-colstat:max-value="0.000128778" g-colstat:median="1.48357e-17" g-colstat:min-value="8.07084e-19" g-colstat:percentile03="2.78868e-18" g-colstat:percentile97="1.32235e-16"><name>abs_mgi_5176_errflux</name><description>Uncertainty on SLINEFIT MgI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.675203" g-colstat:max-value="1.96571e-16" g-colstat:median="3.53204e-18" g-colstat:min-value="0" g-colstat:percentile03="1.45099e-18" g-colstat:percentile97="1.94244e-17"><name>abs_mgi_5176_fluxbkg</name><description>SLINEFIT MgI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.675203" g-colstat:max-value="1.81054e-17" g-colstat:median="1.9872e-19" g-colstat:min-value="2.91808e-20" g-colstat:percentile03="6.74611e-20" g-colstat:percentile97="1.26313e-18"><name>abs_mgi_5176_errfluxbkg</name><description>Uncertainty on SLINEFIT MgI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.675203" g-colstat:max-value="3.5899e+12" g-colstat:median="-0.649571" g-colstat:percentile03="-24.1778" g-colstat:percentile97="28.0721"><name>abs_mgi_5176_ew</name><description>SLINEFIT MgI equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.675203" g-colstat:median="2.31902" g-colstat:min-value="0.102809" g-colstat:percentile03="0.349335" g-colstat:percentile97="32.7468"><name>abs_mgi_5176_errew</name><description>Uncertainty on SLINEFIT MgI equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.288456" g-colstat:max-value="0.0623633" g-colstat:median="5.70147e-18" g-colstat:min-value="-0.125154" g-colstat:percentile03="-3.32356e-16" g-colstat:percentile97="3.26003e-16"><name>abs_nad_5895_flux</name><description>SLINEFIT NaD measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.288456" g-colstat:max-value="0.218179" g-colstat:median="1.88632e-17" g-colstat:min-value="8.68622e-19" g-colstat:percentile03="3.49454e-18" g-colstat:percentile97="6.96739e-16"><name>abs_nad_5895_errflux</name><description>Uncertainty on SLINEFIT NaD measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.288456" g-colstat:max-value="9.33035e-16" g-colstat:median="3.89176e-18" g-colstat:min-value="0" g-colstat:percentile03="1.21744e-18" g-colstat:percentile97="2.86374e-17"><name>abs_nad_5895_fluxbkg</name><description>SLINEFIT NaD background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.288456" g-colstat:max-value="1.28589" g-colstat:median="2.34912e-19" g-colstat:min-value="9.58779e-21" g-colstat:percentile03="6.67807e-20" g-colstat:percentile97="1.90699e-18"><name>abs_nad_5895_errfluxbkg</name><description>Uncertainty on SLINEFIT NaD background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.288456" g-colstat:median="0.86496" g-colstat:min-value="-2.95836e+16" g-colstat:percentile03="-43.6225" g-colstat:percentile97="63.7276"><name>abs_nad_5895_ew</name><description>SLINEFIT NaD equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.288456" g-colstat:median="2.91116" g-colstat:min-value="0.135656" g-colstat:percentile03="0.439328" g-colstat:percentile97="314.933"><name>abs_nad_5895_errew</name><description>Uncertainty on SLINEFIT NaD equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0566403" g-colstat:max-value="6.47316e-06" g-colstat:median="4.19616e-18" g-colstat:min-value="-0.000219453" g-colstat:percentile03="-1.07433e-14" g-colstat:percentile97="3.49955e-15"><name>em_nii_6583_2_flux</name><description>SLINEFIT NII_2 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0566403" g-colstat:max-value="0.000428389" g-colstat:median="8.85096e-18" g-colstat:min-value="3.37432e-19" g-colstat:percentile03="7.54062e-19" g-colstat:percentile97="3.05527e-13"><name>em_nii_6583_2_errflux</name><description>Uncertainty on SLINEFIT NII_2 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0566403" g-colstat:max-value="8.15343e-16" g-colstat:median="3.2021e-18" g-colstat:min-value="0" g-colstat:percentile03="1.01886e-18" g-colstat:percentile97="5.79174e-17"><name>em_nii_6583_2_fluxbkg</name><description>SLINEFIT NII_2 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0566403" g-colstat:max-value="2.79196e-17" g-colstat:median="2.00651e-19" g-colstat:min-value="1.10586e-20" g-colstat:percentile03="4.27616e-20" g-colstat:percentile97="2.08378e-18"><name>em_nii_6583_2_errfluxbkg</name><description>Uncertainty on SLINEFIT NII_2 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0566403" g-colstat:median="1.03104" g-colstat:percentile03="-1534.09" g-colstat:percentile97="782.798"><name>em_nii_6583_2_ew</name><description>SLINEFIT NII_2 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0566403" g-colstat:median="1.69763" g-colstat:min-value="0.056767" g-colstat:percentile03="0.172809" g-colstat:percentile97="54747.9"><name>em_nii_6583_2_errew</name><description>Uncertainty on SLINEFIT NII_2 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0561978" g-colstat:max-value="1.46008e-05" g-colstat:median="6.92908e-18" g-colstat:min-value="-1.66777e-09" g-colstat:percentile03="-5.07324e-15" g-colstat:percentile97="1.80284e-15"><name>em_nii_6549_flux</name><description>SLINEFIT NII 6549 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0561978" g-colstat:max-value="7.54272e-05" g-colstat:median="1.44316e-17" g-colstat:min-value="1.49228e-19" g-colstat:percentile03="9.52364e-19" g-colstat:percentile97="2.42962e-14"><name>em_nii_6549_errflux</name><description>Uncertainty on SLINEFIT NII 6549 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0563637" g-colstat:max-value="8.08495e-16" g-colstat:median="3.17153e-18" g-colstat:min-value="0" g-colstat:percentile03="1.00045e-18" g-colstat:percentile97="5.80519e-17"><name>em_nii_6549_fluxbkg</name><description>SLINEFIT NII 6549 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0563637" g-colstat:max-value="2.79276e-17" g-colstat:median="1.96716e-19" g-colstat:min-value="0" g-colstat:percentile03="4.25822e-20" g-colstat:percentile97="1.88213e-18"><name>em_nii_6549_errfluxbkg</name><description>Uncertainty on SLINEFIT NII 6549 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0563637" g-colstat:median="1.34021" g-colstat:percentile03="-862.789" g-colstat:percentile97="395.096"><name>em_nii_6549_ew</name><description>SLINEFIT NII 6549 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0563637" g-colstat:median="3.32129" g-colstat:min-value="0" g-colstat:percentile03="0.168777" g-colstat:percentile97="11321.6"><name>em_nii_6549_errew</name><description>Uncertainty on SLINEFIT NII 6549 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0547044" g-colstat:max-value="0.00538205" g-colstat:median="2.97669e-17" g-colstat:min-value="-2.02615e-07" g-colstat:percentile03="-2.62334e-15" g-colstat:percentile97="6.07581e-15"><name>em_halpha_flux</name><description>SLINEFIT Halpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0547044" g-colstat:max-value="0.0163155" g-colstat:median="5.95922e-17" g-colstat:min-value="1.83826e-18" g-colstat:percentile03="5.35049e-18" g-colstat:percentile97="8.05272e-14"><name>em_halpha_errflux</name><description>Uncertainty on SLINEFIT Halpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0547597" g-colstat:max-value="8.15343e-16" g-colstat:median="3.20151e-18" g-colstat:min-value="0" g-colstat:percentile03="1.03695e-18" g-colstat:percentile97="5.92992e-17"><name>em_halpha_fluxbkg</name><description>SLINEFIT Halpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0547597" g-colstat:max-value="2.79196e-17" g-colstat:median="1.93086e-19" g-colstat:min-value="1.10985e-20" g-colstat:percentile03="4.25642e-20" g-colstat:percentile97="1.85762e-18"><name>em_halpha_errfluxbkg</name><description>Uncertainty on SLINEFIT Halpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0547597" g-colstat:median="5.40801" g-colstat:min-value="-1.88076e+16" g-colstat:percentile03="-470.863" g-colstat:percentile97="986.534"><name>em_halpha_ew</name><description>SLINEFIT Halpha equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0547597" g-colstat:median="12.6824" g-colstat:min-value="0.239675" g-colstat:percentile03="0.741773" g-colstat:percentile97="35030.1"><name>em_halpha_errew</name><description>Uncertainty on SLINEFIT Halpha equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0545384" g-colstat:max-value="3.44659e-05" g-colstat:median="1.63333e-17" g-colstat:min-value="-0.326776" g-colstat:percentile03="-5.52944e-15" g-colstat:percentile97="5.90211e-15"><name>abs_halpha_6564_flux</name><description>SLINEFIT Halpha measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0545384" g-colstat:max-value="0.115953" g-colstat:median="5.12559e-17" g-colstat:min-value="1.05811e-18" g-colstat:percentile03="5.54824e-18" g-colstat:percentile97="3.82346e-13"><name>abs_halpha_6564_errflux</name><description>Uncertainty on SLINEFIT Halpha measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0545937" g-colstat:max-value="8.15343e-16" g-colstat:median="3.21556e-18" g-colstat:min-value="0" g-colstat:percentile03="1.02178e-18" g-colstat:percentile97="5.96151e-17"><name>abs_halpha_6564_fluxbkg</name><description>SLINEFIT Halpha background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0545937" g-colstat:max-value="2.79196e-17" g-colstat:median="1.94899e-19" g-colstat:min-value="0" g-colstat:percentile03="4.24065e-20" g-colstat:percentile97="1.82824e-18"><name>abs_halpha_6564_errfluxbkg</name><description>Uncertainty on SLINEFIT Halpha background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0545937" g-colstat:max-value="1.12466e+13" g-colstat:median="2.59531" g-colstat:percentile03="-1166.6" g-colstat:percentile97="571.92"><name>abs_halpha_6564_ew</name><description>SLINEFIT Halpha equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0545937" g-colstat:median="11.4498" g-colstat:min-value="0" g-colstat:percentile03="0.613884" g-colstat:percentile97="135867"><name>abs_halpha_6564_errew</name><description>Uncertainty on SLINEFIT Halpha equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0566403" g-colstat:max-value="2.15772e-05" g-colstat:median="1.13285e-17" g-colstat:min-value="-0.000731509" g-colstat:percentile03="-3.58109e-14" g-colstat:percentile97="1.1434e-14"><name>em_nii_6583_1_flux</name><description>SLINEFIT NII_1 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0566403" g-colstat:max-value="0.00142796" g-colstat:median="1.87414e-17" g-colstat:min-value="4.97426e-19" g-colstat:percentile03="2.22519e-18" g-colstat:percentile97="1.01842e-12"><name>em_nii_6583_1_errflux</name><description>Uncertainty on SLINEFIT NII_1 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0566403" g-colstat:max-value="8.15343e-16" g-colstat:median="3.20137e-18" g-colstat:min-value="0" g-colstat:percentile03="1.01728e-18" g-colstat:percentile97="5.79174e-17"><name>em_nii_6583_1_fluxbkg</name><description>SLINEFIT NII_1 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0566403" g-colstat:max-value="2.79196e-17" g-colstat:median="2.04148e-19" g-colstat:min-value="1.10985e-20" g-colstat:percentile03="4.30084e-20" g-colstat:percentile97="2.08378e-18"><name>em_nii_6583_1_errfluxbkg</name><description>Uncertainty on SLINEFIT NII_1 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0566403" g-colstat:median="2.69313" g-colstat:percentile03="-5113.62" g-colstat:percentile97="2609.33"><name>em_nii_6583_1_ew</name><description>SLINEFIT NII_1 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0566403" g-colstat:median="3.38556" g-colstat:min-value="0.189223" g-colstat:percentile03="0.45987" g-colstat:percentile97="182493"><name>em_nii_6583_1_errew</name><description>Uncertainty on SLINEFIT NII_1 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.038719" g-colstat:max-value="0.109482" g-colstat:median="4.60478e-18" g-colstat:min-value="-0.135302" g-colstat:percentile03="-2.4024e-16" g-colstat:percentile97="4.28052e-16"><name>em_sii_6718_flux</name><description>SLINEFIT SII 6718 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.038719" g-colstat:max-value="0.271104" g-colstat:median="1.295e-17" g-colstat:min-value="9.04214e-19" g-colstat:percentile03="2.57156e-18" g-colstat:percentile97="3.88612e-16"><name>em_sii_6718_errflux</name><description>Uncertainty on SLINEFIT SII 6718 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.038719" g-colstat:max-value="8.41568e-16" g-colstat:median="3.29605e-18" g-colstat:min-value="0" g-colstat:percentile03="8.9836e-19" g-colstat:percentile97="7.91809e-17"><name>em_sii_6718_fluxbkg</name><description>SLINEFIT SII 6718 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.038719" g-colstat:max-value="2.61201e-17" g-colstat:median="1.59782e-19" g-colstat:min-value="1.11119e-20" g-colstat:percentile03="3.82749e-20" g-colstat:percentile97="1.65813e-18"><name>em_sii_6718_errfluxbkg</name><description>Uncertainty on SLINEFIT SII 6718 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.038719" g-colstat:median="0.723486" g-colstat:min-value="-3.62022e+16" g-colstat:percentile03="-34.6383" g-colstat:percentile97="61.7303"><name>em_sii_6718_ew</name><description>SLINEFIT SII 6718 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.038719" g-colstat:median="2.57761" g-colstat:min-value="0.108139" g-colstat:percentile03="0.356544" g-colstat:percentile97="179.827"><name>em_sii_6718_errew</name><description>Uncertainty on SLINEFIT SII 6718 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0379446" g-colstat:max-value="1.60777e-10" g-colstat:median="2.52437e-18" g-colstat:min-value="-2.00296e-11" g-colstat:percentile03="-1.71546e-16" g-colstat:percentile97="2.23854e-16"><name>em_sii_6732_flux</name><description>SLINEFIT SII 6732 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0379446" g-colstat:max-value="5.93595e-10" g-colstat:median="1.20108e-17" g-colstat:min-value="8.67086e-19" g-colstat:percentile03="2.06119e-18" g-colstat:percentile97="1.96677e-16"><name>em_sii_6732_errflux</name><description>Uncertainty on SLINEFIT SII 6732 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0379446" g-colstat:max-value="8.4013e-16" g-colstat:median="3.3504e-18" g-colstat:min-value="0" g-colstat:percentile03="8.92302e-19" g-colstat:percentile97="8.10221e-17"><name>em_sii_6732_fluxbkg</name><description>SLINEFIT SII 6732 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0379446" g-colstat:max-value="2.71049e-17" g-colstat:median="1.62051e-19" g-colstat:min-value="1.19418e-20" g-colstat:percentile03="4.04221e-20" g-colstat:percentile97="1.49451e-18"><name>em_sii_6732_errfluxbkg</name><description>Uncertainty on SLINEFIT SII 6732 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0379446" g-colstat:median="0.55486" g-colstat:min-value="-2.08368e+06" g-colstat:percentile03="-32.3053" g-colstat:percentile97="41.6565"><name>em_sii_6732_ew</name><description>SLINEFIT SII 6732 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0379446" g-colstat:median="2.37406" g-colstat:min-value="0.0936147" g-colstat:percentile03="0.367268" g-colstat:percentile97="51.5305"><name>em_sii_6732_errew</name><description>Uncertainty on SLINEFIT SII 6732 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectrum_accref</name><description>Access key to the VIPERS PDR-2 spectrum</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table><table><name>aspic_vipers.w4</name><description>VIPERS PDR-2 photometry, physical parameters, and spectral features of
sources on W4 field.</description><nrows>30979</nrows><column g-colstat:fillFactor="1" g-colstat:max-value="4.11163e+08" g-colstat:median="4.05074e+08" g-colstat:min-value="4.01008e+08" g-colstat:percentile03="4.01084e+08" g-colstat:percentile97="4.11093e+08"><name>vipers_id</name><description>VIPERS unique identifier</description><ucd>meta.id;meta.main</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="335.391" g-colstat:median="332.678" g-colstat:min-value="330.045" g-colstat:percentile03="330.309" g-colstat:percentile97="335.086"><name>alpha</name><description>Right Ascension (J2000)</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="2.36952" g-colstat:median="1.54066" g-colstat:min-value="0.862077" g-colstat:percentile03="0.893864" g-colstat:percentile97="2.32225"><name>delta</name><description>Declination (J2000)</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="0.992124" g-colstat:max-value="4.19809e+06" g-colstat:median="1.83628e+06" g-colstat:min-value="-1" g-colstat:percentile03="69035.1" g-colstat:percentile97="4.03045e+06"><name>id_cfhtls_t07</name><description>CFHTLS T0007 unique identifier</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="4.3953" g-colstat:median="0.678" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.15227"><name>zspec</name><description>Spectroscopic redshift</description><ucd>src.redshift</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="219" g-colstat:median="3" g-colstat:min-value="1" g-colstat:percentile03="1" g-colstat:percentile97="12"><name>zflg</name><description>ASPIC simplified redshift reliability flag</description><ucd>meta.code.qual;src.redshift</ucd><dataType xsi:type="vs:VOTableType">short</dataType></column><column><name>zflg_vipers</name><description>VIPERS redshift reliability flag</description><ucd>meta.code.qual;src.redshift</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="23.9697" g-colstat:median="21.794" g-colstat:min-value="15.1827" g-colstat:percentile03="19.853" g-colstat:percentile97="22.4747"><name>selmag</name><description>i AB selection magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.992124" g-colstat:median="23.905" g-colstat:min-value="15.7844" g-colstat:percentile03="22.166" g-colstat:percentile97="26.898"><name>u_t07</name><description>CFHTLS T0007 u* band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.992124" g-colstat:median="0.086" g-colstat:min-value="0.0005" g-colstat:percentile03="0.024" g-colstat:percentile97="1.12"><name>erru_t07</name><description>Mean error on u_T07</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.992124" g-colstat:median="23.353" g-colstat:min-value="15.7844" g-colstat:percentile03="21.561" g-colstat:percentile97="25.052"><name>g_t07</name><description>CFHTLS T0007 g’ band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.992124" g-colstat:median="0.031" g-colstat:min-value="0" g-colstat:percentile03="0.009" g-colstat:percentile97="0.126"><name>errg_t07</name><description>Mean error on g_T07</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.992124" g-colstat:median="22.573" g-colstat:min-value="15.7459" g-colstat:percentile03="20.591" g-colstat:percentile97="23.592"><name>r_t07</name><description>CFHTLS T0007 r’ band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.992124" g-colstat:median="0.028" g-colstat:min-value="0" g-colstat:percentile03="0.008" g-colstat:percentile97="0.062"><name>errr_t07</name><description>Mean error on r_T07</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="21.918" g-colstat:min-value="15.2586" g-colstat:percentile03="19.9513" g-colstat:percentile97="nan"><name>i_t07</name><description>CFHTLS T0007 i’ band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.019" g-colstat:min-value="0" g-colstat:percentile03="0.005" g-colstat:percentile97="nan"><name>erri_t07</name><description>Mean error on i_T07</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="17.891" g-colstat:percentile03="21.7443" g-colstat:percentile97="nan"><name>iy_t07</name><description>CFHTLS y (i2) band magnitude</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0.001" g-colstat:percentile03="0.015" g-colstat:percentile97="nan"><name>erriy_t07</name><description>Mean error on iy_T07</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="21.595" g-colstat:min-value="15.1146" g-colstat:percentile03="19.6403" g-colstat:percentile97="22.541"><name>z_t07</name><description>CFHTLS z’ band magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.033" g-colstat:min-value="0.0004" g-colstat:percentile03="0.009" g-colstat:percentile97="0.083"><name>errz_t07</name><description>Mean error on z_T07</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="20.421" g-colstat:min-value="14.747" g-colstat:percentile03="18.4963" g-colstat:percentile97="22.296"><name>ks_wircam</name><description>WIRCAM Ks band magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.036" g-colstat:min-value="0.001" g-colstat:percentile03="0.009" g-colstat:percentile97="0.20566"><name>errks_wircam</name><description>Mean error on ks_wircam</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="16.605" g-colstat:percentile03="nan" g-colstat:percentile97="nan"><name>fuv</name><description>GALEX FUV band magnitude</description><unit>mag</unit><ucd>phot.mag;em.uv.100-200nm</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0.016" g-colstat:percentile03="nan" g-colstat:percentile97="nan"><name>errfuv</name><description>Mean error on FUV</description><unit>mag</unit><ucd>stat.error;phot.mag;em.uv.100-200nm</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="17.059" g-colstat:percentile03="23.661" g-colstat:percentile97="nan"><name>nuv</name><description>GALEX NUV band magnitude</description><unit>mag</unit><ucd>phot.mag;em.uv.200-300nm</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="nan" g-colstat:min-value="0.009" g-colstat:percentile03="0.078" g-colstat:percentile97="nan"><name>errnuv</name><description>Mean error on NUV</description><unit>mag</unit><ucd>stat.error;phot.mag;em.uv.200-300nm</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.380645" g-colstat:max-value="2.22056e+23" g-colstat:median="2.73371e-17" g-colstat:min-value="-6.08546e+07" g-colstat:percentile03="8.70463e-19" g-colstat:percentile97="5.75496e-16"><name>oii_3728_flux</name><description>Comparat et al. OII flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.31983" g-colstat:median="1.97324e-10" g-colstat:min-value="2.26131e-18" g-colstat:percentile03="7.67991e-18" g-colstat:percentile97="nan"><name>oii_3728_fluxerr</name><description>Uncertainty on Comparat et al. OII flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.380645" g-colstat:max-value="8.81981e+40" g-colstat:median="11.9126" g-colstat:min-value="-1.57223e+25" g-colstat:percentile03="0.313507" g-colstat:percentile97="291.932"><name>oii_3728_ew</name><description>Comparat et al. estimate of OII line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.259434" g-colstat:max-value="1.02495e+24" g-colstat:median="1.19013e-17" g-colstat:min-value="-5.5538e+15" g-colstat:percentile03="-5.68566e-19" g-colstat:percentile97="1.63207e-14"><name>oiii_4960_flux</name><description>Comparat et al. OIII 4960 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.214306" g-colstat:median="4.21492e-10" g-colstat:min-value="2.94564e-18" g-colstat:percentile03="1.01252e-17" g-colstat:percentile97="nan"><name>oiii_4960_fluxerr</name><description>Uncertainty on Comparat et al. OIII 4960 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.259434" g-colstat:max-value="2.21045e+41" g-colstat:median="2.97433" g-colstat:min-value="-2.72559e+41" g-colstat:percentile03="-13.0704" g-colstat:percentile97="5502.45"><name>oiii_4960_ew</name><description>Comparat et al. estimate of OIII 4960 line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.26037" g-colstat:max-value="5.46181e+23" g-colstat:median="2.03646e-17" g-colstat:min-value="-2.92893e+06" g-colstat:percentile03="7.98807e-20" g-colstat:percentile97="5.86124e-15"><name>oiii_5007_flux</name><description>Comparat et al. OIII 5007 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.213951" g-colstat:median="4.08042e-10" g-colstat:min-value="2.75882e-18" g-colstat:percentile03="1.01169e-17" g-colstat:percentile97="nan"><name>oiii_5007_fluxerr</name><description>Uncertainty on Comparat et al. OIII 5007 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.26037" g-colstat:max-value="2.60001e+41" g-colstat:median="5.22065" g-colstat:min-value="-6.43976e+23" g-colstat:percentile03="-3.87333" g-colstat:percentile97="1740.68"><name>oiii_5007_ew</name><description>Comparat et al. estimate of OIII 5007 line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.12176" g-colstat:max-value="5.28956e+23" g-colstat:median="5.06327e-18" g-colstat:min-value="-0.00680699" g-colstat:percentile03="-8.13005e-17" g-colstat:percentile97="1.20074e-12"><name>hdelta_4102_flux</name><description>Comparat et al. Hdelta 4102 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.101198" g-colstat:median="1.03663e-09" g-colstat:min-value="3.36712e-18" g-colstat:percentile03="7.61411e-18" g-colstat:percentile97="nan"><name>hdelta_4102_fluxerr</name><description>Uncertainty on Comparat et al. Hdelta 4102 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.12176" g-colstat:max-value="5.1352e+41" g-colstat:median="1.591" g-colstat:min-value="-1.62388e+15" g-colstat:percentile03="-34.1101" g-colstat:percentile97="325031"><name>hdelta_4102_ew</name><description>Comparat et al. estimate of Hdelta 4102 line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.210982" g-colstat:max-value="4.5032e+23" g-colstat:median="6.14179e-18" g-colstat:min-value="-8.44007e+11" g-colstat:percentile03="-2.64029e-18" g-colstat:percentile97="8.57152e-14"><name>hgamma_4341_flux</name><description>Comparat et al. Hgamma 4341 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.173537" g-colstat:median="5.09193e-10" g-colstat:min-value="1.85599e-18" g-colstat:percentile03="7.01623e-18" g-colstat:percentile97="nan"><name>hgamma_4341_fluxerr</name><description>Uncertainty on Comparat et al. Hgamma 4341 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.210982" g-colstat:max-value="7.50613e+40" g-colstat:median="1.81093" g-colstat:min-value="-1.54418e+29" g-colstat:percentile03="-6.46066" g-colstat:percentile97="26504.6"><name>hgamma_4341_ew</name><description>Comparat et al. estimate of Hgamma 4341 line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.243552" g-colstat:max-value="8.71188e+23" g-colstat:median="1.36522e-17" g-colstat:min-value="-3.99194e+23" g-colstat:percentile03="-9.28146e-20" g-colstat:percentile97="7.12552e-15"><name>hbeta_4862_flux</name><description>Comparat et al. Hbeta 4862 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.200943" g-colstat:median="3.21825e-10" g-colstat:min-value="2.83272e-18" g-colstat:percentile03="8.42562e-18" g-colstat:percentile97="nan"><name>hbeta_4862_fluxerr</name><description>Uncertainty on Comparat et al. Hbeta 4862 flux</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.243552" g-colstat:max-value="1.89167e+41" g-colstat:median="3.84731" g-colstat:min-value="-1.05276e+41" g-colstat:percentile03="-3.72925" g-colstat:percentile97="1854.13"><name>hbeta_4862_ew</name><description>Comparat et al. estimate of Hbeta 4862 line equivalent width</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995642" g-colstat:max-value="5.2644" g-colstat:median="0.69235" g-colstat:min-value="0" g-colstat:percentile03="0.393329" g-colstat:percentile97="1.133"><name>mls_zphot</name><description>Best photometric redshift from VIPERS-MLS Le Phare analysis</description><ucd>src.redshift.phot</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995642" g-colstat:median="10.128" g-colstat:min-value="7.0125" g-colstat:percentile03="8.9867" g-colstat:percentile97="11.1724"><name>mls_mass_med</name><description>Median stellar mass from VIPERS-MLS Le Phare analysis</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995642" g-colstat:median="0.830091" g-colstat:min-value="-5.975" g-colstat:percentile03="-3.40083" g-colstat:percentile97="1.89886"><name>mls_sfr_med</name><description>Median SFR from VIPERS-MLS Le Phare analysis</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.995642" g-colstat:median="-9.15505" g-colstat:min-value="-17.1838" g-colstat:percentile03="-14.7363" g-colstat:percentile97="-8.10005"><name>mls_ssfr_med</name><description>Median specific SFR from VIPERS-MLS Le Phare analysis</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:max-value="11.8209" g-colstat:median="10.0918" g-colstat:min-value="-8.39967" g-colstat:percentile03="-6.30873" g-colstat:percentile97="11.2055"><name>mass_best</name><description>Stellar mass form the best fitting model (Le Phare ASPIC run)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:median="10.0252" g-colstat:min-value="7.004" g-colstat:percentile03="7.86589" g-colstat:percentile97="11.2634"><name>mass_inf</name><description>Stellar mass 16% lower value from the analysis (Le Phare ASPIC run)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:median="10.1222" g-colstat:min-value="7.0125" g-colstat:percentile03="7.92026" g-colstat:percentile97="11.3085"><name>mass_med</name><description>Median stellar mass from the analysis (Le Phare ASPIC run)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:median="10.2234" g-colstat:min-value="7.021" g-colstat:percentile03="7.97357" g-colstat:percentile97="11.3636"><name>mass_sup</name><description>Stellar mass 16% higher value from the analysis (Le Phare ASPIC run)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:median="0.917649" g-colstat:min-value="-49.3792" g-colstat:percentile03="-17.194" g-colstat:percentile97="2.08281"><name>sfr_best</name><description>Star Formation Rate form the best fitting model (Le Phare ASPIC run)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:median="0.719079" g-colstat:min-value="-5.99021" g-colstat:percentile03="-4.93277" g-colstat:percentile97="2.04942"><name>sfr_inf</name><description>Star Formation Rate 16% lower value from the analysis (Le Phare ASPIC run)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:median="0.961253" g-colstat:min-value="-5.9694" g-colstat:percentile03="-3.28241" g-colstat:percentile97="2.20782"><name>sfr_med</name><description>Median Star Formation Rate from the analysis (Le Phare ASPIC run)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:median="1.17884" g-colstat:min-value="-5.72817" g-colstat:percentile03="-2.78343" g-colstat:percentile97="2.3716"><name>sfr_sup</name><description>Star Formation Rate 16% higher value from the analysis (Le Phare ASPIC run)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:max-value="-7.33734" g-colstat:median="-9.05564" g-colstat:min-value="-110.131" g-colstat:percentile03="-19.0414" g-colstat:percentile97="-7.71633"><name>ssfr_best</name><description>Specific Star Formation Rate form the best fitting model (Le Phare ASPIC run)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:median="-9.23699" g-colstat:min-value="-16.968" g-colstat:percentile03="-16.1317" g-colstat:percentile97="-8.01227"><name>ssfr_inf</name><description>Specific Star Formation Rate 16% lower value from the analysis (Le Phare ASPIC run)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:median="-8.9425" g-colstat:min-value="-16.9" g-colstat:percentile03="-13.9369" g-colstat:percentile97="-7.73356"><name>ssfr_med</name><description>Median specific Star Formation Rate from the analysis (Le Phare ASPIC run)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:median="-8.67371" g-colstat:min-value="-16.832" g-colstat:percentile03="-12.5278" g-colstat:percentile97="-7.54538"><name>ssfr_sup</name><description>Specific Star Formation Rate 16% higher value from the analysis (Le Phare ASPIC run)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:max-value="32.245" g-colstat:median="-17.668" g-colstat:min-value="-27.456" g-colstat:percentile03="-20.2487" g-colstat:percentile97="28.854"><name>mag_abs_fuv</name><description>GALEX FUV absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.uv.100-200nm;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:max-value="31.075" g-colstat:median="-18.523" g-colstat:min-value="-27.566" g-colstat:percentile03="-20.7077" g-colstat:percentile97="27.4817"><name>mag_abs_nuv</name><description>GALEX NUV absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.uv.200-300nm;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:max-value="28.412" g-colstat:median="-20.212" g-colstat:min-value="-27.553" g-colstat:percentile03="-21.9387" g-colstat:percentile97="24.838"><name>mag_abs_mcam_u</name><description>CFHT u* absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.U;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:max-value="26.773" g-colstat:median="-20.902" g-colstat:min-value="-27.645" g-colstat:percentile03="-22.6635" g-colstat:percentile97="23.4647"><name>mag_abs_mcam_g</name><description>CFHT g’ absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.B;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:max-value="25.566" g-colstat:median="-21.303" g-colstat:min-value="-27.594" g-colstat:percentile03="-23.1717" g-colstat:percentile97="22.4285"><name>mag_abs_mcam_r</name><description>CFHT r’ absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.R;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:max-value="24.036" g-colstat:median="-21.606" g-colstat:min-value="-27.589" g-colstat:percentile03="-23.52" g-colstat:percentile97="21.5052"><name>mag_abs_mcam_i</name><description>CFHT i’ absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:max-value="24.022" g-colstat:median="-21.82" g-colstat:min-value="-27.622" g-colstat:percentile03="-23.755" g-colstat:percentile97="21.102"><name>mag_abs_mcam_z</name><description>CFHT z’ absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.99561" g-colstat:max-value="23.371" g-colstat:median="-22.098" g-colstat:min-value="-27.32" g-colstat:percentile03="-24.0877" g-colstat:percentile97="20.6077"><name>mag_abs_wircam_ks</name><description>WIRCAM Ks absolute AB magnitude (Le Phare ASPIC run)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.K;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.931889" g-colstat:max-value="1.51266e+12" g-colstat:median="2.5613e+10" g-colstat:min-value="1.76359e+07" g-colstat:percentile03="2.21078e+09" g-colstat:percentile97="2.2427e+11"><name>mstar</name><description>Total stellar mass (CIGALE ASPIC run)</description><unit>solMass</unit><ucd>phys.mass;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.931889" g-colstat:max-value="6.44029e+11" g-colstat:median="8.03614e+09" g-colstat:min-value="6.93835e+06" g-colstat:percentile03="6.41499e+08" g-colstat:percentile97="5.30866e+10"><name>mstar_err</name><description>Uncertainty on the total stellar mass (CIGALE ASPIC run)</description><unit>solMass</unit><ucd>stat.error;phys.mass;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.931889" g-colstat:max-value="78532.6" g-colstat:median="10.596" g-colstat:min-value="6.91602e-07" g-colstat:percentile03="0.0209573" g-colstat:percentile97="356.961"><name>sfr</name><description>Star Formation Rate (CIGALE ASPIC run)</description><unit>solMass/yr</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.931889" g-colstat:max-value="17651.3" g-colstat:median="17.3935" g-colstat:min-value="5.66347e-05" g-colstat:percentile03="0.12665" g-colstat:percentile97="398.493"><name>sfr_err</name><description>Uncertainty on the Star Formation Rate (CIGALE ASPIC run)</description><unit>solMass/yr</unit><ucd>stat.error;phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="3.22799e-05" g-colstat:max-value="5.22849e-16" g-colstat:median="5.22849e-16" g-colstat:min-value="5.22849e-16" g-colstat:percentile03="5.22849e-16" g-colstat:percentile97="5.22849e-16"><name>em_lyalpha_flux</name><description>SLINEFIT Lyman alpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="3.22799e-05" g-colstat:max-value="4.06722e-17" g-colstat:median="4.06722e-17" g-colstat:min-value="4.06722e-17" g-colstat:percentile03="4.06722e-17" g-colstat:percentile97="4.06722e-17"><name>em_lyalpha_errflux</name><description>Uncertainty on SLINEFIT Lyman alpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="3.22799e-05" g-colstat:max-value="6.47126e-18" g-colstat:median="6.47126e-18" g-colstat:min-value="6.47126e-18" g-colstat:percentile03="6.47126e-18" g-colstat:percentile97="6.47126e-18"><name>em_lyalpha_fluxbkg</name><description>SLINEFIT Lyman alpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Lyalpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="3.22799e-05" g-colstat:max-value="4.64027e-19" g-colstat:median="4.64027e-19" g-colstat:min-value="4.64027e-19" g-colstat:percentile03="4.64027e-19" g-colstat:percentile97="4.64027e-19"><name>em_lyalpha_errfluxbkg</name><description>Uncertainty on SLINEFIT Lyman alpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Lyalpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="3.22799e-05" g-colstat:max-value="14.9753" g-colstat:median="14.9753" g-colstat:min-value="14.9753" g-colstat:percentile03="14.9753" g-colstat:percentile97="14.9753"><name>em_lyalpha_ew</name><description>SLINEFIT Lyman alpha equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="3.22799e-05" g-colstat:max-value="1.58434" g-colstat:median="1.58434" g-colstat:min-value="1.58434" g-colstat:percentile03="1.58434" g-colstat:percentile97="1.58434"><name>em_lyalpha_errew</name><description>Uncertainty on SLINEFIT Lyman alpha equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.001614" g-colstat:max-value="7.03959e-13" g-colstat:median="3.62586e-16" g-colstat:min-value="-5.53854e-17" g-colstat:percentile03="4.99168e-17" g-colstat:percentile97="4.60371e-15"><name>em_civ_1548_flux</name><description>SLINEFIT CIV measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.001614" g-colstat:max-value="2.02556e-13" g-colstat:median="4.5813e-17" g-colstat:min-value="5.11589e-18" g-colstat:percentile03="1.14475e-17" g-colstat:percentile97="2.31522e-15"><name>em_civ_1548_errflux</name><description>Uncertainty on SLINEFIT CIV measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.001614" g-colstat:max-value="1.80466e-16" g-colstat:median="6.91046e-18" g-colstat:min-value="9.56489e-19" g-colstat:percentile03="1.56422e-18" g-colstat:percentile97="4.72156e-17"><name>em_civ_1548_fluxbkg</name><description>SLINEFIT CIV background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.001614" g-colstat:max-value="4.60524e-18" g-colstat:median="4.6126e-19" g-colstat:min-value="6.32566e-20" g-colstat:percentile03="1.42853e-19" g-colstat:percentile97="3.54807e-18"><name>em_civ_1548_errfluxbkg</name><description>Uncertainty on SLINEFIT CIV background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.001614" g-colstat:max-value="8845.74" g-colstat:median="11.8531" g-colstat:min-value="-8.17981" g-colstat:percentile03="3.7981" g-colstat:percentile97="193.854"><name>em_civ_1548_ew</name><description>SLINEFIT CIV equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.001614" g-colstat:max-value="2864.83" g-colstat:median="1.6804" g-colstat:min-value="0.454803" g-colstat:percentile03="0.576388" g-colstat:percentile97="147.511"><name>em_civ_1548_errew</name><description>Uncertainty on SLINEFIT CIV equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00384131" g-colstat:max-value="1.96659e-15" g-colstat:median="1.78075e-16" g-colstat:min-value="-4.0999e-15" g-colstat:percentile03="-8.19536e-18" g-colstat:percentile97="1.18824e-15"><name>em_ciii_1908_flux</name><description>SLINEFIT CIII measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00384131" g-colstat:max-value="3.01599e-15" g-colstat:median="2.94583e-17" g-colstat:min-value="2.581e-18" g-colstat:percentile03="6.68302e-18" g-colstat:percentile97="1.97769e-16"><name>em_ciii_1908_errflux</name><description>Uncertainty on SLINEFIT CIII measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00384131" g-colstat:max-value="1.52693e-16" g-colstat:median="5.92251e-18" g-colstat:min-value="3.49886e-19" g-colstat:percentile03="1.65952e-18" g-colstat:percentile97="6.39919e-17"><name>em_ciii_1908_fluxbkg</name><description>SLINEFIT CIII background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00384131" g-colstat:max-value="2.9059e-18" g-colstat:median="3.48915e-19" g-colstat:min-value="5.8616e-20" g-colstat:percentile03="1.02354e-19" g-colstat:percentile97="2.19491e-18"><name>em_ciii_1908_errfluxbkg</name><description>Uncertainty on SLINEFIT CIII background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00384131" g-colstat:max-value="65.1132" g-colstat:median="7.41943" g-colstat:min-value="-1899.65" g-colstat:percentile03="-0.61818" g-colstat:percentile97="18.7027"><name>em_ciii_1908_ew</name><description>SLINEFIT CIII equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00384131" g-colstat:max-value="1638.26" g-colstat:median="1.15161" g-colstat:min-value="0.100774" g-colstat:percentile03="0.353567" g-colstat:percentile97="6.50821"><name>em_ciii_1908_errew</name><description>Uncertainty on SLINEFIT CIII equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00961942" g-colstat:max-value="8.54772e-15" g-colstat:median="4.91126e-18" g-colstat:min-value="-2.11515e-08" g-colstat:percentile03="-1.00694e-16" g-colstat:percentile97="1.68433e-16"><name>abs_feii_2344_flux</name><description>SLINEFIT FeII 2344 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00961942" g-colstat:max-value="4.63879e-08" g-colstat:median="1.11987e-17" g-colstat:min-value="6.97248e-19" g-colstat:percentile03="2.11559e-18" g-colstat:percentile97="1.40266e-16"><name>abs_feii_2344_errflux</name><description>Uncertainty on SLINEFIT FeII 2344 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00961942" g-colstat:max-value="1.06041e-16" g-colstat:median="4.33212e-18" g-colstat:min-value="5.36286e-19" g-colstat:percentile03="1.13064e-18" g-colstat:percentile97="4.97774e-17"><name>abs_feii_2344_fluxbkg</name><description>SLINEFIT FeII 2344 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00961942" g-colstat:max-value="1.43946e-17" g-colstat:median="1.52229e-19" g-colstat:min-value="3.31468e-20" g-colstat:percentile03="4.93876e-20" g-colstat:percentile97="1.13014e-18"><name>abs_feii_2344_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2344 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00961942" g-colstat:max-value="1299.35" g-colstat:median="0.357822" g-colstat:min-value="-5.51848e+09" g-colstat:percentile03="-6.95273" g-colstat:percentile97="7.24939"><name>abs_feii_2344_ew</name><description>SLINEFIT FeII 2344 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.00961942" g-colstat:max-value="1.21267e+10" g-colstat:median="0.674651" g-colstat:min-value="0.0625783" g-colstat:percentile03="0.14357" g-colstat:percentile97="14.2825"><name>abs_feii_2344_errew</name><description>Uncertainty on SLINEFIT FeII 2344 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0108783" g-colstat:max-value="1.53152e-15" g-colstat:median="-5.19418e-19" g-colstat:min-value="-3.56482e-13" g-colstat:percentile03="-1.0711e-16" g-colstat:percentile97="1.06116e-16"><name>abs_feii_2380_1_flux</name><description>SLINEFIT FeII 2380_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0108783" g-colstat:max-value="5.30277e-13" g-colstat:median="5.92437e-18" g-colstat:min-value="5.53615e-19" g-colstat:percentile03="1.36234e-18" g-colstat:percentile97="8.74946e-17"><name>abs_feii_2380_1_errflux</name><description>Uncertainty on SLINEFIT FeII 2380_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0108783" g-colstat:max-value="1.58433e-16" g-colstat:median="4.26739e-18" g-colstat:min-value="2.79354e-19" g-colstat:percentile03="8.35656e-19" g-colstat:percentile97="5.28756e-17"><name>abs_feii_2380_1_fluxbkg</name><description>SLINEFIT FeII 2380_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0108783" g-colstat:max-value="8.83849e-18" g-colstat:median="1.45167e-19" g-colstat:min-value="2.38459e-20" g-colstat:percentile03="4.93846e-20" g-colstat:percentile97="1.33863e-18"><name>abs_feii_2380_1_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2380_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0108783" g-colstat:max-value="171.794" g-colstat:median="-0.0360207" g-colstat:min-value="-90188.2" g-colstat:percentile03="-7.26735" g-colstat:percentile97="5.73728"><name>abs_feii_2380_1_ew</name><description>SLINEFIT FeII 2380_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0108783" g-colstat:max-value="135514" g-colstat:median="0.394049" g-colstat:min-value="0.0344092" g-colstat:percentile03="0.0822639" g-colstat:percentile97="21.0223"><name>abs_feii_2380_1_errew</name><description>Uncertainty on SLINEFIT FeII 2380_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0108783" g-colstat:max-value="1.53152e-15" g-colstat:median="-5.19418e-19" g-colstat:min-value="-3.56482e-13" g-colstat:percentile03="-1.0711e-16" g-colstat:percentile97="1.06116e-16"><name>abs_feii_2380_2_flux</name><description>SLINEFIT FeII 2380_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0108783" g-colstat:max-value="5.30277e-13" g-colstat:median="5.92437e-18" g-colstat:min-value="5.53615e-19" g-colstat:percentile03="1.36234e-18" g-colstat:percentile97="8.74946e-17"><name>abs_feii_2380_2_errflux</name><description>Uncertainty on SLINEFIT FeII 2380_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0108783" g-colstat:max-value="1.58433e-16" g-colstat:median="4.26739e-18" g-colstat:min-value="2.79354e-19" g-colstat:percentile03="8.35656e-19" g-colstat:percentile97="5.28756e-17"><name>abs_feii_2380_2_fluxbkg</name><description>SLINEFIT FeII 2380_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0108783" g-colstat:max-value="8.83849e-18" g-colstat:median="1.45167e-19" g-colstat:min-value="2.38459e-20" g-colstat:percentile03="4.93846e-20" g-colstat:percentile97="1.33863e-18"><name>abs_feii_2380_2_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2380_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0108783" g-colstat:max-value="171.794" g-colstat:median="-0.0360207" g-colstat:min-value="-90188.2" g-colstat:percentile03="-7.26735" g-colstat:percentile97="5.73728"><name>abs_feii_2380_2_ew</name><description>SLINEFIT FeII 2380_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0108783" g-colstat:max-value="135514" g-colstat:median="0.394049" g-colstat:min-value="0.0344092" g-colstat:percentile03="0.0822639" g-colstat:percentile97="21.0223"><name>abs_feii_2380_2_errew</name><description>Uncertainty on SLINEFIT FeII 2380_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0310856" g-colstat:max-value="3.32717e-13" g-colstat:median="-1.36031e-17" g-colstat:min-value="-2.13978e-13" g-colstat:percentile03="-1.83003e-16" g-colstat:percentile97="5.58997e-17"><name>abs_feii_2600_1_flux</name><description>SLINEFIT FeII 2600_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0310856" g-colstat:max-value="9.14533e-14" g-colstat:median="7.35247e-18" g-colstat:min-value="7.12032e-19" g-colstat:percentile03="1.96122e-18" g-colstat:percentile97="2.2751e-16"><name>abs_feii_2600_1_errflux</name><description>Uncertainty on SLINEFIT FeII 2600_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0310856" g-colstat:max-value="1.46829e-16" g-colstat:median="2.419e-18" g-colstat:min-value="1.26312e-20" g-colstat:percentile03="5.75056e-19" g-colstat:percentile97="3.18359e-17"><name>abs_feii_2600_1_fluxbkg</name><description>SLINEFIT FeII 2600_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0310856" g-colstat:max-value="1.03241e-17" g-colstat:median="1.73205e-19" g-colstat:min-value="2.8774e-20" g-colstat:percentile03="5.95888e-20" g-colstat:percentile97="1.08614e-18"><name>abs_feii_2600_1_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2600_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0310856" g-colstat:max-value="82699" g-colstat:median="-1.64803" g-colstat:min-value="-227450" g-colstat:percentile03="-17.0091" g-colstat:percentile97="14.5894"><name>abs_feii_2600_1_ew</name><description>SLINEFIT FeII 2600_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0310856" g-colstat:max-value="150994" g-colstat:median="1.08341" g-colstat:min-value="0.117006" g-colstat:percentile03="0.209496" g-colstat:percentile97="81.2611"><name>abs_feii_2600_1_errew</name><description>Uncertainty on SLINEFIT FeII 2600_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0310856" g-colstat:max-value="3.32717e-13" g-colstat:median="-1.36031e-17" g-colstat:min-value="-2.13978e-13" g-colstat:percentile03="-1.83003e-16" g-colstat:percentile97="5.58997e-17"><name>abs_feii_2600_2_flux</name><description>SLINEFIT FeII 2600_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0310856" g-colstat:max-value="9.14533e-14" g-colstat:median="7.35247e-18" g-colstat:min-value="7.12032e-19" g-colstat:percentile03="1.96122e-18" g-colstat:percentile97="2.2751e-16"><name>abs_feii_2600_2_errflux</name><description>Uncertainty on SLINEFIT FeII 2600_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0310856" g-colstat:max-value="1.46829e-16" g-colstat:median="2.419e-18" g-colstat:min-value="1.26312e-20" g-colstat:percentile03="5.75056e-19" g-colstat:percentile97="3.18359e-17"><name>abs_feii_2600_2_fluxbkg</name><description>SLINEFIT FeII 2600_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0310856" g-colstat:max-value="1.03241e-17" g-colstat:median="1.73205e-19" g-colstat:min-value="2.8774e-20" g-colstat:percentile03="5.95888e-20" g-colstat:percentile97="1.08614e-18"><name>abs_feii_2600_2_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2600_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0310856" g-colstat:max-value="82699" g-colstat:median="-1.64803" g-colstat:min-value="-227450" g-colstat:percentile03="-17.0091" g-colstat:percentile97="14.5894"><name>abs_feii_2600_2_ew</name><description>SLINEFIT FeII 2600_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0310856" g-colstat:max-value="150994" g-colstat:median="1.08341" g-colstat:min-value="0.117006" g-colstat:percentile03="0.209496" g-colstat:percentile97="81.2611"><name>abs_feii_2600_2_errew</name><description>Uncertainty on SLINEFIT FeII 2600_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0818942" g-colstat:max-value="1.25269e-08" g-colstat:median="5.2695e-18" g-colstat:min-value="-5.81391e-10" g-colstat:percentile03="-3.06911e-16" g-colstat:percentile97="1.12274e-15"><name>abs_mgii_2797_flux</name><description>SLINEFIT MgII 2797 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0818942" g-colstat:max-value="2.2602e-08" g-colstat:median="1.96472e-17" g-colstat:min-value="8.6126e-19" g-colstat:percentile03="3.18391e-18" g-colstat:percentile97="2.98112e-15"><name>abs_mgii_2797_errflux</name><description>Uncertainty on SLINEFIT MgII 2797 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0818942" g-colstat:max-value="1.30135e-16" g-colstat:median="1.82683e-18" g-colstat:min-value="0" g-colstat:percentile03="3.72084e-19" g-colstat:percentile97="1.26824e-17"><name>abs_mgii_2797_fluxbkg</name><description>SLINEFIT MgII 2797 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0818942" g-colstat:max-value="2.83079e-17" g-colstat:median="1.41674e-19" g-colstat:min-value="3.25792e-20" g-colstat:percentile03="5.44948e-20" g-colstat:percentile97="7.71339e-19"><name>abs_mgii_2797_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2797 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0818942" g-colstat:median="1.28864" g-colstat:min-value="-1.3342e+08" g-colstat:percentile03="-111.971" g-colstat:percentile97="157.586"><name>abs_mgii_2797_ew</name><description>SLINEFIT MgII 2797 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0818942" g-colstat:median="4.83479" g-colstat:min-value="0.20507" g-colstat:percentile03="0.760244" g-colstat:percentile97="995.06"><name>abs_mgii_2797_errew</name><description>Uncertainty on SLINEFIT MgII 2797 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0825721" g-colstat:max-value="1.09969e-08" g-colstat:median="-3.32269e-18" g-colstat:min-value="-5.38957e-08" g-colstat:percentile03="-8.55921e-16" g-colstat:percentile97="3.72958e-16"><name>em_mgii_2799_flux</name><description>SLINEFIT MgII 2799 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0825721" g-colstat:max-value="1.32261e-08" g-colstat:median="2.36812e-17" g-colstat:min-value="1.01444e-18" g-colstat:percentile03="2.57362e-18" g-colstat:percentile97="3.51308e-15"><name>em_mgii_2799_errflux</name><description>Uncertainty on SLINEFIT MgII 2799 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0826043" g-colstat:max-value="1.30388e-16" g-colstat:median="1.82953e-18" g-colstat:min-value="0" g-colstat:percentile03="3.71417e-19" g-colstat:percentile97="1.26326e-17"><name>em_mgii_2799_fluxbkg</name><description>SLINEFIT MgII 2799 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0826043" g-colstat:max-value="2.68925e-17" g-colstat:median="1.42003e-19" g-colstat:min-value="3.25792e-20" g-colstat:percentile03="5.43291e-20" g-colstat:percentile97="7.81724e-19"><name>em_mgii_2799_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2799 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0826043" g-colstat:max-value="2.52361e+09" g-colstat:median="-0.749114" g-colstat:percentile03="-223.429" g-colstat:percentile97="141.299"><name>em_mgii_2799_ew</name><description>SLINEFIT MgII 2799 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0826043" g-colstat:median="5.74137" g-colstat:min-value="0.138896" g-colstat:percentile03="0.679617" g-colstat:percentile97="1675.44"><name>em_mgii_2799_errew</name><description>Uncertainty on SLINEFIT MgII 2799 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0844766" g-colstat:max-value="1.40834e-12" g-colstat:median="8.02848e-18" g-colstat:min-value="-2.35279e-12" g-colstat:percentile03="-1.67916e-16" g-colstat:percentile97="7.14909e-16"><name>abs_mgii_2804_flux</name><description>SLINEFIT MgII 2804 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0844766" g-colstat:max-value="1.69175e-12" g-colstat:median="1.22856e-17" g-colstat:min-value="7.51044e-19" g-colstat:percentile03="2.18738e-18" g-colstat:percentile97="1.67207e-15"><name>abs_mgii_2804_errflux</name><description>Uncertainty on SLINEFIT MgII 2804 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0844766" g-colstat:max-value="1.30205e-16" g-colstat:median="1.8267e-18" g-colstat:min-value="0" g-colstat:percentile03="3.8605e-19" g-colstat:percentile97="1.23139e-17"><name>abs_mgii_2804_fluxbkg</name><description>SLINEFIT MgII 2804 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0844766" g-colstat:max-value="2.56119e-17" g-colstat:median="1.41764e-19" g-colstat:min-value="3.18965e-20" g-colstat:percentile03="5.38931e-20" g-colstat:percentile97="8.09005e-19"><name>abs_mgii_2804_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2804 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0844766" g-colstat:median="2.29764" g-colstat:min-value="-373273" g-colstat:percentile03="-61.2934" g-colstat:percentile97="113.112"><name>abs_mgii_2804_ew</name><description>SLINEFIT MgII 2804 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0844766" g-colstat:median="3.07488" g-colstat:min-value="0.13629" g-colstat:percentile03="0.524502" g-colstat:percentile97="871.839"><name>abs_mgii_2804_errew</name><description>Uncertainty on SLINEFIT MgII 2804 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.748927" g-colstat:max-value="6.43081e-13" g-colstat:median="2.19694e-18" g-colstat:min-value="-4.37143e-09" g-colstat:percentile03="-4.75953e-17" g-colstat:percentile97="6.40111e-17"><name>abs_fei_3582_flux</name><description>SLINEFIT FeI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.748927" g-colstat:max-value="6.10782e-09" g-colstat:median="7.94728e-18" g-colstat:min-value="5.12233e-19" g-colstat:percentile03="1.67478e-18" g-colstat:percentile97="7.95539e-17"><name>abs_fei_3582_errflux</name><description>Uncertainty on SLINEFIT FeI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.748927" g-colstat:max-value="8.63993e-17" g-colstat:median="1.95537e-18" g-colstat:min-value="1.16306e-21" g-colstat:percentile03="8.73911e-19" g-colstat:percentile97="6.59245e-18"><name>abs_fei_3582_fluxbkg</name><description>SLINEFIT FeI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.748927" g-colstat:max-value="4.14257e-17" g-colstat:median="1.28854e-19" g-colstat:min-value="2.73688e-20" g-colstat:percentile03="5.21528e-20" g-colstat:percentile97="6.28895e-19"><name>abs_fei_3582_errfluxbkg</name><description>Uncertainty on SLINEFIT FeI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.748927" g-colstat:max-value="381540" g-colstat:median="0.577458" g-colstat:min-value="-8.94644e+08" g-colstat:percentile03="-12.7827" g-colstat:percentile97="16.6271"><name>abs_fei_3582_ew</name><description>SLINEFIT FeI equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.748927" g-colstat:max-value="1.25332e+09" g-colstat:median="2.18254" g-colstat:min-value="0.0875385" g-colstat:percentile03="0.433691" g-colstat:percentile97="23.6919"><name>abs_fei_3582_errew</name><description>Uncertainty on SLINEFIT FeI equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.827593" g-colstat:max-value="1.47828e-12" g-colstat:median="3.89524e-17" g-colstat:min-value="-5.94696e-12" g-colstat:percentile03="-3.52104e-18" g-colstat:percentile97="1.85527e-16"><name>em_oii_3727_1_flux</name><description>SLINEFIT OII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.827593" g-colstat:max-value="2.86416e-12" g-colstat:median="6.01942e-18" g-colstat:min-value="5.48774e-19" g-colstat:percentile03="2.09465e-18" g-colstat:percentile97="2.30584e-17"><name>em_oii_3727_1_errflux</name><description>Uncertainty on SLINEFIT OII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.827625" g-colstat:max-value="7.69302e-17" g-colstat:median="2.05398e-18" g-colstat:min-value="0" g-colstat:percentile03="9.4428e-19" g-colstat:percentile97="7.3117e-18"><name>em_oii_3727_1_fluxbkg</name><description>SLINEFIT OII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.827625" g-colstat:max-value="6.41564e-17" g-colstat:median="1.42799e-19" g-colstat:min-value="0" g-colstat:percentile03="5.97007e-20" g-colstat:percentile97="5.86676e-19"><name>em_oii_3727_1_errfluxbkg</name><description>Uncertainty on SLINEFIT OII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.827625" g-colstat:max-value="186103" g-colstat:median="10.0358" g-colstat:min-value="-359628" g-colstat:percentile03="-0.959495" g-colstat:percentile97="38.4745"><name>em_oii_3727_1_ew</name><description>SLINEFIT OII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.827625" g-colstat:max-value="4.52918e+06" g-colstat:median="1.7679" g-colstat:min-value="0" g-colstat:percentile03="0.598073" g-colstat:percentile97="7.62003"><name>em_oii_3727_1_errew</name><description>Uncertainty on SLINEFIT OII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.827593" g-colstat:max-value="1.47828e-12" g-colstat:median="3.89524e-17" g-colstat:min-value="-5.94696e-12" g-colstat:percentile03="-3.52104e-18" g-colstat:percentile97="1.85527e-16"><name>em_oii_3727_2_flux</name><description>SLINEFIT OII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.827593" g-colstat:max-value="2.86416e-12" g-colstat:median="6.01942e-18" g-colstat:min-value="5.48774e-19" g-colstat:percentile03="2.09465e-18" g-colstat:percentile97="2.30584e-17"><name>em_oii_3727_2_errflux</name><description>Uncertainty on SLINEFIT OII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.827625" g-colstat:max-value="7.69302e-17" g-colstat:median="2.05398e-18" g-colstat:min-value="0" g-colstat:percentile03="9.4428e-19" g-colstat:percentile97="7.3117e-18"><name>em_oii_3727_2_fluxbkg</name><description>SLINEFIT OII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.827625" g-colstat:max-value="6.41564e-17" g-colstat:median="1.42799e-19" g-colstat:min-value="0" g-colstat:percentile03="5.97007e-20" g-colstat:percentile97="5.86676e-19"><name>em_oii_3727_2_errfluxbkg</name><description>Uncertainty on SLINEFIT OII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.827625" g-colstat:max-value="186103" g-colstat:median="10.0358" g-colstat:min-value="-359628" g-colstat:percentile03="-0.959495" g-colstat:percentile97="38.4745"><name>em_oii_3727_2_ew</name><description>SLINEFIT OII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.827625" g-colstat:max-value="4.52918e+06" g-colstat:median="1.7679" g-colstat:min-value="0" g-colstat:percentile03="0.598073" g-colstat:percentile97="7.62003"><name>em_oii_3727_2_errew</name><description>Uncertainty on SLINEFIT OII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.903289" g-colstat:max-value="1.51988e-13" g-colstat:median="8.14757e-18" g-colstat:min-value="-2.68766e-05" g-colstat:percentile03="-6.51225e-17" g-colstat:percentile97="1.05095e-16"><name>abs_k_3934_flux</name><description>SLINEFIT K measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.903289" g-colstat:max-value="6.21705e-05" g-colstat:median="1.06174e-17" g-colstat:min-value="5.86869e-19" g-colstat:percentile03="2.23687e-18" g-colstat:percentile97="6.70049e-17"><name>abs_k_3934_errflux</name><description>Uncertainty on SLINEFIT K measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.903289" g-colstat:max-value="2.1677e-16" g-colstat:median="2.63673e-18" g-colstat:min-value="0" g-colstat:percentile03="1.18671e-18" g-colstat:percentile97="9.97747e-18"><name>abs_k_3934_fluxbkg</name><description>SLINEFIT K background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.903289" g-colstat:max-value="4.73933e-17" g-colstat:median="1.20567e-19" g-colstat:min-value="2.70129e-20" g-colstat:percentile03="5.00093e-20" g-colstat:percentile97="5.28681e-19"><name>abs_k_3934_errfluxbkg</name><description>Uncertainty on SLINEFIT K background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.903289" g-colstat:median="1.70627" g-colstat:min-value="-3.87814e+12" g-colstat:percentile03="-11.1829" g-colstat:percentile97="20.6608"><name>abs_k_3934_ew</name><description>SLINEFIT K equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.903289" g-colstat:median="2.19369" g-colstat:min-value="0.127123" g-colstat:percentile03="0.476016" g-colstat:percentile97="14.4363"><name>abs_k_3934_errew</name><description>Uncertainty on SLINEFIT K equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.907486" g-colstat:max-value="6.11697e-13" g-colstat:median="1.9712e-17" g-colstat:min-value="-1.32141e-12" g-colstat:percentile03="-1.75152e-17" g-colstat:percentile97="1.16919e-16"><name>abs_h_3969_flux</name><description>SLINEFIT H measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.907486" g-colstat:max-value="5.36346e-13" g-colstat:median="6.92481e-18" g-colstat:min-value="4.6494e-19" g-colstat:percentile03="2.08514e-18" g-colstat:percentile97="4.93847e-17"><name>abs_h_3969_errflux</name><description>Uncertainty on SLINEFIT H measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.907486" g-colstat:max-value="2.24361e-16" g-colstat:median="2.87897e-18" g-colstat:min-value="0" g-colstat:percentile03="1.31711e-18" g-colstat:percentile97="1.09952e-17"><name>abs_h_3969_fluxbkg</name><description>SLINEFIT H background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.907486" g-colstat:max-value="3.83023e-17" g-colstat:median="1.19641e-19" g-colstat:min-value="2.50282e-20" g-colstat:percentile03="4.94378e-20" g-colstat:percentile97="5.47003e-19"><name>abs_h_3969_errfluxbkg</name><description>Uncertainty on SLINEFIT H background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.907486" g-colstat:median="3.51914" g-colstat:min-value="-751718" g-colstat:percentile03="-4.12273" g-colstat:percentile97="18.7284"><name>abs_h_3969_ew</name><description>SLINEFIT H equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.907486" g-colstat:median="1.29496" g-colstat:min-value="0.127574" g-colstat:percentile03="0.376066" g-colstat:percentile97="10.179"><name>abs_h_3969_errew</name><description>Uncertainty on SLINEFIT H equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.908551" g-colstat:max-value="1.28668e-07" g-colstat:median="2.98429e-17" g-colstat:min-value="-0.00197689" g-colstat:percentile03="-2.01283e-16" g-colstat:percentile97="2.68069e-16"><name>em_hdelta_flux</name><description>SLINEFIT Hdelta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.908551" g-colstat:max-value="0.00204407" g-colstat:median="2.29662e-17" g-colstat:min-value="7.25012e-19" g-colstat:percentile03="4.08046e-18" g-colstat:percentile97="2.31986e-16"><name>em_hdelta_errflux</name><description>Uncertainty on SLINEFIT Hdelta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.908648" g-colstat:max-value="2.28126e-16" g-colstat:median="3.20742e-18" g-colstat:min-value="0" g-colstat:percentile03="1.56039e-18" g-colstat:percentile97="1.29577e-17"><name>em_hdelta_fluxbkg</name><description>SLINEFIT Hdelta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.908648" g-colstat:max-value="5.34654e-17" g-colstat:median="1.20809e-19" g-colstat:min-value="0" g-colstat:percentile03="4.8863e-20" g-colstat:percentile97="5.59456e-19"><name>em_hdelta_errfluxbkg</name><description>Uncertainty on SLINEFIT Hdelta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.908648" g-colstat:max-value="5.38571e+10" g-colstat:median="4.68096" g-colstat:min-value="-2.34263e+15" g-colstat:percentile03="-35.9101" g-colstat:percentile97="40.8544"><name>em_hdelta_ew</name><description>SLINEFIT Hdelta equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.908648" g-colstat:max-value="2.65799e+15" g-colstat:median="3.78859" g-colstat:min-value="0" g-colstat:percentile03="0.619243" g-colstat:percentile97="42.5744"><name>em_hdelta_errew</name><description>Uncertainty on SLINEFIT Hdelta equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.908648" g-colstat:max-value="1.21806e-05" g-colstat:median="-8.6692e-18" g-colstat:min-value="-1.14168e-09" g-colstat:percentile03="-2.09275e-16" g-colstat:percentile97="2.1756e-16"><name>abs_hdelta_4102_flux</name><description>SLINEFIT Hdelta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.908648" g-colstat:max-value="4.12741e-05" g-colstat:median="2.2799e-17" g-colstat:min-value="5.53335e-19" g-colstat:percentile03="3.75801e-18" g-colstat:percentile97="2.22191e-16"><name>abs_hdelta_4102_errflux</name><description>Uncertainty on SLINEFIT Hdelta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.908648" g-colstat:max-value="2.2736e-16" g-colstat:median="3.20659e-18" g-colstat:min-value="4.78009e-21" g-colstat:percentile03="1.56088e-18" g-colstat:percentile97="1.29608e-17"><name>abs_hdelta_4102_fluxbkg</name><description>SLINEFIT Hdelta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.908648" g-colstat:max-value="5.51901e-17" g-colstat:median="1.20636e-19" g-colstat:min-value="2.51632e-20" g-colstat:percentile03="4.87495e-20" g-colstat:percentile97="5.58607e-19"><name>abs_hdelta_4102_errfluxbkg</name><description>Uncertainty on SLINEFIT Hdelta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.908648" g-colstat:max-value="2.14167e+12" g-colstat:median="-1.39232" g-colstat:min-value="-2.03228e+08" g-colstat:percentile03="-34.2968" g-colstat:percentile97="37.5592"><name>abs_hdelta_4102_ew</name><description>SLINEFIT Hdelta equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.908648" g-colstat:max-value="7.26146e+12" g-colstat:median="3.77927" g-colstat:min-value="0.105177" g-colstat:percentile03="0.569675" g-colstat:percentile97="39.8315"><name>abs_hdelta_4102_errew</name><description>Uncertainty on SLINEFIT Hdelta equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.90387" g-colstat:max-value="0.00711558" g-colstat:median="-9.72626e-19" g-colstat:min-value="-1.15396e-06" g-colstat:percentile03="-6.14037e-17" g-colstat:percentile97="6.99969e-17"><name>abs_gband_4304_flux</name><description>SLINEFIT Gband measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.90387" g-colstat:max-value="0.0148565" g-colstat:median="8.5508e-18" g-colstat:min-value="3.8575e-19" g-colstat:percentile03="1.717e-18" g-colstat:percentile97="5.34639e-17"><name>abs_gband_4304_errflux</name><description>Uncertainty on SLINEFIT Gband measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.90387" g-colstat:max-value="2.28183e-16" g-colstat:median="3.27911e-18" g-colstat:min-value="4.61528e-20" g-colstat:percentile03="1.61253e-18" g-colstat:percentile97="1.41536e-17"><name>abs_gband_4304_fluxbkg</name><description>SLINEFIT Gband background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.90387" g-colstat:max-value="5.53167e-17" g-colstat:median="1.24526e-19" g-colstat:min-value="1.62007e-20" g-colstat:percentile03="4.84403e-20" g-colstat:percentile97="6.21734e-19"><name>abs_gband_4304_errfluxbkg</name><description>Uncertainty on SLINEFIT Gband background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.90387" g-colstat:max-value="1.11627e+15" g-colstat:median="-0.146564" g-colstat:min-value="-2.32084e+11" g-colstat:percentile03="-9.40653" g-colstat:percentile97="11.9298"><name>abs_gband_4304_ew</name><description>SLINEFIT Gband equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.90387" g-colstat:max-value="2.33333e+15" g-colstat:median="1.36535" g-colstat:min-value="0.0715538" g-colstat:percentile03="0.265757" g-colstat:percentile97="9.85257"><name>abs_gband_4304_errew</name><description>Uncertainty on SLINEFIT Gband equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.902256" g-colstat:max-value="17.7807" g-colstat:median="3.19018e-17" g-colstat:min-value="-0.0907803" g-colstat:percentile03="-2.74138e-16" g-colstat:percentile97="3.43116e-16"><name>em_hgamma_flux</name><description>SLINEFIT Hgamma measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.902256" g-colstat:max-value="71.9142" g-colstat:median="2.41405e-17" g-colstat:min-value="5.66945e-19" g-colstat:percentile03="4.28755e-18" g-colstat:percentile97="3.03436e-16"><name>em_hgamma_errflux</name><description>Uncertainty on SLINEFIT Hgamma measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.902321" g-colstat:max-value="2.29708e-16" g-colstat:median="3.26714e-18" g-colstat:min-value="0" g-colstat:percentile03="1.59863e-18" g-colstat:percentile97="1.43812e-17"><name>em_hgamma_fluxbkg</name><description>SLINEFIT Hgamma background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.902321" g-colstat:max-value="5.5097e-17" g-colstat:median="1.26566e-19" g-colstat:min-value="0" g-colstat:percentile03="4.87883e-20" g-colstat:percentile97="6.27855e-19"><name>em_hgamma_errfluxbkg</name><description>Uncertainty on SLINEFIT Hgamma background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.902321" g-colstat:max-value="6.8474e+18" g-colstat:median="4.7191" g-colstat:min-value="-5.50373e+15" g-colstat:percentile03="-47.6304" g-colstat:percentile97="56.2865"><name>em_hgamma_ew</name><description>SLINEFIT Hgamma equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.902321" g-colstat:max-value="2.80193e+19" g-colstat:median="3.95095" g-colstat:min-value="0" g-colstat:percentile03="0.623309" g-colstat:percentile97="56.6456"><name>em_hgamma_errew</name><description>Uncertainty on SLINEFIT Hgamma equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.902095" g-colstat:max-value="9.29542e-09" g-colstat:median="-7.02337e-18" g-colstat:min-value="-2.92634e-09" g-colstat:percentile03="-2.76008e-16" g-colstat:percentile97="3.01549e-16"><name>abs_hgamma_4341_flux</name><description>SLINEFIT Hgamma measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.902095" g-colstat:max-value="9.49778e-08" g-colstat:median="2.46663e-17" g-colstat:min-value="7.6575e-19" g-colstat:percentile03="4.25263e-18" g-colstat:percentile97="2.99115e-16"><name>abs_hgamma_4341_errflux</name><description>Uncertainty on SLINEFIT Hgamma measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.902127" g-colstat:max-value="2.30549e-16" g-colstat:median="3.2657e-18" g-colstat:min-value="5.07683e-20" g-colstat:percentile03="1.59708e-18" g-colstat:percentile97="1.43982e-17"><name>abs_hgamma_4341_fluxbkg</name><description>SLINEFIT Hgamma background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.902127" g-colstat:max-value="5.06367e-17" g-colstat:median="1.26521e-19" g-colstat:min-value="1.88737e-20" g-colstat:percentile03="4.88715e-20" g-colstat:percentile97="6.24991e-19"><name>abs_hgamma_4341_errfluxbkg</name><description>Uncertainty on SLINEFIT Hgamma background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.902127" g-colstat:max-value="2.05349e+09" g-colstat:median="-1.10962" g-colstat:min-value="-1.13206e+09" g-colstat:percentile03="-47.3605" g-colstat:percentile97="50.5752"><name>abs_hgamma_4341_ew</name><description>SLINEFIT Hgamma equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.902127" g-colstat:max-value="2.10722e+10" g-colstat:median="3.92424" g-colstat:min-value="0.107239" g-colstat:percentile03="0.63409" g-colstat:percentile97="55.5928"><name>abs_hgamma_4341_errew</name><description>Uncertainty on SLINEFIT Hgamma equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.81991" g-colstat:max-value="5.40731" g-colstat:median="3.91721e-17" g-colstat:min-value="-106.144" g-colstat:percentile03="-3.97116e-16" g-colstat:percentile97="4.71287e-16"><name>em_hbeta_flux</name><description>SLINEFIT Hbeta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.81991" g-colstat:max-value="147.08" g-colstat:median="3.24223e-17" g-colstat:min-value="1.04696e-18" g-colstat:percentile03="5.38867e-18" g-colstat:percentile97="4.17253e-16"><name>em_hbeta_errflux</name><description>Uncertainty on SLINEFIT Hbeta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.820201" g-colstat:max-value="2.49726e-16" g-colstat:median="3.57341e-18" g-colstat:min-value="0" g-colstat:percentile03="1.49451e-18" g-colstat:percentile97="1.86677e-17"><name>em_hbeta_fluxbkg</name><description>SLINEFIT Hbeta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.820201" g-colstat:max-value="1.91135" g-colstat:median="1.73459e-19" g-colstat:min-value="0" g-colstat:percentile03="5.9203e-20" g-colstat:percentile97="1.01268e-18"><name>em_hbeta_errfluxbkg</name><description>Uncertainty on SLINEFIT Hbeta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.820201" g-colstat:max-value="6.22245e+17" g-colstat:median="5.23998" g-colstat:min-value="-1.94648e+19" g-colstat:percentile03="-65.4367" g-colstat:percentile97="80.8361"><name>em_hbeta_ew</name><description>SLINEFIT Hbeta equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.820201" g-colstat:max-value="2.75757e+19" g-colstat:median="5.08707" g-colstat:min-value="0" g-colstat:percentile03="0.59485" g-colstat:percentile97="85.1997"><name>em_hbeta_errew</name><description>Uncertainty on SLINEFIT Hbeta equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.819975" g-colstat:max-value="0.0773718" g-colstat:median="1.10441e-17" g-colstat:min-value="-0.525231" g-colstat:percentile03="-3.64441e-16" g-colstat:percentile97="4.75337e-16"><name>abs_hbeta_4862_flux</name><description>SLINEFIT Hbeta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.819975" g-colstat:max-value="0.850843" g-colstat:median="3.21978e-17" g-colstat:min-value="7.69881e-19" g-colstat:percentile03="4.66038e-18" g-colstat:percentile97="4.11993e-16"><name>abs_hbeta_4862_errflux</name><description>Uncertainty on SLINEFIT Hbeta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.819975" g-colstat:max-value="2.49674e-16" g-colstat:median="3.57073e-18" g-colstat:min-value="3.17564e-22" g-colstat:percentile03="1.49493e-18" g-colstat:percentile97="1.86509e-17"><name>abs_hbeta_4862_fluxbkg</name><description>SLINEFIT Hbeta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.819975" g-colstat:max-value="1.91135" g-colstat:median="1.73855e-19" g-colstat:min-value="2.23986e-20" g-colstat:percentile03="5.95474e-20" g-colstat:percentile97="1.0214e-18"><name>abs_hbeta_4862_errfluxbkg</name><description>Uncertainty on SLINEFIT Hbeta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.819975" g-colstat:max-value="1.35423e+16" g-colstat:median="1.39463" g-colstat:min-value="-5.00828e+16" g-colstat:percentile03="-62.7795" g-colstat:percentile97="78.0664"><name>abs_hbeta_4862_ew</name><description>SLINEFIT Hbeta equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.819975" g-colstat:max-value="2.09969e+19" g-colstat:median="4.97892" g-colstat:min-value="0.118221" g-colstat:percentile03="0.584379" g-colstat:percentile97="84.0641"><name>abs_hbeta_4862_errew</name><description>Uncertainty on SLINEFIT Hbeta equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.783498" g-colstat:max-value="0.674966" g-colstat:median="3.77262e-17" g-colstat:min-value="-0.205992" g-colstat:percentile03="-1.18966e-16" g-colstat:percentile97="4.88042e-16"><name>em_oiii_5007_1_flux</name><description>SLINEFIT OIII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.783498" g-colstat:max-value="3.45354" g-colstat:median="1.54979e-17" g-colstat:min-value="5.55933e-19" g-colstat:percentile03="3.91952e-18" g-colstat:percentile97="1.48937e-16"><name>em_oiii_5007_1_errflux</name><description>Uncertainty on SLINEFIT OIII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.783498" g-colstat:max-value="2.49643e-16" g-colstat:median="3.66369e-18" g-colstat:min-value="0" g-colstat:percentile03="1.52712e-18" g-colstat:percentile97="1.94229e-17"><name>em_oiii_5007_1_fluxbkg</name><description>SLINEFIT OIII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.783498" g-colstat:max-value="8.054e-17" g-colstat:median="2.01507e-19" g-colstat:min-value="2.10256e-20" g-colstat:percentile03="6.9297e-20" g-colstat:percentile97="1.29117e-18"><name>em_oiii_5007_1_errfluxbkg</name><description>Uncertainty on SLINEFIT OIII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.783498" g-colstat:median="5.3531" g-colstat:min-value="-4.33764e+16" g-colstat:percentile03="-15.7186" g-colstat:percentile97="94.9403"><name>em_oiii_5007_1_ew</name><description>SLINEFIT OIII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.783498" g-colstat:median="2.42859" g-colstat:min-value="0.113574" g-colstat:percentile03="0.447868" g-colstat:percentile97="42.6457"><name>em_oiii_5007_1_errew</name><description>Uncertainty on SLINEFIT OIII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.783498" g-colstat:max-value="0.20249" g-colstat:median="1.13179e-17" g-colstat:min-value="-0.0617977" g-colstat:percentile03="-3.56898e-17" g-colstat:percentile97="1.46413e-16"><name>em_oiii_5007_2_flux</name><description>SLINEFIT OIII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.783498" g-colstat:max-value="1.03606" g-colstat:median="4.64939e-18" g-colstat:min-value="1.6678e-19" g-colstat:percentile03="1.17586e-18" g-colstat:percentile97="4.46811e-17"><name>em_oiii_5007_2_errflux</name><description>Uncertainty on SLINEFIT OIII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.783498" g-colstat:max-value="2.49643e-16" g-colstat:median="3.66369e-18" g-colstat:min-value="0" g-colstat:percentile03="1.52712e-18" g-colstat:percentile97="1.94229e-17"><name>em_oiii_5007_2_fluxbkg</name><description>SLINEFIT OIII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.783498" g-colstat:max-value="8.054e-17" g-colstat:median="2.01507e-19" g-colstat:min-value="2.10256e-20" g-colstat:percentile03="6.9297e-20" g-colstat:percentile97="1.29117e-18"><name>em_oiii_5007_2_errfluxbkg</name><description>Uncertainty on SLINEFIT OIII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.783498" g-colstat:median="1.60593" g-colstat:min-value="-1.30129e+16" g-colstat:percentile03="-4.71557" g-colstat:percentile97="28.4821"><name>em_oiii_5007_2_ew</name><description>SLINEFIT OIII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.783498" g-colstat:median="0.728576" g-colstat:min-value="0.0340722" g-colstat:percentile03="0.13436" g-colstat:percentile97="12.7937"><name>em_oiii_5007_2_errew</name><description>Uncertainty on SLINEFIT OIII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.691759" g-colstat:max-value="0.0535982" g-colstat:median="-5.37275e-18" g-colstat:min-value="-0.0224531" g-colstat:percentile03="-1.58003e-16" g-colstat:percentile97="1.42819e-16"><name>abs_mgi_5176_flux</name><description>SLINEFIT MgI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.691759" g-colstat:max-value="0.13115" g-colstat:median="1.51256e-17" g-colstat:min-value="6.89656e-19" g-colstat:percentile03="2.7396e-18" g-colstat:percentile97="1.34692e-16"><name>abs_mgi_5176_errflux</name><description>Uncertainty on SLINEFIT MgI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.691791" g-colstat:max-value="2.39683e-16" g-colstat:median="3.65503e-18" g-colstat:min-value="0" g-colstat:percentile03="1.47513e-18" g-colstat:percentile97="1.97804e-17"><name>abs_mgi_5176_fluxbkg</name><description>SLINEFIT MgI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.691791" g-colstat:max-value="7.06221e-17" g-colstat:median="2.11781e-19" g-colstat:min-value="0" g-colstat:percentile03="6.80076e-20" g-colstat:percentile97="1.31364e-18"><name>abs_mgi_5176_errfluxbkg</name><description>Uncertainty on SLINEFIT MgI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.691791" g-colstat:max-value="4.07691e+15" g-colstat:median="-0.735469" g-colstat:min-value="-5.35314e+15" g-colstat:percentile03="-23.3607" g-colstat:percentile97="26.1554"><name>abs_mgi_5176_ew</name><description>SLINEFIT MgI equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.691791" g-colstat:max-value="3.14282e+16" g-colstat:median="2.2734" g-colstat:min-value="0" g-colstat:percentile03="0.347441" g-colstat:percentile97="31.9487"><name>abs_mgi_5176_errew</name><description>Uncertainty on SLINEFIT MgI equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.337745" g-colstat:max-value="0.000209033" g-colstat:median="-2.43947e-18" g-colstat:min-value="-0.0284071" g-colstat:percentile03="-2.74776e-16" g-colstat:percentile97="2.66815e-16"><name>abs_nad_5895_flux</name><description>SLINEFIT NaD measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.337745" g-colstat:max-value="0.0391518" g-colstat:median="1.73883e-17" g-colstat:min-value="6.79524e-19" g-colstat:percentile03="3.34491e-18" g-colstat:percentile97="2.36233e-16"><name>abs_nad_5895_errflux</name><description>Uncertainty on SLINEFIT NaD measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.337745" g-colstat:max-value="3.60737e-15" g-colstat:median="3.85091e-18" g-colstat:min-value="0" g-colstat:percentile03="7.59083e-19" g-colstat:percentile97="3.11983e-17"><name>abs_nad_5895_fluxbkg</name><description>SLINEFIT NaD background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.337745" g-colstat:max-value="1.36392e-16" g-colstat:median="2.27842e-19" g-colstat:min-value="9.44079e-21" g-colstat:percentile03="6.00582e-20" g-colstat:percentile97="1.8578e-18"><name>abs_nad_5895_errfluxbkg</name><description>Uncertainty on SLINEFIT NaD background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.337745" g-colstat:max-value="3.92189e+13" g-colstat:median="-0.360816" g-colstat:percentile03="-42.7108" g-colstat:percentile97="52.7066"><name>abs_nad_5895_ew</name><description>SLINEFIT NaD equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.337745" g-colstat:median="2.91375" g-colstat:min-value="0.104694" g-colstat:percentile03="0.442385" g-colstat:percentile97="79.5917"><name>abs_nad_5895_errew</name><description>Uncertainty on SLINEFIT NaD equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.096743" g-colstat:max-value="0.0549513" g-colstat:median="4.07498e-18" g-colstat:min-value="-3.41274e-05" g-colstat:percentile03="-2.08987e-16" g-colstat:percentile97="6.33532e-16"><name>em_nii_6583_2_flux</name><description>SLINEFIT NII_2 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.096743" g-colstat:max-value="0.0273027" g-colstat:median="5.38405e-18" g-colstat:min-value="2.41552e-19" g-colstat:percentile03="6.57627e-19" g-colstat:percentile97="2.65665e-15"><name>em_nii_6583_2_errflux</name><description>Uncertainty on SLINEFIT NII_2 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.096743" g-colstat:max-value="2.45933e-15" g-colstat:median="3.3128e-18" g-colstat:min-value="0" g-colstat:percentile03="8.3691e-19" g-colstat:percentile97="6.38003e-17"><name>em_nii_6583_2_fluxbkg</name><description>SLINEFIT NII_2 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.096743" g-colstat:max-value="8.03531e-17" g-colstat:median="1.22075e-19" g-colstat:min-value="1.03331e-20" g-colstat:percentile03="3.83391e-20" g-colstat:percentile97="1.6968e-18"><name>em_nii_6583_2_errfluxbkg</name><description>Uncertainty on SLINEFIT NII_2 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.096743" g-colstat:median="1.07933" g-colstat:min-value="-2.45866e+12" g-colstat:percentile03="-30.134" g-colstat:percentile97="50.8588"><name>em_nii_6583_2_ew</name><description>SLINEFIT NII_2 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.096743" g-colstat:median="1.18871" g-colstat:min-value="0.0319617" g-colstat:percentile03="0.168933" g-colstat:percentile97="517.705"><name>em_nii_6583_2_errew</name><description>Uncertainty on SLINEFIT NII_2 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0964847" g-colstat:max-value="0.000409742" g-colstat:median="6.77757e-18" g-colstat:min-value="-26.5879" g-colstat:percentile03="-3.97776e-16" g-colstat:percentile97="4.42011e-16"><name>em_nii_6549_flux</name><description>SLINEFIT NII 6549 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0964847" g-colstat:max-value="70.8656" g-colstat:median="8.28086e-18" g-colstat:min-value="1.63239e-19" g-colstat:percentile03="7.70928e-19" g-colstat:percentile97="1.8749e-15"><name>em_nii_6549_errflux</name><description>Uncertainty on SLINEFIT NII 6549 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0966138" g-colstat:max-value="2.48693e-15" g-colstat:median="3.30612e-18" g-colstat:min-value="0" g-colstat:percentile03="8.31006e-19" g-colstat:percentile97="6.35178e-17"><name>em_nii_6549_fluxbkg</name><description>SLINEFIT NII 6549 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0966138" g-colstat:max-value="8.0157e-17" g-colstat:median="1.21486e-19" g-colstat:min-value="0" g-colstat:percentile03="3.77493e-20" g-colstat:percentile97="1.67611e-18"><name>em_nii_6549_errfluxbkg</name><description>Uncertainty on SLINEFIT NII 6549 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0966138" g-colstat:max-value="1.90817e+14" g-colstat:median="1.55843" g-colstat:percentile03="-69.7935" g-colstat:percentile97="61.6763"><name>em_nii_6549_ew</name><description>SLINEFIT NII 6549 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0966138" g-colstat:median="1.88528" g-colstat:min-value="0" g-colstat:percentile03="0.159353" g-colstat:percentile97="289.367"><name>em_nii_6549_errew</name><description>Uncertainty on SLINEFIT NII 6549 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0950644" g-colstat:max-value="6.65894e-07" g-colstat:median="6.39219e-18" g-colstat:min-value="-1.26414e-05" g-colstat:percentile03="-1.00517e-15" g-colstat:percentile97="3.63212e-15"><name>em_halpha_flux</name><description>SLINEFIT Halpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0950644" g-colstat:max-value="1.33412e-06" g-colstat:median="3.37731e-17" g-colstat:min-value="1.20053e-18" g-colstat:percentile03="3.89546e-18" g-colstat:percentile97="2.69296e-14"><name>em_halpha_errflux</name><description>Uncertainty on SLINEFIT Halpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0950967" g-colstat:max-value="2.46996e-15" g-colstat:median="3.31203e-18" g-colstat:min-value="0" g-colstat:percentile03="8.36669e-19" g-colstat:percentile97="6.39847e-17"><name>em_halpha_fluxbkg</name><description>SLINEFIT Halpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0950967" g-colstat:max-value="8.03531e-17" g-colstat:median="1.18639e-19" g-colstat:min-value="1.03331e-20" g-colstat:percentile03="3.8066e-20" g-colstat:percentile97="1.59572e-18"><name>em_halpha_errfluxbkg</name><description>Uncertainty on SLINEFIT Halpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0950967" g-colstat:max-value="2.20091e+11" g-colstat:median="1.43418" g-colstat:percentile03="-187.401" g-colstat:percentile97="360.286"><name>em_halpha_ew</name><description>SLINEFIT Halpha equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0950967" g-colstat:median="8.09325" g-colstat:min-value="0.136694" g-colstat:percentile03="0.800743" g-colstat:percentile97="4112.78"><name>em_halpha_errew</name><description>Uncertainty on SLINEFIT Halpha equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0948384" g-colstat:max-value="0.0420646" g-colstat:median="4.74806e-18" g-colstat:min-value="-1.29721e-05" g-colstat:percentile03="-1.53393e-15" g-colstat:percentile97="1.37337e-15"><name>abs_halpha_6564_flux</name><description>SLINEFIT Halpha measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0948384" g-colstat:max-value="0.0392643" g-colstat:median="3.09336e-17" g-colstat:min-value="8.60705e-19" g-colstat:percentile03="3.76939e-18" g-colstat:percentile97="1.67432e-14"><name>abs_halpha_6564_errflux</name><description>Uncertainty on SLINEFIT Halpha measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0948707" g-colstat:max-value="2.46996e-15" g-colstat:median="3.3128e-18" g-colstat:min-value="0" g-colstat:percentile03="8.36546e-19" g-colstat:percentile97="6.40699e-17"><name>abs_halpha_6564_fluxbkg</name><description>SLINEFIT Halpha background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0948707" g-colstat:max-value="8.03531e-17" g-colstat:median="1.18189e-19" g-colstat:min-value="1.03331e-20" g-colstat:percentile03="3.80739e-20" g-colstat:percentile97="1.52442e-18"><name>abs_halpha_6564_errfluxbkg</name><description>Uncertainty on SLINEFIT Halpha background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0948707" g-colstat:median="1.07864" g-colstat:min-value="-1.526e+12" g-colstat:percentile03="-214.034" g-colstat:percentile97="257.163"><name>abs_halpha_6564_ew</name><description>SLINEFIT Halpha equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0948707" g-colstat:median="7.82414" g-colstat:min-value="0.128076" g-colstat:percentile03="0.670294" g-colstat:percentile97="3161.43"><name>abs_halpha_6564_errew</name><description>Uncertainty on SLINEFIT Halpha equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.096743" g-colstat:max-value="0.0069318" g-colstat:median="7.73197e-18" g-colstat:min-value="-0.000113758" g-colstat:percentile03="-3.32423e-16" g-colstat:percentile97="9.22525e-16"><name>em_nii_6583_1_flux</name><description>SLINEFIT NII_1 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.096743" g-colstat:max-value="0.0336615" g-colstat:median="9.84527e-18" g-colstat:min-value="5.44129e-19" g-colstat:percentile03="1.97037e-18" g-colstat:percentile97="8.61012e-15"><name>em_nii_6583_1_errflux</name><description>Uncertainty on SLINEFIT NII_1 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.096743" g-colstat:max-value="2.45933e-15" g-colstat:median="3.31126e-18" g-colstat:min-value="0" g-colstat:percentile03="8.3691e-19" g-colstat:percentile97="6.37004e-17"><name>em_nii_6583_1_fluxbkg</name><description>SLINEFIT NII_1 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.096743" g-colstat:max-value="8.03531e-17" g-colstat:median="1.23044e-19" g-colstat:min-value="1.03331e-20" g-colstat:percentile03="3.83323e-20" g-colstat:percentile97="1.71975e-18"><name>em_nii_6583_1_errfluxbkg</name><description>Uncertainty on SLINEFIT NII_1 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.096743" g-colstat:median="2.03773" g-colstat:min-value="-8.19554e+12" g-colstat:percentile03="-86.977" g-colstat:percentile97="96.8376"><name>em_nii_6583_1_ew</name><description>SLINEFIT NII_1 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.096743" g-colstat:median="2.28958" g-colstat:min-value="0.104401" g-colstat:percentile03="0.421774" g-colstat:percentile97="1725.68"><name>em_nii_6583_1_errew</name><description>Uncertainty on SLINEFIT NII_1 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0832499" g-colstat:max-value="0.018569" g-colstat:median="-5.94135e-18" g-colstat:min-value="-4.69284e-06" g-colstat:percentile03="-1.4782e-16" g-colstat:percentile97="2.6026e-16"><name>em_sii_6718_flux</name><description>SLINEFIT SII 6718 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0832499" g-colstat:max-value="0.0209262" g-colstat:median="9.15485e-18" g-colstat:min-value="4.94577e-19" g-colstat:percentile03="2.22396e-18" g-colstat:percentile97="1.98173e-16"><name>em_sii_6718_errflux</name><description>Uncertainty on SLINEFIT SII 6718 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0832499" g-colstat:max-value="2.46805e-15" g-colstat:median="3.21205e-18" g-colstat:min-value="8.60261e-20" g-colstat:percentile03="7.44791e-19" g-colstat:percentile97="7.30468e-17"><name>em_sii_6718_fluxbkg</name><description>SLINEFIT SII 6718 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0832499" g-colstat:max-value="8.39715e-17" g-colstat:median="1.01023e-19" g-colstat:min-value="6.36207e-21" g-colstat:percentile03="3.60588e-20" g-colstat:percentile97="1.6513e-18"><name>em_sii_6718_errfluxbkg</name><description>Uncertainty on SLINEFIT SII 6718 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0832499" g-colstat:max-value="1.66965e+16" g-colstat:median="-1.67948" g-colstat:min-value="-1.4576e+12" g-colstat:percentile03="-22.6995" g-colstat:percentile97="32.6009"><name>em_sii_6718_ew</name><description>SLINEFIT SII 6718 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0832499" g-colstat:max-value="1.90775e+16" g-colstat:median="2.31211" g-colstat:min-value="0.0912871" g-colstat:percentile03="0.469677" g-colstat:percentile97="36.6762"><name>em_sii_6718_errew</name><description>Uncertainty on SLINEFIT SII 6718 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0823784" g-colstat:max-value="3.71395e-10" g-colstat:median="-3.96477e-18" g-colstat:min-value="-7.11819e-13" g-colstat:percentile03="-1.27549e-16" g-colstat:percentile97="1.79678e-16"><name>em_sii_6732_flux</name><description>SLINEFIT SII 6732 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0823784" g-colstat:max-value="3.26935e-10" g-colstat:median="8.8729e-18" g-colstat:min-value="7.49456e-19" g-colstat:percentile03="2.11988e-18" g-colstat:percentile97="1.65234e-16"><name>em_sii_6732_errflux</name><description>Uncertainty on SLINEFIT SII 6732 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0824107" g-colstat:max-value="2.45982e-15" g-colstat:median="3.21069e-18" g-colstat:min-value="0" g-colstat:percentile03="7.31594e-19" g-colstat:percentile97="7.35162e-17"><name>em_sii_6732_fluxbkg</name><description>SLINEFIT SII 6732 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0824107" g-colstat:max-value="8.86059e-17" g-colstat:median="1.04154e-19" g-colstat:min-value="0" g-colstat:percentile03="3.72826e-20" g-colstat:percentile97="1.6977e-18"><name>em_sii_6732_errfluxbkg</name><description>Uncertainty on SLINEFIT SII 6732 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0824107" g-colstat:max-value="9.52857e+07" g-colstat:median="-1.11962" g-colstat:min-value="-328645" g-colstat:percentile03="-18.1815" g-colstat:percentile97="26.3319"><name>em_sii_6732_ew</name><description>SLINEFIT SII 6732 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="0.0824107" g-colstat:max-value="8.44041e+07" g-colstat:median="2.26189" g-colstat:min-value="0" g-colstat:percentile03="0.43762" g-colstat:percentile97="28.3447"><name>em_sii_6732_errew</name><description>Uncertainty on SLINEFIT SII 6732 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectrum_accref</name><description>Access key to the VIPERS PDR-2 spectrum</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>aspic_vuds</name><title>ASPIC VUDS-DR1 physical parameters</title><description> Photometry, spectral features, and physical parameters of VUDS (DR1)
sources on COSMOS and ECDFS fields.</description><table><name>aspic_vuds.cosmos</name><description>ASPIC VUDS-DR1 COSMOS photometry, physical parameters, and spectral
features.</description><column><name>ident</name><description>VIMOS Ultra–Deep Survey Identification number</description><ucd>meta.id;meta.main</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>alpha</name><description>Right Ascension (J2000)</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag></column><column><name>delta</name><description>Declination (J2000)</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag></column><column><name>id_iau</name><description>VUDS IAU identifier</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>id_candels</name><description>CANDELS identification number</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>z</name><description>Spectroscopic redshift of the source</description><ucd>src.redshift</ucd><dataType xsi:type="vs:VOTableType">double</dataType></column><column><name>zflags</name><description>Redshift reliability flag</description><ucd>meta.code.qual;src.redshift</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>mag_sel_spec</name><description>I AB selection magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>umag</name><description>CFHT u* AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_umag</name><description>Mean error on umag</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>bmag</name><description>Subaru B AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_bmag</name><description>Mean error on Bmag</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>vmag</name><description>Subaru V AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.V</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_vmag</name><description>Mean error on Vmag</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.V</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>gmag</name><description>Subaru g+ AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_gmag</name><description>Mean error on gmag</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>rmag</name><description>Subaru r+ AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_rmag</name><description>Mean error on rmag</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>imag</name><description>Subaru i+ AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_imag</name><description>Mean error on imag</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>zmag</name><description>Subaru z+ AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_zmag</name><description>Mean error on zmag</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>jmag</name><description>Ultra-VISTA J AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_jmag</name><description>Mean error on Jmag</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>kmag</name><description>Ultra-VISTA K AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_kmag</name><description>Mean error on Kmag</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>icfht</name><description>CFHT i* AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_icfht</name><description>Mean error on iCFHT</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>irac1</name><description>Spitzer/IRAC 3.6um AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.3-4um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_irac1</name><description>Mean error on IRAC1</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.3-4um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>irac2</name><description>Spitzer/IRAC 4.5um AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.4-8um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_irac2</name><description>Mean error on IRAC2</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.4-8um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>nuv</name><description>GALEX NUV total AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.uv.200-300nm</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_nuv</name><description>Mean error on NUV</description><unit>mag</unit><ucd>stat.error;phot.mag;em.uv.200-300nm</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>fuv</name><description>GALEX FUV total AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.uv.100-200nm</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_fuv</name><description>Mean error on FUV</description><unit>mag</unit><ucd>stat.error;phot.mag;em.uv.100-200nm</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>chi_best</name><description>Chi-square value for the best fit (LePhare)</description><ucd>stat.fit.chi2</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>age</name><description>Median age from the analysis (LePhare)</description><unit>yr</unit><ucd>time.age;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>age_inf</name><description>Age 16% lower value from the analysis (LePhare)</description><unit>yr</unit><ucd>time.age;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>age_sup</name><description>Age 16% higher value from the analysis (LePhare)</description><unit>yr</unit><ucd>time.age;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_stellar_mass</name><description>Median log stellar mass from the analysis (LePhare)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_stellar_mass_inf</name><description>Log stellar mass 16% lower value from the analysis (LePhare)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_stellar_mass_sup</name><description>Log stellar mass 16% higher value from the analysis (LePhare)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_sfr</name><description>Median log Star Formation Rate from the analysis (LePhare)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_sfr_inf</name><description>Log Star Formation Rate lower 16% value from the analysis (LePhare)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_sfr_sup</name><description>Log Star Formation Rate higher 16% value from the analysis (LePhare)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_ssfr</name><description>Median log specific Star Formation Rate from the analysis (LePhare)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_ssfr_inf</name><description>Log specific Star Formation Rate lower 16% value from the analysis (LePhare)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_ssfr_sup</name><description>Log specific Star Formation Rate higher 16% value from the analysis (LePhare)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_l_nuv_rest</name><description>Rest-frame log NUV luminosity from the analysis (LePhare)</description><unit>log(erg.s**-1.Hz**-1)</unit><ucd>phys.luminosity;em.UV.200-300nm;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_fuv</name><description>Absolute FUV AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.UV.100-200nm;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_nuv</name><description>Absolute NUV AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.UV.200-300nm;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_u_cfht</name><description>Absolute CHFT u* AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.U;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_b_subaru</name><description>Absolute Subaru B AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.B;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_v_subaru</name><description>Absolute Subaru V AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.V;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_g_subaru</name><description>Absolute Subaru g+ AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.R;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_r_subaru</name><description>Absolute Subaru r+ AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.R;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_i_subaru</name><description>Absolute Subaru i+ AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_z_subaru</name><description>Absolute Subaru z+ AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_j_vista</name><description>Absolute Ultra-VISTA J AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.J;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_k_vista</name><description>Absolute Ultra-VISTA K AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.K;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_i_cfht</name><description>Absolute CFHT i* AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_irac1</name><description>Absolute SPITZER/IRAC 3.6um AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magabs;em.ir.3-4um;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_irac2</name><description>Absolute SPITZER/IRAC 4.5um AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magabs;em.ir.4-8um;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_irac3</name><description>Absolute Spitzer/IRAC 5.8um AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.4-8um;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_irac4</name><description>Absolute Spitzer/IRAC 8um AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.8-15um;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_lyalpha_flux</name><description>SLINEFIT Lyman alpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_lyalpha_errflux</name><description>Uncertainty on SLINEFIT Lyman alpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_lyalpha_fluxbkg</name><description>SLINEFIT Lyman alpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Lyalpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_lyalpha_errfluxbkg</name><description>Uncertainty on SLINEFIT Lyman alpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Lyalpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_lyalpha_ew</name><description>SLINEFIT Lyman alpha equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_lyalpha_errew</name><description>Uncertainty on SLINEFIT Lyman alpha equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_civ_1548_flux</name><description>SLINEFIT CIV measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_civ_1548_errflux</name><description>Uncertainty on SLINEFIT CIV measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_civ_1548_fluxbkg</name><description>SLINEFIT CIV background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_civ_1548_errfluxbkg</name><description>Uncertainty on SLINEFIT CIV background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_civ_1548_ew</name><description>SLINEFIT CIV equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_civ_1548_errew</name><description>Uncertainty on SLINEFIT CIV equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_ciii_1908_flux</name><description>SLINEFIT CIII measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_ciii_1908_errflux</name><description>Uncertainty on SLINEFIT CIII measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_ciii_1908_fluxbkg</name><description>SLINEFIT CIII background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_ciii_1908_errfluxbkg</name><description>Uncertainty on SLINEFIT CIII background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_ciii_1908_ew</name><description>SLINEFIT CIII equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_ciii_1908_errew</name><description>Uncertainty on SLINEFIT CIII equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2344_flux</name><description>SLINEFIT FeII 2344 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2344_errflux</name><description>Uncertainty on SLINEFIT FeII 2344 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2344_fluxbkg</name><description>SLINEFIT FeII 2344 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2344_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2344 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2344_ew</name><description>SLINEFIT FeII 2344 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2344_errew</name><description>Uncertainty on SLINEFIT FeII 2344 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_1_flux</name><description>SLINEFIT FeII 2380_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_1_errflux</name><description>Uncertainty on SLINEFIT FeII 2380_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_1_fluxbkg</name><description>SLINEFIT FeII 2380_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_1_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2380_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_1_ew</name><description>SLINEFIT FeII 2380_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_1_errew</name><description>Uncertainty on SLINEFIT FeII 2380_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_2_flux</name><description>SLINEFIT FeII 2380_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_2_errflux</name><description>Uncertainty on SLINEFIT FeII 2380_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_2_fluxbkg</name><description>SLINEFIT FeII 2380_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_2_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2380_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_2_ew</name><description>SLINEFIT FeII 2380_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_2_errew</name><description>Uncertainty on SLINEFIT FeII 2380_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_1_flux</name><description>SLINEFIT FeII 2600_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_1_errflux</name><description>Uncertainty on SLINEFIT FeII 2600_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_1_fluxbkg</name><description>SLINEFIT FeII 2600_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_1_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2600_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_1_ew</name><description>SLINEFIT FeII 2600_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_1_errew</name><description>Uncertainty on SLINEFIT FeII 2600_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_2_flux</name><description>SLINEFIT FeII 2600_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_2_errflux</name><description>Uncertainty on SLINEFIT FeII 2600_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_2_fluxbkg</name><description>SLINEFIT FeII 2600_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_2_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2600_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_2_ew</name><description>SLINEFIT FeII 2600_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_2_errew</name><description>Uncertainty on SLINEFIT FeII 2600_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2797_flux</name><description>SLINEFIT MgII 2797 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2797_errflux</name><description>Uncertainty on SLINEFIT MgII 2797 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2797_fluxbkg</name><description>SLINEFIT MgII 2797 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2797_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2797 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2797_ew</name><description>SLINEFIT MgII 2797 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2797_errew</name><description>Uncertainty on SLINEFIT MgII 2797 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_mgii_2799_flux</name><description>SLINEFIT MgII 2799 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_mgii_2799_errflux</name><description>Uncertainty on SLINEFIT MgII 2799 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_mgii_2799_fluxbkg</name><description>SLINEFIT MgII 2799 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_mgii_2799_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2799 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_mgii_2799_ew</name><description>SLINEFIT MgII 2799 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_mgii_2799_errew</name><description>Uncertainty on SLINEFIT MgII 2799 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2804_flux</name><description>SLINEFIT MgII 2804 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2804_errflux</name><description>Uncertainty on SLINEFIT MgII 2804 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2804_fluxbkg</name><description>SLINEFIT MgII 2804 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2804_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2804 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2804_ew</name><description>SLINEFIT MgII 2804 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2804_errew</name><description>Uncertainty on SLINEFIT MgII 2804 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_fei_3582_flux</name><description>SLINEFIT FeI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_fei_3582_errflux</name><description>Uncertainty on SLINEFIT FeI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_fei_3582_fluxbkg</name><description>SLINEFIT FeI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_fei_3582_errfluxbkg</name><description>Uncertainty on SLINEFIT FeI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_fei_3582_ew</name><description>SLINEFIT FeI equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_fei_3582_errew</name><description>Uncertainty on SLINEFIT FeI equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_1_flux</name><description>SLINEFIT OII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_1_errflux</name><description>Uncertainty on SLINEFIT OII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_1_fluxbkg</name><description>SLINEFIT OII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_1_errfluxbkg</name><description>Uncertainty on SLINEFIT OII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_1_ew</name><description>SLINEFIT OII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_1_errew</name><description>Uncertainty on SLINEFIT OII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_2_flux</name><description>SLINEFIT OII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_2_errflux</name><description>Uncertainty on SLINEFIT OII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_2_fluxbkg</name><description>SLINEFIT OII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_2_errfluxbkg</name><description>Uncertainty on SLINEFIT OII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_2_ew</name><description>SLINEFIT OII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_2_errew</name><description>Uncertainty on SLINEFIT OII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_k_3934_flux</name><description>SLINEFIT K measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_k_3934_errflux</name><description>Uncertainty on SLINEFIT K measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_k_3934_fluxbkg</name><description>SLINEFIT K background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_k_3934_errfluxbkg</name><description>Uncertainty on SLINEFIT K background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_k_3934_ew</name><description>SLINEFIT K equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_k_3934_errew</name><description>Uncertainty on SLINEFIT K equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_h_3969_flux</name><description>SLINEFIT H measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_h_3969_errflux</name><description>Uncertainty on SLINEFIT H measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_h_3969_fluxbkg</name><description>SLINEFIT H background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_h_3969_errfluxbkg</name><description>Uncertainty on SLINEFIT H background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_h_3969_ew</name><description>SLINEFIT H equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_h_3969_errew</name><description>Uncertainty on SLINEFIT H equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hdelta_flux</name><description>SLINEFIT Hdelta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hdelta_errflux</name><description>Uncertainty on SLINEFIT Hdelta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hdelta_fluxbkg</name><description>SLINEFIT Hdelta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hdelta_errfluxbkg</name><description>Uncertainty on SLINEFIT Hdelta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hdelta_ew</name><description>SLINEFIT Hdelta equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hdelta_errew</name><description>Uncertainty on SLINEFIT Hdelta equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hdelta_4102_flux</name><description>SLINEFIT Hdelta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hdelta_4102_errflux</name><description>Uncertainty on SLINEFIT Hdelta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hdelta_4102_fluxbkg</name><description>SLINEFIT Hdelta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hdelta_4102_errfluxbkg</name><description>Uncertainty on SLINEFIT Hdelta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hdelta_4102_ew</name><description>SLINEFIT Hdelta equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hdelta_4102_errew</name><description>Uncertainty on SLINEFIT Hdelta equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_gband_4304_flux</name><description>SLINEFIT Gband measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_gband_4304_errflux</name><description>Uncertainty on SLINEFIT Gband measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_gband_4304_fluxbkg</name><description>SLINEFIT Gband background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_gband_4304_errfluxbkg</name><description>Uncertainty on SLINEFIT Gband background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_gband_4304_ew</name><description>SLINEFIT Gband equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_gband_4304_errew</name><description>Uncertainty on SLINEFIT Gband equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hgamma_flux</name><description>SLINEFIT Hgamma measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hgamma_errflux</name><description>Uncertainty on SLINEFIT Hgamma measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hgamma_fluxbkg</name><description>SLINEFIT Hgamma background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hgamma_errfluxbkg</name><description>Uncertainty on SLINEFIT Hgamma background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hgamma_ew</name><description>SLINEFIT Hgamma equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hgamma_errew</name><description>Uncertainty on SLINEFIT Hgamma equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hgamma_4341_flux</name><description>SLINEFIT Hgamma measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hgamma_4341_errflux</name><description>Uncertainty on SLINEFIT Hgamma measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hgamma_4341_fluxbkg</name><description>SLINEFIT Hgamma background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hgamma_4341_errfluxbkg</name><description>Uncertainty on SLINEFIT Hgamma background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hgamma_4341_ew</name><description>SLINEFIT Hgamma equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hgamma_4341_errew</name><description>Uncertainty on SLINEFIT Hgamma equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hbeta_flux</name><description>SLINEFIT Hbeta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hbeta_errflux</name><description>Uncertainty on SLINEFIT Hbeta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hbeta_fluxbkg</name><description>SLINEFIT Hbeta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hbeta_errfluxbkg</name><description>Uncertainty on SLINEFIT Hbeta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hbeta_ew</name><description>SLINEFIT Hbeta equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hbeta_errew</name><description>Uncertainty on SLINEFIT Hbeta equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hbeta_4862_flux</name><description>SLINEFIT Hbeta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hbeta_4862_errflux</name><description>Uncertainty on SLINEFIT Hbeta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hbeta_4862_fluxbkg</name><description>SLINEFIT Hbeta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hbeta_4862_errfluxbkg</name><description>Uncertainty on SLINEFIT Hbeta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hbeta_4862_ew</name><description>SLINEFIT Hbeta equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hbeta_4862_errew</name><description>Uncertainty on SLINEFIT Hbeta equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_1_flux</name><description>SLINEFIT OIII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_1_errflux</name><description>Uncertainty on SLINEFIT OIII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_1_fluxbkg</name><description>SLINEFIT OIII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_1_errfluxbkg</name><description>Uncertainty on SLINEFIT OIII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_1_ew</name><description>SLINEFIT OIII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_1_errew</name><description>Uncertainty on SLINEFIT OIII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_2_flux</name><description>SLINEFIT OIII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_2_errflux</name><description>Uncertainty on SLINEFIT OIII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_2_fluxbkg</name><description>SLINEFIT OIII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_2_errfluxbkg</name><description>Uncertainty on SLINEFIT OIII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_2_ew</name><description>SLINEFIT OIII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_2_errew</name><description>Uncertainty on SLINEFIT OIII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgi_5176_flux</name><description>SLINEFIT MgI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgi_5176_errflux</name><description>Uncertainty on SLINEFIT MgI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgi_5176_fluxbkg</name><description>SLINEFIT MgI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgi_5176_errfluxbkg</name><description>Uncertainty on SLINEFIT MgI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgi_5176_ew</name><description>SLINEFIT MgI equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgi_5176_errew</name><description>Uncertainty on SLINEFIT MgI equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_nad_5895_flux</name><description>SLINEFIT NaD measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_nad_5895_errflux</name><description>Uncertainty on SLINEFIT NaD measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_nad_5895_fluxbkg</name><description>SLINEFIT NaD background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_nad_5895_errfluxbkg</name><description>Uncertainty on SLINEFIT NaD background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_nad_5895_ew</name><description>SLINEFIT NaD equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_nad_5895_errew</name><description>Uncertainty on SLINEFIT NaD equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_1_flux</name><description>SLINEFIT NII_1 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_1_errflux</name><description>Uncertainty on SLINEFIT NII_1 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_1_fluxbkg</name><description>SLINEFIT NII_1 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_1_errfluxbkg</name><description>Uncertainty on SLINEFIT NII_1 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_1_ew</name><description>SLINEFIT NII_1 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_1_errew</name><description>Uncertainty on SLINEFIT NII_1 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_2_flux</name><description>SLINEFIT NII_2 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_2_errflux</name><description>Uncertainty on SLINEFIT NII_2 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_2_fluxbkg</name><description>SLINEFIT NII_2 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_2_errfluxbkg</name><description>Uncertainty on SLINEFIT NII_2 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_2_ew</name><description>SLINEFIT NII_2 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_2_errew</name><description>Uncertainty on SLINEFIT NII_2 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6549_flux</name><description>SLINEFIT NII 6549 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6549_errflux</name><description>Uncertainty on SLINEFIT NII 6549 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6549_fluxbkg</name><description>SLINEFIT NII 6549 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6549_errfluxbkg</name><description>Uncertainty on SLINEFIT NII 6549 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6549_ew</name><description>SLINEFIT NII 6549 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6549_errew</name><description>Uncertainty on SLINEFIT NII 6549 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_halpha_flux</name><description>SLINEFIT Halpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_halpha_errflux</name><description>Uncertainty on SLINEFIT Halpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_halpha_fluxbkg</name><description>SLINEFIT Halpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_halpha_errfluxbkg</name><description>Uncertainty on SLINEFIT Halpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_halpha_ew</name><description>SLINEFIT Halpha equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_halpha_errew</name><description>Uncertainty on SLINEFIT Halpha equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_halpha_6564_flux</name><description>SLINEFIT Halpha measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_halpha_6564_errflux</name><description>Uncertainty on SLINEFIT Halpha measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_halpha_6564_fluxbkg</name><description>SLINEFIT Halpha background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_halpha_6564_errfluxbkg</name><description>Uncertainty on SLINEFIT Halpha background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_halpha_6564_ew</name><description>SLINEFIT Halpha equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_halpha_6564_errew</name><description>Uncertainty on SLINEFIT Halpha equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6718_flux</name><description>SLINEFIT SII 6718 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6718_errflux</name><description>Uncertainty on SLINEFIT SII 6718 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6718_fluxbkg</name><description>SLINEFIT SII 6718 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6718_errfluxbkg</name><description>Uncertainty on SLINEFIT SII 6718 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6718_ew</name><description>SLINEFIT SII 6718 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6718_errew</name><description>Uncertainty on SLINEFIT SII 6718 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6732_flux</name><description>SLINEFIT SII 6732 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6732_errflux</name><description>Uncertainty on SLINEFIT SII 6732 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6732_fluxbkg</name><description>SLINEFIT SII 6732 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6732_errfluxbkg</name><description>Uncertainty on SLINEFIT SII 6732 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6732_ew</name><description>SLINEFIT SII 6732 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6732_errew</name><description>Uncertainty on SLINEFIT SII 6732 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectrum_accref</name><description>Access key for the associated spectrum</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table><table><name>aspic_vuds.ecdfs</name><description>ASPIC VUDS-DR1 ECDFS photometry, physical parameters, and spectral
features.</description><column><name>ident</name><description>VIMOS Ultra–Deep Survey Identification number</description><ucd>meta.id;meta.main</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>alpha</name><description>Right Ascension (J2000)</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag></column><column><name>delta</name><description>Declination (J2000)</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag></column><column><name>id_iau</name><description>VUDS IAU identifier</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>id_candels</name><description>CANDELS identification number</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>z</name><description>Spectroscopic redshift of the source</description><ucd>src.redshift</ucd><dataType xsi:type="vs:VOTableType">double</dataType></column><column><name>zflags</name><description>Redshift reliability flag</description><ucd>meta.code.qual;src.redshift</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>mag_sel_spec</name><description>I AB selection magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>u_vimos</name><description>VLT/VIMOS U AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_u_vimos</name><description>Mean error on U_VIMOS</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.U</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>f435w</name><description>HST/ACS F435W AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_f435w</name><description>Mean error on e_F435W</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>f606w</name><description>HST/ACS F606W AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_f606w</name><description>Mean error on F606W</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>f775w</name><description>HST/ACS F775W AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_f775w</name><description>Mean error on F775W</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>f814w</name><description>HST/ACS F814W AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_f814w</name><description>Mean error on F814W</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>f850lp</name><description>HST/ACS F850LP AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_f850lp</name><description>Mean error on F850LP</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>f098m</name><description>HST/WFC3 F098M AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_f098m</name><description>Mean error on F098M</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>f105w</name><description>HST/WFC3 F105W AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_f105w</name><description>Mean error on F105W</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>f125w</name><description>HST/WFC3 F105W AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_f125w</name><description>Mean error on F125W</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>f160w</name><description>HST/WFC3 F160W AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_f160w</name><description>Mean error on F160W</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>ks_isaac</name><description>VLT/ISAAC Ks AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_ks_isaac</name><description>Mean error on Ks_ISAAC</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>irac1</name><description>Spitzer/IRAC 3.6um AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.3-4um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_irac1</name><description>Mean error on IRAC1</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.3-4um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>irac2</name><description>Spitzer/IRAC 4.5um AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.4-8um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_irac2</name><description>Mean error on IRAC2</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.4-8um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>irac3</name><description>Spitzer/IRAC 5.8um AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.4-8um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_irac3</name><description>Mean error on IRAC3</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.4-8um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>irac4</name><description>Spitzer/IRAC 8um AB magnitude</description><unit>mag</unit><ucd>phot.mag;em.IR.8-15um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>e_irac4</name><description>Mean error on IRAC4</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.8-15um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>chi_best</name><description>Chi-square value for the best fit (LePhare)</description><ucd>stat.fit.chi2</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>age</name><description>Median age from the analysis (LePhare)</description><unit>yr</unit><ucd>time.age;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>age_inf</name><description>Age 16% lower value from the analysis (LePhare)</description><unit>yr</unit><ucd>time.age;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>age_sup</name><description>Age 16% higher value from the analysis (LePhare)</description><unit>yr</unit><ucd>time.age;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_stellar_mass</name><description>Median log stellar mass from the analysis (LePhare)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_stellar_mass_inf</name><description>Log stellar mass 16% lower value from the analysis (LePhare)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_stellar_mass_sup</name><description>Log stellar mass 16% higher value from the analysis (LePhare)</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_sfr</name><description>Median log Star Formation Rate from the analysis (LePhare)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_sfr_inf</name><description>Log Star Formation Rate lower 16% value from the analysis (LePhare)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_sfr_sup</name><description>Log Star Formation Rate higher 16% value from the analysis (LePhare)</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_ssfr</name><description>Median log specific Star Formation Rate from the analysis (LePhare)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.median;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_ssfr_inf</name><description>Log specific Star Formation Rate lower 16% value from the analysis (LePhare)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.min;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_ssfr_sup</name><description>Log specific Star Formation Rate higher 16% value from the analysis (LePhare)</description><unit>log(yr**-1)</unit><ucd>phys.SFR;stat.fit;stat.max;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>log_l_nuv_rest</name><description>Rest-frame log NUV luminosity from the analysis (LePhare)</description><unit>log(erg.s**-1.Hz**-1)</unit><ucd>phys.luminosity;em.UV.200-300nm;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_fuv</name><description>Absolute FUV AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.UV.100-200nm;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_nuv</name><description>Absolute NUV AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.UV.200-300nm;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_u_vimos</name><description>Absolute VLT/VIMOS U AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.U;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_f435w</name><description>Absolute HST/ACS F435W AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.B;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_f606w</name><description>Absolute HST/ACS F606W AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.R;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_f775w</name><description>Absolute HST/ACS F775W AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_f814w</name><description>Absolute HST/ACS F814W AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_f850lp</name><description>Absolute HST/ACS F850LP AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_f098m</name><description>Absolute HST/WFC3 F098M AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.J;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_f105w</name><description>Absolute HST/WFC3 F105W AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.J;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_f125w</name><description>Absolute HST/WFC3 F125W AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.J;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_f160w</name><description>Absolute HST/WFC3 F160W AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.H;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_ks_isaac</name><description>Absolute VLT/ISAAC Ks AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.K;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_irac1</name><description>Absolute Spitzer/IRAC 3.6um AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.3-4um;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_irac2</name><description>Absolute Spitzer/IRAC 3.6um AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.4-8um;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_irac3</name><description>Absolute Spitzer/IRAC 5.8um AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.4-8um;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>mabs_irac4</name><description>Absolute Spitzer/IRAC 8um AB magnitude from the analysis (LePhare)</description><unit>mag</unit><ucd>phys.magAbs;em.IR.8-15um;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_lyalpha_flux</name><description>SLINEFIT Lyman alpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_lyalpha_errflux</name><description>Uncertainty on SLINEFIT Lyman alpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_lyalpha_fluxbkg</name><description>SLINEFIT Lyman alpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Lyalpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_lyalpha_errfluxbkg</name><description>Uncertainty on SLINEFIT Lyman alpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Lyalpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_lyalpha_ew</name><description>SLINEFIT Lyman alpha equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_lyalpha_errew</name><description>Uncertainty on SLINEFIT Lyman alpha equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Lyalpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_civ_1548_flux</name><description>SLINEFIT CIV measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_civ_1548_errflux</name><description>Uncertainty on SLINEFIT CIV measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_civ_1548_fluxbkg</name><description>SLINEFIT CIV background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_civ_1548_errfluxbkg</name><description>Uncertainty on SLINEFIT CIV background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_civ_1548_ew</name><description>SLINEFIT CIV equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_civ_1548_errew</name><description>Uncertainty on SLINEFIT CIV equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_ciii_1908_flux</name><description>SLINEFIT CIII measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_ciii_1908_errflux</name><description>Uncertainty on SLINEFIT CIII measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_ciii_1908_fluxbkg</name><description>SLINEFIT CIII background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_ciii_1908_errfluxbkg</name><description>Uncertainty on SLINEFIT CIII background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_ciii_1908_ew</name><description>SLINEFIT CIII equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_ciii_1908_errew</name><description>Uncertainty on SLINEFIT CIII equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2344_flux</name><description>SLINEFIT FeII 2344 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2344_errflux</name><description>Uncertainty on SLINEFIT FeII 2344 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2344_fluxbkg</name><description>SLINEFIT FeII 2344 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2344_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2344 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2344_ew</name><description>SLINEFIT FeII 2344 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2344_errew</name><description>Uncertainty on SLINEFIT FeII 2344 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_1_flux</name><description>SLINEFIT FeII 2380_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_1_errflux</name><description>Uncertainty on SLINEFIT FeII 2380_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_1_fluxbkg</name><description>SLINEFIT FeII 2380_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_1_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2380_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_1_ew</name><description>SLINEFIT FeII 2380_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_1_errew</name><description>Uncertainty on SLINEFIT FeII 2380_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_2_flux</name><description>SLINEFIT FeII 2380_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_2_errflux</name><description>Uncertainty on SLINEFIT FeII 2380_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_2_fluxbkg</name><description>SLINEFIT FeII 2380_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_2_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2380_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_2_ew</name><description>SLINEFIT FeII 2380_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2380_2_errew</name><description>Uncertainty on SLINEFIT FeII 2380_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_1_flux</name><description>SLINEFIT FeII 2600_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_1_errflux</name><description>Uncertainty on SLINEFIT FeII 2600_1 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_1_fluxbkg</name><description>SLINEFIT FeII 2600_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_1_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2600_1 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_1_ew</name><description>SLINEFIT FeII 2600_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_1_errew</name><description>Uncertainty on SLINEFIT FeII 2600_1 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_2_flux</name><description>SLINEFIT FeII 2600_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_2_errflux</name><description>Uncertainty on SLINEFIT FeII 2600_2 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_2_fluxbkg</name><description>SLINEFIT FeII 2600_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_2_errfluxbkg</name><description>Uncertainty on SLINEFIT FeII 2600_2 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_2_ew</name><description>SLINEFIT FeII 2600_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_feii_2600_2_errew</name><description>Uncertainty on SLINEFIT FeII 2600_2 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2797_flux</name><description>SLINEFIT MgII 2797 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2797_errflux</name><description>Uncertainty on SLINEFIT MgII 2797 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2797_fluxbkg</name><description>SLINEFIT MgII 2797 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2797_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2797 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2797_ew</name><description>SLINEFIT MgII 2797 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2797_errew</name><description>Uncertainty on SLINEFIT MgII 2797 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_mgii_2799_flux</name><description>SLINEFIT MgII 2799 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_mgii_2799_errflux</name><description>Uncertainty on SLINEFIT MgII 2799 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_mgii_2799_fluxbkg</name><description>SLINEFIT MgII 2799 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_mgii_2799_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2799 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_mgii_2799_ew</name><description>SLINEFIT MgII 2799 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_mgii_2799_errew</name><description>Uncertainty on SLINEFIT MgII 2799 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2804_flux</name><description>SLINEFIT MgII 2804 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2804_errflux</name><description>Uncertainty on SLINEFIT MgII 2804 measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2804_fluxbkg</name><description>SLINEFIT MgII 2804 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2804_errfluxbkg</name><description>Uncertainty on SLINEFIT MgII 2804 background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2804_ew</name><description>SLINEFIT MgII 2804 equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgii_2804_errew</name><description>Uncertainty on SLINEFIT MgII 2804 equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_fei_3582_flux</name><description>SLINEFIT FeI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_fei_3582_errflux</name><description>Uncertainty on SLINEFIT FeI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_fei_3582_fluxbkg</name><description>SLINEFIT FeI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_fei_3582_errfluxbkg</name><description>Uncertainty on SLINEFIT FeI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_fei_3582_ew</name><description>SLINEFIT FeI equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_fei_3582_errew</name><description>Uncertainty on SLINEFIT FeI equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_1_flux</name><description>SLINEFIT OII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_1_errflux</name><description>Uncertainty on SLINEFIT OII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_1_fluxbkg</name><description>SLINEFIT OII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_1_errfluxbkg</name><description>Uncertainty on SLINEFIT OII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_1_ew</name><description>SLINEFIT OII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_1_errew</name><description>Uncertainty on SLINEFIT OII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_2_flux</name><description>SLINEFIT OII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_2_errflux</name><description>Uncertainty on SLINEFIT OII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_2_fluxbkg</name><description>SLINEFIT OII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_2_errfluxbkg</name><description>Uncertainty on SLINEFIT OII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_2_ew</name><description>SLINEFIT OII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oii_3727_2_errew</name><description>Uncertainty on SLINEFIT OII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_k_3934_flux</name><description>SLINEFIT K measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_k_3934_errflux</name><description>Uncertainty on SLINEFIT K measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_k_3934_fluxbkg</name><description>SLINEFIT K background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_k_3934_errfluxbkg</name><description>Uncertainty on SLINEFIT K background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_k_3934_ew</name><description>SLINEFIT K equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_k_3934_errew</name><description>Uncertainty on SLINEFIT K equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_h_3969_flux</name><description>SLINEFIT H measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_h_3969_errflux</name><description>Uncertainty on SLINEFIT H measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_h_3969_fluxbkg</name><description>SLINEFIT H background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_h_3969_errfluxbkg</name><description>Uncertainty on SLINEFIT H background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_h_3969_ew</name><description>SLINEFIT H equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_h_3969_errew</name><description>Uncertainty on SLINEFIT H equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hdelta_flux</name><description>SLINEFIT Hdelta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hdelta_errflux</name><description>Uncertainty on SLINEFIT Hdelta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hdelta_fluxbkg</name><description>SLINEFIT Hdelta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hdelta_errfluxbkg</name><description>Uncertainty on SLINEFIT Hdelta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hdelta_ew</name><description>SLINEFIT Hdelta equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hdelta_errew</name><description>Uncertainty on SLINEFIT Hdelta equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hdelta_4102_flux</name><description>SLINEFIT Hdelta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hdelta_4102_errflux</name><description>Uncertainty on SLINEFIT Hdelta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hdelta_4102_fluxbkg</name><description>SLINEFIT Hdelta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hdelta_4102_errfluxbkg</name><description>Uncertainty on SLINEFIT Hdelta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hdelta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hdelta_4102_ew</name><description>SLINEFIT Hdelta equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hdelta_4102_errew</name><description>Uncertainty on SLINEFIT Hdelta equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hdelta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_gband_4304_flux</name><description>SLINEFIT Gband measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_gband_4304_errflux</name><description>Uncertainty on SLINEFIT Gband measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_gband_4304_fluxbkg</name><description>SLINEFIT Gband background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_gband_4304_errfluxbkg</name><description>Uncertainty on SLINEFIT Gband background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_gband_4304_ew</name><description>SLINEFIT Gband equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_gband_4304_errew</name><description>Uncertainty on SLINEFIT Gband equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hgamma_flux</name><description>SLINEFIT Hgamma measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hgamma_errflux</name><description>Uncertainty on SLINEFIT Hgamma measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hgamma_fluxbkg</name><description>SLINEFIT Hgamma background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hgamma_errfluxbkg</name><description>Uncertainty on SLINEFIT Hgamma background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hgamma_ew</name><description>SLINEFIT Hgamma equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hgamma_errew</name><description>Uncertainty on SLINEFIT Hgamma equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hgamma_4341_flux</name><description>SLINEFIT Hgamma measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hgamma_4341_errflux</name><description>Uncertainty on SLINEFIT Hgamma measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hgamma_4341_fluxbkg</name><description>SLINEFIT Hgamma background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hgamma_4341_errfluxbkg</name><description>Uncertainty on SLINEFIT Hgamma background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hgamma;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hgamma_4341_ew</name><description>SLINEFIT Hgamma equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hgamma_4341_errew</name><description>Uncertainty on SLINEFIT Hgamma equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hgamma</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hbeta_flux</name><description>SLINEFIT Hbeta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hbeta_errflux</name><description>Uncertainty on SLINEFIT Hbeta measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hbeta_fluxbkg</name><description>SLINEFIT Hbeta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hbeta_errfluxbkg</name><description>Uncertainty on SLINEFIT Hbeta background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hbeta_ew</name><description>SLINEFIT Hbeta equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_hbeta_errew</name><description>Uncertainty on SLINEFIT Hbeta equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hbeta_4862_flux</name><description>SLINEFIT Hbeta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hbeta_4862_errflux</name><description>Uncertainty on SLINEFIT Hbeta measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hbeta_4862_fluxbkg</name><description>SLINEFIT Hbeta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hbeta_4862_errfluxbkg</name><description>Uncertainty on SLINEFIT Hbeta background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Hbeta;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hbeta_4862_ew</name><description>SLINEFIT Hbeta equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_hbeta_4862_errew</name><description>Uncertainty on SLINEFIT Hbeta equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Hbeta</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_1_flux</name><description>SLINEFIT OIII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_1_errflux</name><description>Uncertainty on SLINEFIT OIII_1 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_1_fluxbkg</name><description>SLINEFIT OIII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_1_errfluxbkg</name><description>Uncertainty on SLINEFIT OIII_1 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_1_ew</name><description>SLINEFIT OIII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_1_errew</name><description>Uncertainty on SLINEFIT OIII_1 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_2_flux</name><description>SLINEFIT OIII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_2_errflux</name><description>Uncertainty on SLINEFIT OIII_2 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_2_fluxbkg</name><description>SLINEFIT OIII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_2_errfluxbkg</name><description>Uncertainty on SLINEFIT OIII_2 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.OIII;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_2_ew</name><description>SLINEFIT OIII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_oiii_5007_2_errew</name><description>Uncertainty on SLINEFIT OIII_2 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.OIII</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgi_5176_flux</name><description>SLINEFIT MgI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgi_5176_errflux</name><description>Uncertainty on SLINEFIT MgI measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgi_5176_fluxbkg</name><description>SLINEFIT MgI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgi_5176_errfluxbkg</name><description>Uncertainty on SLINEFIT MgI background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgi_5176_ew</name><description>SLINEFIT MgI equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_mgi_5176_errew</name><description>Uncertainty on SLINEFIT MgI equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_nad_5895_flux</name><description>SLINEFIT NaD measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_nad_5895_errflux</name><description>Uncertainty on SLINEFIT NaD measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_nad_5895_fluxbkg</name><description>SLINEFIT NaD background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_nad_5895_errfluxbkg</name><description>Uncertainty on SLINEFIT NaD background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_nad_5895_ew</name><description>SLINEFIT NaD equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_nad_5895_errew</name><description>Uncertainty on SLINEFIT NaD equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_1_flux</name><description>SLINEFIT NII_1 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_1_errflux</name><description>Uncertainty on SLINEFIT NII_1 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_1_fluxbkg</name><description>SLINEFIT NII_1 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_1_errfluxbkg</name><description>Uncertainty on SLINEFIT NII_1 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_1_ew</name><description>SLINEFIT NII_1 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_1_errew</name><description>Uncertainty on SLINEFIT NII_1 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_2_flux</name><description>SLINEFIT NII_2 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_2_errflux</name><description>Uncertainty on SLINEFIT NII_2 6583 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_2_fluxbkg</name><description>SLINEFIT NII_2 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_2_errfluxbkg</name><description>Uncertainty on SLINEFIT NII_2 6583 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_2_ew</name><description>SLINEFIT NII_2 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6583_2_errew</name><description>Uncertainty on SLINEFIT NII_2 6583 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6549_flux</name><description>SLINEFIT NII 6549 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6549_errflux</name><description>Uncertainty on SLINEFIT NII 6549 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6549_fluxbkg</name><description>SLINEFIT NII 6549 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6549_errfluxbkg</name><description>Uncertainty on SLINEFIT NII 6549 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6549_ew</name><description>SLINEFIT NII 6549 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_nii_6549_errew</name><description>Uncertainty on SLINEFIT NII 6549 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_halpha_flux</name><description>SLINEFIT Halpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_halpha_errflux</name><description>Uncertainty on SLINEFIT Halpha measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_halpha_fluxbkg</name><description>SLINEFIT Halpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_halpha_errfluxbkg</name><description>Uncertainty on SLINEFIT Halpha background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_halpha_ew</name><description>SLINEFIT Halpha equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_halpha_errew</name><description>Uncertainty on SLINEFIT Halpha equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_halpha_6564_flux</name><description>SLINEFIT Halpha measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_halpha_6564_errflux</name><description>Uncertainty on SLINEFIT Halpha measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_halpha_6564_fluxbkg</name><description>SLINEFIT Halpha background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_halpha_6564_errfluxbkg</name><description>Uncertainty on SLINEFIT Halpha background flux measure in absorption</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line.Halpha;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_halpha_6564_ew</name><description>SLINEFIT Halpha equivalent width in absorption</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>abs_halpha_6564_errew</name><description>Uncertainty on SLINEFIT Halpha equivalent width in absorption</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line.Halpha</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6718_flux</name><description>SLINEFIT SII 6718 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6718_errflux</name><description>Uncertainty on SLINEFIT SII 6718 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6718_fluxbkg</name><description>SLINEFIT SII 6718 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6718_errfluxbkg</name><description>Uncertainty on SLINEFIT SII 6718 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6718_ew</name><description>SLINEFIT SII 6718 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6718_errew</name><description>Uncertainty on SLINEFIT SII 6718 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6732_flux</name><description>SLINEFIT SII 6732 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6732_errflux</name><description>Uncertainty on SLINEFIT SII 6732 measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6732_fluxbkg</name><description>SLINEFIT SII 6732 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6732_errfluxbkg</name><description>Uncertainty on SLINEFIT SII 6732 background flux measure in emission</description><unit>erg.cm**-2.s**-1</unit><ucd>stat.error;phot.flux;em.line;instr.background</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6732_ew</name><description>SLINEFIT SII 6732 equivalent width in emission</description><unit>Angstrom</unit><ucd>spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_sii_6732_errew</name><description>Uncertainty on SLINEFIT SII 6732 equivalent width in emission</description><unit>Angstrom</unit><ucd>stat.error;spect.line.eqWidth;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>spectrum_accref</name><description>Access key for the associated spectrum</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>el_cosmos_dr1</name><title>EL COSMOS DR1</title><description> Synthetic emission line fluxes and spectra of COSMOS2015 sources.</description><table><name>el_cosmos_dr1.catalogue</name><description>EL COSMOS DR1: modeled magnitude and emission line fluxes of
COSMOS2015 sources.</description><nrows>518404</nrows><column g-colstat:fillFactor="1" g-colstat:max-value="995746" g-colstat:median="610936" g-colstat:min-value="216439" g-colstat:percentile03="251792" g-colstat:percentile97="971407"><name>id</name><description>Unique identifier from the COSMOS2015 catalogue</description><ucd>meta.id;meta.main</ucd><dataType xsi:type="vs:VOTableType">int</dataType><flag>indexed</flag><flag>primary</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="150.787" g-colstat:median="150.073" g-colstat:min-value="149.411" g-colstat:percentile03="149.453" g-colstat:percentile97="150.723"><name>ra</name><description>Right Ascension (J2000)</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="2.81412" g-colstat:median="2.22827" g-colstat:min-value="1.61453" g-colstat:percentile03="1.66573" g-colstat:percentile97="2.78016"><name>dec</name><description>Declination (J2000)</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="5.9949" g-colstat:median="1.2253" g-colstat:min-value="0.005" g-colstat:percentile03="0.1939" g-colstat:percentile97="3.9856"><name>zphot</name><description>Photometric redshift</description><ucd>src.redshift.phot</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="12.2135" g-colstat:median="8.93896" g-colstat:min-value="3.99428" g-colstat:percentile03="6.85036" g-colstat:percentile97="10.7163"><name>mass_best</name><description>Mass from the best fitting model</description><unit>log(solMass)</unit><ucd>phys.mass;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="0.2326" g-colstat:min-value="-35.13" g-colstat:percentile03="-2.863" g-colstat:percentile97="1.761"><name>sfr_best</name><description>Star Formation Rate from the best fitting model</description><unit>log(solMass/yr)</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:median="-8.791" g-colstat:min-value="-42.46" g-colstat:percentile03="-11.56" g-colstat:percentile97="-7.341"><name>ssfr_best</name><description>Specific Star Formation Rate from the best fitting model</description><unit>yr**-1</unit><ucd>phys.SFR;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="54.1934" g-colstat:median="26.3095" g-colstat:min-value="17.9174" g-colstat:percentile03="23.4815" g-colstat:percentile97="34.6305"><name>u_cfht</name><description>CFHT u band AB magnitude from the best fitting model</description><unit>mag</unit><ucd>phot.mag;em.opt.U;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="46.7963" g-colstat:median="25.9294" g-colstat:min-value="16.9181" g-colstat:percentile03="23.0161" g-colstat:percentile97="29.0464"><name>g_hsc</name><description>HSC g band AB magnitude from the best fitting model</description><unit>mag</unit><ucd>phot.mag;em.opt.B;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="38.2472" g-colstat:median="25.6016" g-colstat:min-value="16.4405" g-colstat:percentile03="22.3156" g-colstat:percentile97="27.7403"><name>r_hsc</name><description>HSC r band AB magnitude from the best fitting model</description><unit>mag</unit><ucd>phot.mag;em.opt.R;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="37.4274" g-colstat:median="25.3279" g-colstat:min-value="16.1678" g-colstat:percentile03="21.7135" g-colstat:percentile97="27.2437"><name>i_hsc</name><description>HSC i band AB magnitude from the best fitting model</description><unit>mag</unit><ucd>phot.mag;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="36.9318" g-colstat:median="25.1458" g-colstat:min-value="15.9718" g-colstat:percentile03="21.3922" g-colstat:percentile97="27.0785"><name>z_hsc</name><description>HSC z band AB magnitude from the best fitting model</description><unit>mag</unit><ucd>phot.mag;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="36.6939" g-colstat:median="25.0324" g-colstat:min-value="15.8661" g-colstat:percentile03="21.2347" g-colstat:percentile97="26.9732"><name>y_hsc</name><description>HSC y band AB magnitude from the best fitting model</description><unit>mag</unit><ucd>phot.mag;em.opt.I;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="35.8261" g-colstat:median="24.7313" g-colstat:min-value="15.6991" g-colstat:percentile03="20.8447" g-colstat:percentile97="26.7556"><name>j_vista</name><description>VISTA J band AB magnitude from the best fitting model</description><unit>mag</unit><ucd>phot.mag;em.IR.J;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="34.2047" g-colstat:median="24.4646" g-colstat:min-value="15.4712" g-colstat:percentile03="20.5123" g-colstat:percentile97="26.5505"><name>h_vista</name><description>VISTA H band AB magnitude from the best fitting model</description><unit>mag</unit><ucd>phot.mag;em.IR.H;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="33.0248" g-colstat:median="24.3021" g-colstat:min-value="15.4792" g-colstat:percentile03="20.2837" g-colstat:percentile97="26.431"><name>k_vista</name><description>VISTA K band AB magnitude from the best fitting model</description><unit>mag</unit><ucd>phot.mag;em.IR.K;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1.2717e-14" g-colstat:median="1.36372e-17" g-colstat:min-value="4.49711e-22" g-colstat:percentile03="9.53861e-19" g-colstat:percentile97="1.58802e-16"><name>oii</name><description>[OII] (3728 Å) flux from the best fitting model</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="5.08675e-15" g-colstat:median="5.76513e-18" g-colstat:min-value="1.49231e-22" g-colstat:percentile03="3.7241e-19" g-colstat:percentile97="7.50338e-17"><name>hb</name><description>Hβ (4863 Å) flux from the best fitting model</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="4.43425e-15" g-colstat:median="4.40957e-18" g-colstat:min-value="7.19503e-23" g-colstat:percentile03="1.24025e-19" g-colstat:percentile97="7.40389e-17"><name>oiiia</name><description>[OIIIa] (4959 Å) flux from the best fitting model</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1.31927e-14" g-colstat:median="1.2998e-17" g-colstat:min-value="2.09885e-22" g-colstat:percentile03="3.63992e-19" g-colstat:percentile97="2.19367e-16"><name>oiiib</name><description>[OIIIb] (5007 Å) flux from the best fitting model</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.OIII;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="2.28951e-14" g-colstat:median="2.20127e-17" g-colstat:min-value="4.28294e-22" g-colstat:percentile03="1.11499e-18" g-colstat:percentile97="3.4211e-16"><name>ha</name><description>Hα (6565 Å) flux from the best fitting model</description><unit>erg.cm**-2.s**-1</unit><ucd>phot.flux;em.line.Halpha;stat.fit;meta.modelled</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="9" g-colstat:median="5" g-colstat:min-value="1" g-colstat:percentile03="1" g-colstat:percentile97="9"><name>field_zone</name><description>Zone in the field (see readme)</description><ucd>meta.code;obs.field</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>spectrum_link</name><description>Link to the FITS of the best fitting spectrum</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>spectrum_preview</name><description>Link to the PNG of the best fitting spectrum</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>spectrum_accref</name><description>Access key for the associated spectrum</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table><table><name>el_cosmos_dr1.spectra</name><description>EL COSMOS DR1: modeled spectra of COSMOS2015 sources.</description><column><name>accref</name><description>Access key for the data</description><ucd>meta.ref.url;meta.dataset</ucd><utype>ssa:Access.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>owner</name><description>Owner of the data</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>embargo</name><description>Date the data will become/became public</description><unit>yr</unit><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>mime</name><description>MIME type of the file served</description><ucd>meta.code.mime</ucd><utype>ssa:Access.Format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="86520" g-colstat:median="86520" g-colstat:min-value="86520" g-colstat:percentile03="86520" g-colstat:percentile97="86520"><name>accsize</name><description>Size of the data in bytes</description><unit>byte</unit><utype>ssa:Access.Size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>ssa_dstitle</name><description>A compact and descriptive designation of the dataset.</description><ucd>meta.title;meta.dataset</ucd><utype>ssa:DataID.Title</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_creatordid</name><description>Dataset identifier assigned by the creator</description><ucd>meta.id</ucd><utype>ssa:DataID.CreatorDID</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_pubdid</name><description>Dataset identifier assigned by the publisher</description><ucd>meta.ref.ivoid</ucd><utype>ssa:Curation.PublisherDID</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>ssa_cdate</name><description>Processing/Creation date</description><ucd>time;meta.dataset</ucd><utype>ssa:DataID.Date</utype><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_pdate</name><description>Date last published.</description><utype>ssa:Curation.Date</utype><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_bandpass</name><description>Bandpass (i.e., rough spectral location) of this dataset; this should be the most appropriate term from the vocabulary http://www.ivoa.net/rdf/messenger.</description><ucd>instr.bandpass</ucd><utype>ssa:DataID.Bandpass</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_cversion</name><description>Creator assigned version for this dataset (will be incremented when this particular item is changed).</description><ucd>meta.version;meta.dataset</ucd><utype>ssa:DataID.Version</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_targname</name><description>Common name of object observed.</description><ucd>meta.id;src</ucd><utype>ssa:Target.Name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_targclass</name><description>Object class (star, QSO,...; use Simbad object classification http://simbad.u-strasbg.fr/simbad/sim-display?data=otypes if at all possible)</description><ucd>src.class</ucd><utype>ssa:Target.Class</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="5.9949" g-colstat:median="1.2253" g-colstat:min-value="0.005" g-colstat:percentile03="0.1939" g-colstat:percentile97="3.9856"><name>ssa_redshift</name><description>Redshift of target object</description><ucd>src.redshift</ucd><utype>ssa:Target.Redshift</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_targetpos</name><description>Equatorial (ICRS) position of the target object.</description><ucd>pos.eq;src</ucd><utype>ssa:Target.pos.spoint</utype><dataType arraysize="2" extendedType="point" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>ssa_snr</name><description>Signal-to-noise ratio estimated for this dataset</description><ucd>stat.snr</ucd><utype>ssa:Derived.SNR</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_location</name><description>ICRS location of aperture center</description><unit>deg</unit><ucd>pos.eq</ucd><utype>ssa:Char.SpatialAxis.Coverage.Location.Value</utype><dataType arraysize="2" extendedType="point" xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>ssa_aperture</name><description>Angular diameter of aperture</description><unit>deg</unit><ucd>phys.angSize;instr.fov</ucd><utype>ssa:Char.SpatialAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_dateobs</name><description>Midpoint of exposure (MJD)</description><unit>d</unit><ucd>time.epoch</ucd><utype>ssa:Char.TimeAxis.Coverage.Location.Value</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>ssa_timeext</name><description>Exposure duration</description><unit>s</unit><ucd>time.duration</ucd><utype>ssa:Char.TimeAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_specmid</name><description>Midpoint of region covered in this dataset</description><unit>m</unit><ucd>instr.bandpass</ucd><utype>ssa:Char.SpectralAxis.Coverage.Location.Value</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_specext</name><description>Width of the spectrum</description><unit>m</unit><ucd>instr.bandwidth</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1.76271e-07" g-colstat:median="5.60776e-08" g-colstat:min-value="2.5326e-08" g-colstat:percentile03="3.00863e-08" g-colstat:percentile97="1.25637e-07"><name>ssa_specstart</name><description>Lower value of spectral coordinate</description><unit>m</unit><ucd>em.wl;stat.min</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Start</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="6.481e-06" g-colstat:median="6.46722e-06" g-colstat:min-value="6.44103e-06" g-colstat:percentile03="6.44849e-06" g-colstat:percentile97="6.48046e-06"><name>ssa_specend</name><description>Upper value of spectral coordinate</description><unit>m</unit><ucd>em.wl;stat.max</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Stop</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="3868" g-colstat:median="3559" g-colstat:min-value="2500" g-colstat:percentile03="2954" g-colstat:percentile97="3818"><name>ssa_length</name><description>Number of points in the spectrum</description><utype>ssa:Dataset.Length</utype><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>ssa_model</name><description>Data model name and version</description><utype>ssa:Dataset.DataModel</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_csysname</name><description>System RA and Dec are given in</description><utype>ssa:CoordSys.SpaceFrame.Name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_timesi</name><description>Time conversion factor in Osuna-Salgado convention.</description><utype>ssa:Dataset.TimeSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spectralsi</name><description>Spectral conversion factor in Osuna-Salgado convention</description><utype>ssa:Dataset.SpectralSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spectralucd</name><description>UCD of the spectral column in the spectra served; when you have wavelengths, use em.wl for vacuum wavelengths, em.wl;obs.atmos for air wavelengths.</description><ucd>meta.ucd</ucd><utype>ssa:Char.SpectralAxis.Ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_spectralunit</name><description>Unit of the spectral column</description><ucd>meta.unit</ucd><utype>ssa:Char.SpectralAxis.Unit</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_fluxsi</name><description>Flux/magnitude conversion factor in Osuna-Salgado convention</description><utype>ssa:Dataset.FluxSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_fluxucd</name><description>UCD of the flux column</description><ucd>meta.ucd</ucd><utype>ssa:Char.FluxAxis.Ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_fluxunit</name><description>Unit of the flux column</description><ucd>meta.unit</ucd><utype>ssa:Char.FluxAxis.Unit</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_dstype</name><description>Type of data (spectrum, time series, etc)</description><utype>ssa:Dataset.Type</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_publisher</name><description>Publisher of the datasets included here.</description><ucd>meta.curation</ucd><utype>ssa:Curation.Publisher</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_creator</name><description>Creator of the datasets included here.</description><utype>ssa:DataID.Creator</utype><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>ssa_collection</name><description>A short handle naming the collection this spectrum belongs to.</description><utype>ssa:DataID.Collection</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_instrument</name><description>Instrument or code used to produce these datasets</description><ucd>meta.id;instr</ucd><utype>ssa:DataID.Instrument</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_datasource</name><description>Method of generation for the data (one of survey, pointed, theory, custom, artificial).</description><utype>ssa:DataID.DataSource</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_creationtype</name><description>Process used to produce the data (archival, cutout, filtered, mosaic, projection, spectralExtraction, or catalogExtraction)</description><utype>ssa:DataID.CreationType</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_reference</name><description>URL or bibcode of a publication describing this data.</description><ucd>meta.bib.bibcode</ucd><utype>ssa:Curation.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_fluxstaterror</name><description>Statistical error in flux</description><ucd>stat.error;phot.flux.density;em</ucd><utype>ssa:Char.FluxAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_fluxsyserror</name><description>Systematic error in flux</description><ucd>stat.error.sys;phot.flux.density;em</ucd><utype>ssa:Char.FluxAxis.Accuracy.SysError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_fluxcalib</name><description>Type of flux calibration (ABSOLUTE, CALIBRATED, RELATIVE, NORMALIZED, or UNCALIBRATED).</description><utype>ssa:Char.FluxAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_binsize</name><description>Bin size in wavelength</description><unit>m</unit><ucd>em.wl;spect.binSize</ucd><utype>ssa:Char.SpectralAxis.Accuracy.BinSize</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spectstaterror</name><description>Statistical error in wavelength</description><unit>m</unit><ucd>stat.error;em</ucd><utype>ssa:Char.SpectralAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spectsyserror</name><description>Systematic error in wavelength</description><unit>m</unit><ucd>stat.error.sys;em</ucd><utype>ssa:Char.SpectralAxis.Accuracy.SysError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_speccalib</name><description>Type of wavelength calibration</description><ucd>meta.code.qual</ucd><utype>ssa:Char.SpectralAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_specres</name><description>Resolution (in meters of wavelength) on the spectral axis</description><unit>m</unit><ucd>spect.resolution;em.wl</ucd><utype>ssa:Char.SpectralAxis.Resolution</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spaceerror</name><description>Statistical error in position</description><unit>deg</unit><ucd>stat.error;pos.eq</ucd><utype>ssa:Char.SpatialAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spacecalib</name><description>Type of calibration in spatial coordinates</description><ucd>meta.code.qual</ucd><utype>ssa:Char.SpatialAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spaceres</name><description>Spatial resolution of data</description><unit>deg</unit><ucd>pos.angResolution</ucd><utype>ssa:Char.SpatialAxis.Resolution</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>datalink</name><description>A link to a datalink document for this spectrum.</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>gama_dr3</name><title>GAMA-DR3 Spectra</title><description> Spectra from the third data release (DR3) of GAMA.</description><table><name>gama_dr3.spectra</name><description> Spectra from the third data release (DR3) of GAMA.</description><column><name>accref</name><description>Access key for the data</description><ucd>meta.ref.url;meta.dataset</ucd><utype>ssa:Access.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>owner</name><description>Owner of the data</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>embargo</name><description>Date the data will become/became public</description><unit>yr</unit><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>mime</name><description>MIME type of the file served</description><ucd>meta.code.mime</ucd><utype>ssa:Access.Format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="30000" g-colstat:median="30000" g-colstat:min-value="30000" g-colstat:percentile03="30000" g-colstat:percentile97="30000"><name>accsize</name><description>Size of the data in bytes</description><unit>byte</unit><utype>ssa:Access.Size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>ssa_dstitle</name><description>A compact and descriptive designation of the dataset.</description><ucd>meta.title;meta.dataset</ucd><utype>ssa:DataID.Title</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_creatordid</name><description>Dataset identifier assigned by the creator</description><ucd>meta.id</ucd><utype>ssa:DataID.CreatorDID</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_pubdid</name><description>Dataset identifier assigned by the publisher</description><ucd>meta.ref.ivoid</ucd><utype>ssa:Curation.PublisherDID</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>ssa_cdate</name><description>Processing/Creation date</description><ucd>time;meta.dataset</ucd><utype>ssa:DataID.Date</utype><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_pdate</name><description>Date last published.</description><utype>ssa:Curation.Date</utype><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_bandpass</name><description>Bandpass (i.e., rough spectral location) of this dataset; this should be the most appropriate term from the vocabulary http://www.ivoa.net/rdf/messenger.</description><ucd>instr.bandpass</ucd><utype>ssa:DataID.Bandpass</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_cversion</name><description>Creator assigned version for this dataset (will be incremented when this particular item is changed).</description><ucd>meta.version;meta.dataset</ucd><utype>ssa:DataID.Version</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_targname</name><description>Common name of object observed.</description><ucd>meta.id;src</ucd><utype>ssa:Target.Name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_targclass</name><description>Object class (star, QSO,...; use Simbad object classification http://simbad.u-strasbg.fr/simbad/sim-display?data=otypes if at all possible)</description><ucd>src.class</ucd><utype>ssa:Target.Class</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="9.9999" g-colstat:median="0.19874" g-colstat:min-value="-9.99901" g-colstat:percentile03="0.02027" g-colstat:percentile97="0.55896"><name>ssa_redshift</name><description>Redshift of target object</description><ucd>src.redshift</ucd><utype>ssa:Target.Redshift</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_targetpos</name><description>Equatorial (ICRS) position of the target object.</description><ucd>pos.eq;src</ucd><utype>ssa:Target.pos.spoint</utype><dataType arraysize="2" extendedType="point" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>ssa_snr</name><description>Signal-to-noise ratio estimated for this dataset</description><ucd>stat.snr</ucd><utype>ssa:Derived.SNR</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_location</name><description>ICRS location of aperture center</description><unit>deg</unit><ucd>pos.eq</ucd><utype>ssa:Char.SpatialAxis.Coverage.Location.Value</utype><dataType arraysize="2" extendedType="point" xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>ssa_aperture</name><description>Angular diameter of aperture</description><unit>deg</unit><ucd>phys.angSize;instr.fov</ucd><utype>ssa:Char.SpatialAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_dateobs</name><description>Midpoint of exposure (MJD)</description><unit>d</unit><ucd>time.epoch</ucd><utype>ssa:Char.TimeAxis.Coverage.Location.Value</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>ssa_timeext</name><description>Exposure duration</description><unit>s</unit><ucd>time.duration</ucd><utype>ssa:Char.TimeAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_specmid</name><description>Midpoint of region covered in this dataset</description><unit>m</unit><ucd>instr.bandpass</ucd><utype>ssa:Char.SpectralAxis.Coverage.Location.Value</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_specext</name><description>Width of the spectrum</description><unit>m</unit><ucd>instr.bandwidth</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="5.83848e-07" g-colstat:median="3.72755e-07" g-colstat:min-value="3.51071e-07" g-colstat:percentile03="3.58861e-07" g-colstat:percentile97="3.81681e-07"><name>ssa_specstart</name><description>Lower value of spectral coordinate</description><unit>m</unit><ucd>em.wl;stat.min</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Start</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1.0998e-06" g-colstat:median="8.85733e-07" g-colstat:min-value="6.16453e-07" g-colstat:percentile03="8.00979e-07" g-colstat:percentile97="1.03205e-06"><name>ssa_specend</name><description>Upper value of spectral coordinate</description><unit>m</unit><ucd>em.wl;stat.max</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Stop</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="4960" g-colstat:median="4953" g-colstat:min-value="557" g-colstat:percentile03="1024" g-colstat:percentile97="4954"><name>ssa_length</name><description>Number of points in the spectrum</description><utype>ssa:Dataset.Length</utype><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>ssa_model</name><description>Data model name and version</description><utype>ssa:Dataset.DataModel</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_csysname</name><description>System RA and Dec are given in</description><utype>ssa:CoordSys.SpaceFrame.Name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_timesi</name><description>Time conversion factor in Osuna-Salgado convention.</description><utype>ssa:Dataset.TimeSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spectralsi</name><description>Spectral conversion factor in Osuna-Salgado convention</description><utype>ssa:Dataset.SpectralSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spectralucd</name><description>UCD of the spectral column in the spectra served; when you have wavelengths, use em.wl for vacuum wavelengths, em.wl;obs.atmos for air wavelengths.</description><ucd>meta.ucd</ucd><utype>ssa:Char.SpectralAxis.Ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_spectralunit</name><description>Unit of the spectral column</description><ucd>meta.unit</ucd><utype>ssa:Char.SpectralAxis.Unit</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_fluxsi</name><description>Flux/magnitude conversion factor in Osuna-Salgado convention</description><utype>ssa:Dataset.FluxSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_fluxucd</name><description>UCD of the flux column</description><ucd>meta.ucd</ucd><utype>ssa:Char.FluxAxis.Ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_fluxunit</name><description>Unit of the flux column</description><ucd>meta.unit</ucd><utype>ssa:Char.FluxAxis.Unit</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_dstype</name><description>Type of data (spectrum, time series, etc)</description><utype>ssa:Dataset.Type</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_publisher</name><description>Publisher of the datasets included here.</description><ucd>meta.curation</ucd><utype>ssa:Curation.Publisher</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_creator</name><description>Creator of the datasets included here.</description><utype>ssa:DataID.Creator</utype><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>ssa_collection</name><description>A short handle naming the collection this spectrum belongs to.</description><utype>ssa:DataID.Collection</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_instrument</name><description>Instrument or code used to produce these datasets</description><ucd>meta.id;instr</ucd><utype>ssa:DataID.Instrument</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_datasource</name><description>Method of generation for the data (one of survey, pointed, theory, custom, artificial).</description><utype>ssa:DataID.DataSource</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_creationtype</name><description>Process used to produce the data (archival, cutout, filtered, mosaic, projection, spectralExtraction, or catalogExtraction)</description><utype>ssa:DataID.CreationType</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_reference</name><description>URL or bibcode of a publication describing this data.</description><ucd>meta.bib.bibcode</ucd><utype>ssa:Curation.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_fluxstaterror</name><description>Statistical error in flux</description><ucd>stat.error;phot.flux.density;em</ucd><utype>ssa:Char.FluxAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_fluxsyserror</name><description>Systematic error in flux</description><ucd>stat.error.sys;phot.flux.density;em</ucd><utype>ssa:Char.FluxAxis.Accuracy.SysError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_fluxcalib</name><description>Type of flux calibration (ABSOLUTE, CALIBRATED, RELATIVE, NORMALIZED, or UNCALIBRATED).</description><utype>ssa:Char.FluxAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_binsize</name><description>Bin size in wavelength</description><unit>m</unit><ucd>em.wl;spect.binSize</ucd><utype>ssa:Char.SpectralAxis.Accuracy.BinSize</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spectstaterror</name><description>Statistical error in wavelength</description><unit>m</unit><ucd>stat.error;em</ucd><utype>ssa:Char.SpectralAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spectsyserror</name><description>Systematic error in wavelength</description><unit>m</unit><ucd>stat.error.sys;em</ucd><utype>ssa:Char.SpectralAxis.Accuracy.SysError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_speccalib</name><description>Type of wavelength calibration</description><ucd>meta.code.qual</ucd><utype>ssa:Char.SpectralAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_specres</name><description>Resolution (in meters of wavelength) on the spectral axis</description><unit>m</unit><ucd>spect.resolution;em.wl</ucd><utype>ssa:Char.SpectralAxis.Resolution</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spaceerror</name><description>Statistical error in position</description><unit>deg</unit><ucd>stat.error;pos.eq</ucd><utype>ssa:Char.SpatialAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spacecalib</name><description>Type of calibration in spatial coordinates</description><ucd>meta.code.qual</ucd><utype>ssa:Char.SpatialAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spaceres</name><description>Spatial resolution of data</description><unit>deg</unit><ucd>pos.angResolution</ucd><utype>ssa:Char.SpatialAxis.Resolution</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>specid</name><description>Unique ID of the spectrum</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column g-colstat:fillFactor="1" g-colstat:max-value="8.00902e+06" g-colstat:median="460541" g-colstat:min-value="6802" g-colstat:percentile03="23287.6" g-colstat:percentile97="3.59118e+06"><name>cataid</name><description>ID of the matched GAMA object</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">long</dataType></column><column><name>is_best</name><description>Spectrum with best redshift for this object?</description><ucd>meta.code</ucd><dataType xsi:type="vs:VOTableType">boolean</dataType></column><column><name>is_sbest</name><description>Spectrum with best redshift for this object in originating survey?</description><ucd>meta.code</ucd><dataType xsi:type="vs:VOTableType">boolean</dataType></column><column><name>datalink</name><description>A link to a datalink document for this spectrum.</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>muse_wide_dr1</name><title>MUSE-Wide DR1 spectra</title><description> Spectra of MUSE-Wide (version 1.0) sources on GOODS-South field.</description><table><name>muse_wide_dr1.spectra</name><description> MUSE-Wide (version 1.0) spectra on GOODS-South field.</description><column><name>accref</name><description>Access key for the data</description><ucd>meta.ref.url;meta.dataset</ucd><utype>ssa:Access.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>owner</name><description>Owner of the data</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>embargo</name><description>Date the data will become/became public</description><unit>yr</unit><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>mime</name><description>MIME type of the file served</description><ucd>meta.code.mime</ucd><utype>ssa:Access.Format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="86520" g-colstat:median="86520" g-colstat:min-value="86520" g-colstat:percentile03="86520" g-colstat:percentile97="86520"><name>accsize</name><description>Size of the data in bytes</description><unit>byte</unit><utype>ssa:Access.Size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>ssa_dstitle</name><description>A compact and descriptive designation of the dataset.</description><ucd>meta.title;meta.dataset</ucd><utype>ssa:DataID.Title</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_creatordid</name><description>Dataset identifier assigned by the creator</description><ucd>meta.id</ucd><utype>ssa:DataID.CreatorDID</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_pubdid</name><description>Dataset identifier assigned by the publisher</description><ucd>meta.ref.ivoid</ucd><utype>ssa:Curation.PublisherDID</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>ssa_cdate</name><description>Processing/Creation date</description><ucd>time;meta.dataset</ucd><utype>ssa:DataID.Date</utype><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_pdate</name><description>Date last published.</description><utype>ssa:Curation.Date</utype><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_bandpass</name><description>Bandpass (i.e., rough spectral location) of this dataset; this should be the most appropriate term from the vocabulary http://www.ivoa.net/rdf/messenger.</description><ucd>instr.bandpass</ucd><utype>ssa:DataID.Bandpass</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_cversion</name><description>Creator assigned version for this dataset (will be incremented when this particular item is changed).</description><ucd>meta.version;meta.dataset</ucd><utype>ssa:DataID.Version</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_targname</name><description>Common name of object observed.</description><ucd>meta.id;src</ucd><utype>ssa:Target.Name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_targclass</name><description>Object class (star, QSO,...; use Simbad object classification http://simbad.u-strasbg.fr/simbad/sim-display?data=otypes if at all possible)</description><ucd>src.class</ucd><utype>ssa:Target.Class</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="5.99709" g-colstat:median="0.9539" g-colstat:min-value="0.0377493" g-colstat:percentile03="0.232184" g-colstat:percentile97="5.07618"><name>ssa_redshift</name><description>Redshift of target object</description><ucd>src.redshift</ucd><utype>ssa:Target.Redshift</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_targetpos</name><description>Equatorial (ICRS) position of the target object.</description><ucd>pos.eq;src</ucd><utype>ssa:Target.pos.spoint</utype><dataType arraysize="2" extendedType="point" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>ssa_snr</name><description>Signal-to-noise ratio estimated for this dataset</description><ucd>stat.snr</ucd><utype>ssa:Derived.SNR</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_location</name><description>ICRS location of aperture center</description><unit>deg</unit><ucd>pos.eq</ucd><utype>ssa:Char.SpatialAxis.Coverage.Location.Value</utype><dataType arraysize="2" extendedType="point" xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>ssa_aperture</name><description>Angular diameter of aperture</description><unit>deg</unit><ucd>phys.angSize;instr.fov</ucd><utype>ssa:Char.SpatialAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_dateobs</name><description>Midpoint of exposure (MJD)</description><unit>d</unit><ucd>time.epoch</ucd><utype>ssa:Char.TimeAxis.Coverage.Location.Value</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>ssa_timeext</name><description>Exposure duration</description><unit>s</unit><ucd>time.duration</ucd><utype>ssa:Char.TimeAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_specmid</name><description>Midpoint of region covered in this dataset</description><unit>m</unit><ucd>instr.bandpass</ucd><utype>ssa:Char.SpectralAxis.Coverage.Location.Value</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_specext</name><description>Width of the spectrum</description><unit>m</unit><ucd>instr.bandwidth</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="4.75155e-07" g-colstat:median="4.75119e-07" g-colstat:min-value="4.75105e-07" g-colstat:percentile03="4.75105e-07" g-colstat:percentile97="4.75155e-07"><name>ssa_specstart</name><description>Lower value of spectral coordinate</description><unit>m</unit><ucd>em.wl;stat.min</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Start</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="9.35279e-07" g-colstat:median="9.35229e-07" g-colstat:min-value="9.35117e-07" g-colstat:percentile03="9.35117e-07" g-colstat:percentile97="9.35279e-07"><name>ssa_specend</name><description>Upper value of spectral coordinate</description><unit>m</unit><ucd>em.wl;stat.max</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Stop</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="3681" g-colstat:median="3681" g-colstat:min-value="3680" g-colstat:percentile03="3680" g-colstat:percentile97="3681"><name>ssa_length</name><description>Number of points in the spectrum</description><utype>ssa:Dataset.Length</utype><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>ssa_model</name><description>Data model name and version</description><utype>ssa:Dataset.DataModel</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_csysname</name><description>System RA and Dec are given in</description><utype>ssa:CoordSys.SpaceFrame.Name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_timesi</name><description>Time conversion factor in Osuna-Salgado convention.</description><utype>ssa:Dataset.TimeSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spectralsi</name><description>Spectral conversion factor in Osuna-Salgado convention</description><utype>ssa:Dataset.SpectralSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spectralucd</name><description>UCD of the spectral column in the spectra served; when you have wavelengths, use em.wl for vacuum wavelengths, em.wl;obs.atmos for air wavelengths.</description><ucd>meta.ucd</ucd><utype>ssa:Char.SpectralAxis.Ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_spectralunit</name><description>Unit of the spectral column</description><ucd>meta.unit</ucd><utype>ssa:Char.SpectralAxis.Unit</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_fluxsi</name><description>Flux/magnitude conversion factor in Osuna-Salgado convention</description><utype>ssa:Dataset.FluxSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_fluxucd</name><description>UCD of the flux column</description><ucd>meta.ucd</ucd><utype>ssa:Char.FluxAxis.Ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_fluxunit</name><description>Unit of the flux column</description><ucd>meta.unit</ucd><utype>ssa:Char.FluxAxis.Unit</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_dstype</name><description>Type of data (spectrum, time series, etc)</description><utype>ssa:Dataset.Type</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_publisher</name><description>Publisher of the datasets included here.</description><ucd>meta.curation</ucd><utype>ssa:Curation.Publisher</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_creator</name><description>Creator of the datasets included here.</description><utype>ssa:DataID.Creator</utype><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>ssa_collection</name><description>A short handle naming the collection this spectrum belongs to.</description><utype>ssa:DataID.Collection</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_instrument</name><description>Instrument or code used to produce these datasets</description><ucd>meta.id;instr</ucd><utype>ssa:DataID.Instrument</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_datasource</name><description>Method of generation for the data (one of survey, pointed, theory, custom, artificial).</description><utype>ssa:DataID.DataSource</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_creationtype</name><description>Process used to produce the data (archival, cutout, filtered, mosaic, projection, spectralExtraction, or catalogExtraction)</description><utype>ssa:DataID.CreationType</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_reference</name><description>URL or bibcode of a publication describing this data.</description><ucd>meta.bib.bibcode</ucd><utype>ssa:Curation.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_fluxstaterror</name><description>Statistical error in flux</description><ucd>stat.error;phot.flux.density;em</ucd><utype>ssa:Char.FluxAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_fluxsyserror</name><description>Systematic error in flux</description><ucd>stat.error.sys;phot.flux.density;em</ucd><utype>ssa:Char.FluxAxis.Accuracy.SysError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_fluxcalib</name><description>Type of flux calibration (ABSOLUTE, CALIBRATED, RELATIVE, NORMALIZED, or UNCALIBRATED).</description><utype>ssa:Char.FluxAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_binsize</name><description>Bin size in wavelength</description><unit>m</unit><ucd>em.wl;spect.binSize</ucd><utype>ssa:Char.SpectralAxis.Accuracy.BinSize</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spectstaterror</name><description>Statistical error in wavelength</description><unit>m</unit><ucd>stat.error;em</ucd><utype>ssa:Char.SpectralAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spectsyserror</name><description>Systematic error in wavelength</description><unit>m</unit><ucd>stat.error.sys;em</ucd><utype>ssa:Char.SpectralAxis.Accuracy.SysError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_speccalib</name><description>Type of wavelength calibration</description><ucd>meta.code.qual</ucd><utype>ssa:Char.SpectralAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_specres</name><description>Resolution (in meters of wavelength) on the spectral axis</description><unit>m</unit><ucd>spect.resolution;em.wl</ucd><utype>ssa:Char.SpectralAxis.Resolution</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spaceerror</name><description>Statistical error in position</description><unit>deg</unit><ucd>stat.error;pos.eq</ucd><utype>ssa:Char.SpatialAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spacecalib</name><description>Type of calibration in spatial coordinates</description><ucd>meta.code.qual</ucd><utype>ssa:Char.SpatialAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spaceres</name><description>Spatial resolution of data</description><unit>deg</unit><ucd>pos.angResolution</ucd><utype>ssa:Char.SpatialAxis.Resolution</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>datalink</name><description>A link to a datalink document for this spectrum.</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>sides</name><title> SIDES</title><description> A simulation of the extragalactic sky including clustering based on
empirical prescriptions.</description><table><name>sides.bolshoi2022</name><description> A simulation of the extragalactic sky including clustering based on
empirical prescriptions.</description><nrows>5600000</nrows><column g-colstat:fillFactor="1" g-colstat:max-value="5.585e+06" g-colstat:median="2.79366e+06" g-colstat:min-value="2" g-colstat:percentile03="167566" g-colstat:percentile97="5.41729e+06"><name>index</name><description>Internal identifier</description><ucd>meta.id;meta.main</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="9.98871" g-colstat:median="2.75099" g-colstat:min-value="0.025468" g-colstat:percentile03="0.462072" g-colstat:percentile97="5.96672"><name>redshift</name><description>Redshift</description><ucd>src.redshift</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1.4" g-colstat:median="0.704685" g-colstat:min-value="0" g-colstat:percentile03="0.042807" g-colstat:percentile97="1.35793"><name>ra</name><description>Simulated Right Ascension</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1.4" g-colstat:median="0.697853" g-colstat:min-value="0" g-colstat:percentile03="0.042237" g-colstat:percentile97="1.35717"><name>dec</name><description>Simulated Declination</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="4.19086e+14" g-colstat:median="3.74838e+10" g-colstat:min-value="7.61873e+07" g-colstat:percentile03="6.17124e+09" g-colstat:percentile97="4.59189e+11"><name>mhalo</name><description>Host halo mass</description><unit>solMass</unit><ucd>phys.mass</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="3.98584e+11" g-colstat:median="3.33569e+07" g-colstat:min-value="1e+07" g-colstat:percentile03="1.05412e+07" g-colstat:percentile97="4.11413e+09"><name>mstar</name><description>Stellar mass</description><unit>solMass</unit><ucd>phys.mass</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1" g-colstat:median="0" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1"><name>qflag</name><description>Quenching flag (0: star-forming, 1: passive)</description><ucd>meta.code</ucd><dataType xsi:type="vs:VOTableType">short</dataType></column><column g-colstat:fillFactor="1" g-colstat:max-value="995.668" g-colstat:median="0.0708477" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="6.76741"><name>sfr</name><description>Star Formation Rate</description><unit>solMass/yr</unit><ucd>phys.sfr</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1" g-colstat:median="0" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0"><name>issb</name><description>Staburst flag (0:normal, 1: starburst)</description><ucd>meta.code</ucd><dataType xsi:type="vs:VOTableType">short</dataType></column><column g-colstat:fillFactor="1" g-colstat:max-value="55.7747" g-colstat:median="0.962185" g-colstat:min-value="0.110123" g-colstat:percentile03="0.6971" g-colstat:percentile97="1.16699"><name>mu</name><description>Lensing magnification</description><ucd>arith.factor</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="106004" g-colstat:median="23461.5" g-colstat:min-value="114.897" g-colstat:percentile03="2656.04" g-colstat:percentile97="58665.7"><name>dlum</name><description>Luminosity distance</description><unit>Mpc</unit><ucd>pos.distance</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="391.09" g-colstat:median="23.1782" g-colstat:min-value="0.911286" g-colstat:percentile03="4.73937" g-colstat:percentile97="86.9885"><name>umean</name><description>Intensity of the radiation field</description><ucd>phys</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="9.95668e+12" g-colstat:median="7.08477e+08" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="6.76741e+10"><name>lir</name><description>Infrared luminosity</description><unit>solLum</unit><ucd>phys.luminosity;em.IR</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="8.41043e+12" g-colstat:median="5.2644e+08" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="5.02988e+10"><name>lfir</name><description>Far Infrared luminosity</description><unit>solLum</unit><ucd>phys.luminosity;em.IR</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.0379376" g-colstat:median="2.35546e-08" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="8.52557e-06"><name>s24</name><description>24 microns monochromatic flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.IR.15-30um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.34026" g-colstat:median="1.49346e-07" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="5.24888e-05"><name>s70</name><description>70 microns monochromatic flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.IR.60-100um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.506671" g-colstat:median="3.33554e-07" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.000131239"><name>s100</name><description>100 microns monochromatic flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.IR.60-100um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.441149" g-colstat:median="1.36593e-06" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.000321772"><name>s160</name><description>160 microns monochromatic flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.mm.1500-3000GHz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.192054" g-colstat:median="2.71107e-06" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.000429845"><name>s250</name><description>250 microns monochromatic flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.mm.750-1500GHz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.101234" g-colstat:median="2.80455e-06" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.000369634"><name>s350</name><description>350 microns monochromatic flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.mm.750-1500GHz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.0518013" g-colstat:median="1.97946e-06" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.000229931"><name>s500</name><description>500 microns monochromatic flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.mm.400-750GHz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.0200724" g-colstat:median="6.6957e-07" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="7.02568e-05"><name>s850</name><description>850 microns monochromatic flux density</description><unit>Jy</unit><ucd>phot.flux;em.mm.200-400GHz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.0115698" g-colstat:median="3.30477e-07" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="3.41506e-05"><name>s1100</name><description>1100 microns monochromatic flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.mm.200-400GHz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.00205498" g-colstat:median="5.15781e-08" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="5.38239e-06"><name>s2000</name><description>2000 microns monochromatic flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.mm.100-200GHz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.037315" g-colstat:median="2.66914e-08" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="8.7219e-06"><name>smips24</name><description>MIPS 24 micron flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.IR.15-30um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.338774" g-colstat:median="1.55217e-07" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="5.46609e-05"><name>spacs70</name><description>PACS 70 micron flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.IR.60-100um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.495209" g-colstat:median="3.52732e-07" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.000132986"><name>spacs100</name><description>PACS 100 micron flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.IR.60-100um</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.427153" g-colstat:median="1.35406e-06" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.00031303"><name>spacs160</name><description>PACS 160 micron flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.mm.1500-3000GHz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.20017" g-colstat:median="2.65472e-06" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.000424927"><name>sspire250</name><description>SPIRE 250 micron flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.mm.750-1500GHz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.105111" g-colstat:median="2.79427e-06" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.00037118"><name>sspire350</name><description>SPIRE 350 micron flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.mm.750-1500GHz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.0530471" g-colstat:median="2.01996e-06" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.00023714"><name>sspire500</name><description>SPIRE 500 micron flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.mm.400-750GHz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.00993943" g-colstat:median="2.78092e-07" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="2.87431e-05"><name>snika1200</name><description>NIKA2 1200 micron flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.mm.200-400GHz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="0.00224636" g-colstat:median="5.682e-08" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="5.92297e-06"><name>snika2000</name><description>NIKA2 2000 micron flux density</description><unit>Jy</unit><ucd>phot.flux.density;em.mm.100-200GHz</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="2.84746e+11" g-colstat:median="5.10022e+07" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="2.08733e+09"><name>lprimco10</name><description>Pseudo luminosity of CO(1-0)</description><unit>K.km.s**-1.pc**2</unit><ucd>phys.luminosity;em.line.CO</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="17.0105" g-colstat:median="0.000176796" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.0122604"><name>ico10</name><description>Flux of the CO(1-0) line</description><unit>Jy.km.s**-1</unit><ucd>phot.flux;em.line.CO</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="40.6666" g-colstat:median="0.000449097" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.0300723"><name>ico21</name><description>Flux of the CO(2-1) line</description><unit>Jy.km.s**-1</unit><ucd>phot.flux;em.line.CO</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="50.4192" g-colstat:median="0.000626091" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.0385474"><name>ico32</name><description>Flux of the CO(3-2) line</description><unit>Jy.km.s**-1</unit><ucd>phot.flux;em.line.CO</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="68.6609" g-colstat:median="0.000962359" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.0531579"><name>ico43</name><description>Flux of the CO(4-3) line</description><unit>Jy.km.s**-1</unit><ucd>phot.flux;em.line.CO</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="80.1942" g-colstat:median="0.00122301" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.0640819"><name>ico54</name><description>Flux of the CO(5-4) line</description><unit>Jy.km.s**-1</unit><ucd>phot.flux;em.line.CO</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="50.3951" g-colstat:median="0.000763958" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.0418168"><name>ico65</name><description>Flux of the CO(6-5) line</description><unit>Jy.km.s**-1</unit><ucd>phot.flux;em.line.CO</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="37.196" g-colstat:median="0.000450094" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.0259645"><name>ico76</name><description>Flux of the CO(7-6) line</description><unit>Jy.km.s**-1</unit><ucd>phot.flux;em.line.CO</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="37.196" g-colstat:median="0.000236309" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.0149194"><name>ico87</name><description>Flux of the CO(8-7) line</description><unit>Jy.km.s**-1</unit><ucd>phot.flux;em.line.CO</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="2.00601e+11" g-colstat:median="338010" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="8.4199e+07"><name>lcii_lagache</name><description>Luminosity of [CII] line using the L18 relation</description><unit>solLum</unit><ucd>phys.luminosity;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="3538.01" g-colstat:median="0.00131703" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.55841"><name>icii_lagache</name><description>Flux of [CII] line using the L18 relation</description><unit>Jy.km.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="3.03335e+10" g-colstat:median="828371" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="8.26617e+07"><name>lcii_de_looze</name><description>Luminosity of [CII] line using the DL14 relation</description><unit>solLum</unit><ucd>phys.luminosity;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1052.89" g-colstat:median="0.00358308" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.528869"><name>icii_de_looze</name><description>Flux of [CII] line using the DL14 relation</description><unit>Jy.km.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="74.9318" g-colstat:median="0.000653687" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.0360903"><name>ici10</name><description>Flux of [CI](1-0) line</description><unit>Jy.km.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="59.7952" g-colstat:median="0.000527727" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="0.0309386"><name>ici21</name><description>Flux of [CI](2-1) line</description><unit>Jy.km.s**-1</unit><ucd>phot.flux;em.line</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column></table></schema><schema><name>vipers_dr2</name><title>VIPERS DR2 Spectra</title><description> Spectra from the second data release (PDR-2) of VIPERS.</description><table><name>vipers_dr2.spectra</name><description> Spectra from the second data release (PDR-2) of VIPERS.</description><column><name>accref</name><description>Access key for the data</description><ucd>meta.ref.url;meta.dataset</ucd><utype>ssa:Access.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>owner</name><description>Owner of the data</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>embargo</name><description>Date the data will become/became public</description><unit>yr</unit><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>mime</name><description>MIME type of the file served</description><ucd>meta.code.mime</ucd><utype>ssa:Access.Format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="20160" g-colstat:median="20160" g-colstat:min-value="20160" g-colstat:percentile03="20160" g-colstat:percentile97="20160"><name>accsize</name><description>Size of the data in bytes</description><unit>byte</unit><utype>ssa:Access.Size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>ssa_dstitle</name><description>A compact and descriptive designation of the dataset.</description><ucd>meta.title;meta.dataset</ucd><utype>ssa:DataID.Title</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_creatordid</name><description>Dataset identifier assigned by the creator</description><ucd>meta.id</ucd><utype>ssa:DataID.CreatorDID</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_pubdid</name><description>Dataset identifier assigned by the publisher</description><ucd>meta.ref.ivoid</ucd><utype>ssa:Curation.PublisherDID</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>ssa_cdate</name><description>Processing/Creation date</description><ucd>time;meta.dataset</ucd><utype>ssa:DataID.Date</utype><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_pdate</name><description>Date last published.</description><utype>ssa:Curation.Date</utype><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_bandpass</name><description>Bandpass (i.e., rough spectral location) of this dataset; this should be the most appropriate term from the vocabulary http://www.ivoa.net/rdf/messenger.</description><ucd>instr.bandpass</ucd><utype>ssa:DataID.Bandpass</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_cversion</name><description>Creator assigned version for this dataset (will be incremented when this particular item is changed).</description><ucd>meta.version;meta.dataset</ucd><utype>ssa:DataID.Version</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_targname</name><description>Common name of object observed.</description><ucd>meta.id;src</ucd><utype>ssa:Target.Name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_targclass</name><description>Object class (star, QSO,...; use Simbad object classification http://simbad.u-strasbg.fr/simbad/sim-display?data=otypes if at all possible)</description><ucd>src.class</ucd><utype>ssa:Target.Class</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="4.5588" g-colstat:median="0.691" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="1.16038"><name>ssa_redshift</name><description>Redshift of target object</description><ucd>src.redshift</ucd><utype>ssa:Target.Redshift</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_targetpos</name><description>Equatorial (ICRS) position of the target object.</description><ucd>pos.eq;src</ucd><utype>ssa:Target.pos.spoint</utype><dataType arraysize="2" extendedType="point" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>ssa_snr</name><description>Signal-to-noise ratio estimated for this dataset</description><ucd>stat.snr</ucd><utype>ssa:Derived.SNR</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_location</name><description>ICRS location of aperture center</description><unit>deg</unit><ucd>pos.eq</ucd><utype>ssa:Char.SpatialAxis.Coverage.Location.Value</utype><dataType arraysize="2" extendedType="point" xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>ssa_aperture</name><description>Angular diameter of aperture</description><unit>deg</unit><ucd>phys.angSize;instr.fov</ucd><utype>ssa:Char.SpatialAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_dateobs</name><description>Midpoint of exposure (MJD)</description><unit>d</unit><ucd>time.epoch</ucd><utype>ssa:Char.TimeAxis.Coverage.Location.Value</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>ssa_timeext</name><description>Exposure duration</description><unit>s</unit><ucd>time.duration</ucd><utype>ssa:Char.TimeAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_specmid</name><description>Midpoint of region covered in this dataset</description><unit>m</unit><ucd>instr.bandpass</ucd><utype>ssa:Char.SpectralAxis.Coverage.Location.Value</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_specext</name><description>Width of the spectrum</description><unit>m</unit><ucd>instr.bandwidth</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="5.51428e-07" g-colstat:median="5.51428e-07" g-colstat:min-value="5.51428e-07" g-colstat:percentile03="5.51428e-07" g-colstat:percentile97="5.51428e-07"><name>ssa_specstart</name><description>Lower value of spectral coordinate</description><unit>m</unit><ucd>em.wl;stat.min</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Start</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="9.48412e-07" g-colstat:median="9.48412e-07" g-colstat:min-value="9.48412e-07" g-colstat:percentile03="9.48412e-07" g-colstat:percentile97="9.48412e-07"><name>ssa_specend</name><description>Upper value of spectral coordinate</description><unit>m</unit><ucd>em.wl;stat.max</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Stop</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="557" g-colstat:median="557" g-colstat:min-value="557" g-colstat:percentile03="557" g-colstat:percentile97="557"><name>ssa_length</name><description>Number of points in the spectrum</description><utype>ssa:Dataset.Length</utype><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>ssa_model</name><description>Data model name and version</description><utype>ssa:Dataset.DataModel</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_csysname</name><description>System RA and Dec are given in</description><utype>ssa:CoordSys.SpaceFrame.Name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_timesi</name><description>Time conversion factor in Osuna-Salgado convention.</description><utype>ssa:Dataset.TimeSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spectralsi</name><description>Spectral conversion factor in Osuna-Salgado convention</description><utype>ssa:Dataset.SpectralSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spectralucd</name><description>UCD of the spectral column in the spectra served; when you have wavelengths, use em.wl for vacuum wavelengths, em.wl;obs.atmos for air wavelengths.</description><ucd>meta.ucd</ucd><utype>ssa:Char.SpectralAxis.Ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_spectralunit</name><description>Unit of the spectral column</description><ucd>meta.unit</ucd><utype>ssa:Char.SpectralAxis.Unit</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_fluxsi</name><description>Flux/magnitude conversion factor in Osuna-Salgado convention</description><utype>ssa:Dataset.FluxSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_fluxucd</name><description>UCD of the flux column</description><ucd>meta.ucd</ucd><utype>ssa:Char.FluxAxis.Ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_fluxunit</name><description>Unit of the flux column</description><ucd>meta.unit</ucd><utype>ssa:Char.FluxAxis.Unit</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_dstype</name><description>Type of data (spectrum, time series, etc)</description><utype>ssa:Dataset.Type</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_publisher</name><description>Publisher of the datasets included here.</description><ucd>meta.curation</ucd><utype>ssa:Curation.Publisher</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_creator</name><description>Creator of the datasets included here.</description><utype>ssa:DataID.Creator</utype><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>ssa_collection</name><description>A short handle naming the collection this spectrum belongs to.</description><utype>ssa:DataID.Collection</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_instrument</name><description>Instrument or code used to produce these datasets</description><ucd>meta.id;instr</ucd><utype>ssa:DataID.Instrument</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_datasource</name><description>Method of generation for the data (one of survey, pointed, theory, custom, artificial).</description><utype>ssa:DataID.DataSource</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_creationtype</name><description>Process used to produce the data (archival, cutout, filtered, mosaic, projection, spectralExtraction, or catalogExtraction)</description><utype>ssa:DataID.CreationType</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_reference</name><description>URL or bibcode of a publication describing this data.</description><ucd>meta.bib.bibcode</ucd><utype>ssa:Curation.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_fluxstaterror</name><description>Statistical error in flux</description><ucd>stat.error;phot.flux.density;em</ucd><utype>ssa:Char.FluxAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_fluxsyserror</name><description>Systematic error in flux</description><ucd>stat.error.sys;phot.flux.density;em</ucd><utype>ssa:Char.FluxAxis.Accuracy.SysError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_fluxcalib</name><description>Type of flux calibration (ABSOLUTE, CALIBRATED, RELATIVE, NORMALIZED, or UNCALIBRATED).</description><utype>ssa:Char.FluxAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_binsize</name><description>Bin size in wavelength</description><unit>m</unit><ucd>em.wl;spect.binSize</ucd><utype>ssa:Char.SpectralAxis.Accuracy.BinSize</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spectstaterror</name><description>Statistical error in wavelength</description><unit>m</unit><ucd>stat.error;em</ucd><utype>ssa:Char.SpectralAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spectsyserror</name><description>Systematic error in wavelength</description><unit>m</unit><ucd>stat.error.sys;em</ucd><utype>ssa:Char.SpectralAxis.Accuracy.SysError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_speccalib</name><description>Type of wavelength calibration</description><ucd>meta.code.qual</ucd><utype>ssa:Char.SpectralAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_specres</name><description>Resolution (in meters of wavelength) on the spectral axis</description><unit>m</unit><ucd>spect.resolution;em.wl</ucd><utype>ssa:Char.SpectralAxis.Resolution</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spaceerror</name><description>Statistical error in position</description><unit>deg</unit><ucd>stat.error;pos.eq</ucd><utype>ssa:Char.SpatialAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spacecalib</name><description>Type of calibration in spatial coordinates</description><ucd>meta.code.qual</ucd><utype>ssa:Char.SpatialAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spaceres</name><description>Spatial resolution of data</description><unit>deg</unit><ucd>pos.angResolution</ucd><utype>ssa:Char.SpatialAxis.Resolution</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>datalink</name><description>A link to a datalink document for this spectrum.</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>vuds_dr1</name><title>VUDS-DR1</title><description> Spectra from the VIMOS Ultra–Deep Survey (VUDS) DR1 release</description><table><name>vuds_dr1.spectra</name><description>VUDS DR1 spectra</description><column><name>accref</name><description>Access key for the data</description><ucd>meta.ref.url;meta.dataset</ucd><utype>ssa:Access.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>owner</name><description>Owner of the data</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>embargo</name><description>Date the data will become/became public</description><unit>yr</unit><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>mime</name><description>MIME type of the file served</description><ucd>meta.code.mime</ucd><utype>ssa:Access.Format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="86520" g-colstat:median="86520" g-colstat:min-value="86520" g-colstat:percentile03="86520" g-colstat:percentile97="86520"><name>accsize</name><description>Size of the data in bytes</description><unit>byte</unit><utype>ssa:Access.Size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>ssa_dstitle</name><description>A compact and descriptive designation of the dataset.</description><ucd>meta.title;meta.dataset</ucd><utype>ssa:DataID.Title</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_creatordid</name><description>Dataset identifier assigned by the creator</description><ucd>meta.id</ucd><utype>ssa:DataID.CreatorDID</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_pubdid</name><description>Dataset identifier assigned by the publisher</description><ucd>meta.ref.ivoid</ucd><utype>ssa:Curation.PublisherDID</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>ssa_cdate</name><description>Processing/Creation date</description><ucd>time;meta.dataset</ucd><utype>ssa:DataID.Date</utype><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_pdate</name><description>Date last published.</description><utype>ssa:Curation.Date</utype><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_bandpass</name><description>Bandpass (i.e., rough spectral location) of this dataset; this should be the most appropriate term from the vocabulary http://www.ivoa.net/rdf/messenger.</description><ucd>instr.bandpass</ucd><utype>ssa:DataID.Bandpass</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_cversion</name><description>Creator assigned version for this dataset (will be incremented when this particular item is changed).</description><ucd>meta.version;meta.dataset</ucd><utype>ssa:DataID.Version</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_targname</name><description>Common name of object observed.</description><ucd>meta.id;src</ucd><utype>ssa:Target.Name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_targclass</name><description>Object class (star, QSO,...; use Simbad object classification http://simbad.u-strasbg.fr/simbad/sim-display?data=otypes if at all possible)</description><ucd>src.class</ucd><utype>ssa:Target.Class</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="6.4418" g-colstat:median="2.4806" g-colstat:min-value="0" g-colstat:percentile03="0.169601" g-colstat:percentile97="4.69654"><name>ssa_redshift</name><description>Redshift of target object</description><ucd>src.redshift</ucd><utype>ssa:Target.Redshift</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_targetpos</name><description>Equatorial (ICRS) position of the target object.</description><ucd>pos.eq;src</ucd><utype>ssa:Target.pos.spoint</utype><dataType arraysize="2" extendedType="point" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>ssa_snr</name><description>Signal-to-noise ratio estimated for this dataset</description><ucd>stat.snr</ucd><utype>ssa:Derived.SNR</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_location</name><description>ICRS location of aperture center</description><unit>deg</unit><ucd>pos.eq</ucd><utype>ssa:Char.SpatialAxis.Coverage.Location.Value</utype><dataType arraysize="2" extendedType="point" xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>ssa_aperture</name><description>Angular diameter of aperture</description><unit>deg</unit><ucd>phys.angSize;instr.fov</ucd><utype>ssa:Char.SpatialAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_dateobs</name><description>Midpoint of exposure (MJD)</description><unit>d</unit><ucd>time.epoch</ucd><utype>ssa:Char.TimeAxis.Coverage.Location.Value</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>ssa_timeext</name><description>Exposure duration</description><unit>s</unit><ucd>time.duration</ucd><utype>ssa:Char.TimeAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_specmid</name><description>Midpoint of region covered in this dataset</description><unit>m</unit><ucd>instr.bandpass</ucd><utype>ssa:Char.SpectralAxis.Coverage.Location.Value</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_specext</name><description>Width of the spectrum</description><unit>m</unit><ucd>instr.bandwidth</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="3.51071e-07" g-colstat:median="3.51071e-07" g-colstat:min-value="3.51071e-07" g-colstat:percentile03="3.51071e-07" g-colstat:percentile97="3.51071e-07"><name>ssa_specstart</name><description>Lower value of spectral coordinate</description><unit>m</unit><ucd>em.wl;stat.min</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Start</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="9.48689e-07" g-colstat:median="9.48689e-07" g-colstat:min-value="9.48689e-07" g-colstat:percentile03="9.48689e-07" g-colstat:percentile97="9.48689e-07"><name>ssa_specend</name><description>Upper value of spectral coordinate</description><unit>m</unit><ucd>em.wl;stat.max</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Stop</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1117" g-colstat:median="1117" g-colstat:min-value="1117" g-colstat:percentile03="1117" g-colstat:percentile97="1117"><name>ssa_length</name><description>Number of points in the spectrum</description><utype>ssa:Dataset.Length</utype><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>ssa_model</name><description>Data model name and version</description><utype>ssa:Dataset.DataModel</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_csysname</name><description>System RA and Dec are given in</description><utype>ssa:CoordSys.SpaceFrame.Name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_timesi</name><description>Time conversion factor in Osuna-Salgado convention.</description><utype>ssa:Dataset.TimeSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spectralsi</name><description>Spectral conversion factor in Osuna-Salgado convention</description><utype>ssa:Dataset.SpectralSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spectralucd</name><description>UCD of the spectral column in the spectra served; when you have wavelengths, use em.wl for vacuum wavelengths, em.wl;obs.atmos for air wavelengths.</description><ucd>meta.ucd</ucd><utype>ssa:Char.SpectralAxis.Ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_spectralunit</name><description>Unit of the spectral column</description><ucd>meta.unit</ucd><utype>ssa:Char.SpectralAxis.Unit</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_fluxsi</name><description>Flux/magnitude conversion factor in Osuna-Salgado convention</description><utype>ssa:Dataset.FluxSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_fluxucd</name><description>UCD of the flux column</description><ucd>meta.ucd</ucd><utype>ssa:Char.FluxAxis.Ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_fluxunit</name><description>Unit of the flux column</description><ucd>meta.unit</ucd><utype>ssa:Char.FluxAxis.Unit</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_dstype</name><description>Type of data (spectrum, time series, etc)</description><utype>ssa:Dataset.Type</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_publisher</name><description>Publisher of the datasets included here.</description><ucd>meta.curation</ucd><utype>ssa:Curation.Publisher</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_creator</name><description>Creator of the datasets included here.</description><utype>ssa:DataID.Creator</utype><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>ssa_collection</name><description>A short handle naming the collection this spectrum belongs to.</description><utype>ssa:DataID.Collection</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_instrument</name><description>Instrument or code used to produce these datasets</description><ucd>meta.id;instr</ucd><utype>ssa:DataID.Instrument</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_datasource</name><description>Method of generation for the data (one of survey, pointed, theory, custom, artificial).</description><utype>ssa:DataID.DataSource</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_creationtype</name><description>Process used to produce the data (archival, cutout, filtered, mosaic, projection, spectralExtraction, or catalogExtraction)</description><utype>ssa:DataID.CreationType</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_reference</name><description>URL or bibcode of a publication describing this data.</description><ucd>meta.bib.bibcode</ucd><utype>ssa:Curation.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_fluxstaterror</name><description>Statistical error in flux</description><ucd>stat.error;phot.flux.density;em</ucd><utype>ssa:Char.FluxAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_fluxsyserror</name><description>Systematic error in flux</description><ucd>stat.error.sys;phot.flux.density;em</ucd><utype>ssa:Char.FluxAxis.Accuracy.SysError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_fluxcalib</name><description>Type of flux calibration (ABSOLUTE, CALIBRATED, RELATIVE, NORMALIZED, or UNCALIBRATED).</description><utype>ssa:Char.FluxAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_binsize</name><description>Bin size in wavelength</description><unit>m</unit><ucd>em.wl;spect.binSize</ucd><utype>ssa:Char.SpectralAxis.Accuracy.BinSize</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spectstaterror</name><description>Statistical error in wavelength</description><unit>m</unit><ucd>stat.error;em</ucd><utype>ssa:Char.SpectralAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spectsyserror</name><description>Systematic error in wavelength</description><unit>m</unit><ucd>stat.error.sys;em</ucd><utype>ssa:Char.SpectralAxis.Accuracy.SysError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_speccalib</name><description>Type of wavelength calibration</description><ucd>meta.code.qual</ucd><utype>ssa:Char.SpectralAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_specres</name><description>Resolution (in meters of wavelength) on the spectral axis</description><unit>m</unit><ucd>spect.resolution;em.wl</ucd><utype>ssa:Char.SpectralAxis.Resolution</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spaceerror</name><description>Statistical error in position</description><unit>deg</unit><ucd>stat.error;pos.eq</ucd><utype>ssa:Char.SpatialAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spacecalib</name><description>Type of calibration in spatial coordinates</description><ucd>meta.code.qual</ucd><utype>ssa:Char.SpatialAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spaceres</name><description>Spatial resolution of data</description><unit>deg</unit><ucd>pos.angResolution</ucd><utype>ssa:Char.SpatialAxis.Resolution</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>datalink</name><description>A link to a datalink document for this spectrum.</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>zcosmos_20k</name><title>zCOSMOS 20k Bright Spectra</title><description> Spectra from the third data release (DR3) of zCOSMOS 20k bright.</description><table><name>zcosmos_20k.spectra</name><description> Spectra from the third data release (DR3) of zCOSMOS 20k bright.</description><column><name>accref</name><description>Access key for the data</description><ucd>meta.ref.url;meta.dataset</ucd><utype>ssa:Access.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>owner</name><description>Owner of the data</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>embargo</name><description>Date the data will become/became public</description><unit>yr</unit><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>mime</name><description>MIME type of the file served</description><ucd>meta.code.mime</ucd><utype>ssa:Access.Format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="57600" g-colstat:median="57600" g-colstat:min-value="57600" g-colstat:percentile03="57600" g-colstat:percentile97="57600"><name>accsize</name><description>Size of the data in bytes</description><unit>byte</unit><utype>ssa:Access.Size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>ssa_dstitle</name><description>A compact and descriptive designation of the dataset.</description><ucd>meta.title;meta.dataset</ucd><utype>ssa:DataID.Title</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_creatordid</name><description>Dataset identifier assigned by the creator</description><ucd>meta.id</ucd><utype>ssa:DataID.CreatorDID</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_pubdid</name><description>Dataset identifier assigned by the publisher</description><ucd>meta.ref.ivoid</ucd><utype>ssa:Curation.PublisherDID</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>ssa_cdate</name><description>Processing/Creation date</description><ucd>time;meta.dataset</ucd><utype>ssa:DataID.Date</utype><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_pdate</name><description>Date last published.</description><utype>ssa:Curation.Date</utype><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_bandpass</name><description>Bandpass (i.e., rough spectral location) of this dataset; this should be the most appropriate term from the vocabulary http://www.ivoa.net/rdf/messenger.</description><ucd>instr.bandpass</ucd><utype>ssa:DataID.Bandpass</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_cversion</name><description>Creator assigned version for this dataset (will be incremented when this particular item is changed).</description><ucd>meta.version;meta.dataset</ucd><utype>ssa:DataID.Version</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_targname</name><description>Common name of object observed.</description><ucd>meta.id;src</ucd><utype>ssa:Target.Name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_targclass</name><description>Object class (star, QSO,...; use Simbad object classification http://simbad.u-strasbg.fr/simbad/sim-display?data=otypes if at all possible)</description><ucd>src.class</ucd><utype>ssa:Target.Class</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="4.4474" g-colstat:median="0.5" g-colstat:min-value="-9.9999" g-colstat:percentile03="-9.9999" g-colstat:percentile97="1.13636"><name>ssa_redshift</name><description>Redshift of target object</description><ucd>src.redshift</ucd><utype>ssa:Target.Redshift</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_targetpos</name><description>Equatorial (ICRS) position of the target object.</description><ucd>pos.eq;src</ucd><utype>ssa:Target.pos.spoint</utype><dataType arraysize="2" extendedType="point" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1.90393e+07" g-colstat:median="2.9344" g-colstat:min-value="0.0936081" g-colstat:percentile03="0.800913" g-colstat:percentile97="20.9954"><name>ssa_snr</name><description>Signal-to-noise ratio estimated for this dataset</description><ucd>stat.snr</ucd><utype>ssa:Derived.SNR</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_location</name><description>ICRS location of aperture center</description><unit>deg</unit><ucd>pos.eq</ucd><utype>ssa:Char.SpatialAxis.Coverage.Location.Value</utype><dataType arraysize="2" extendedType="point" xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>ssa_aperture</name><description>Angular diameter of aperture</description><unit>deg</unit><ucd>phys.angSize;instr.fov</ucd><utype>ssa:Char.SpatialAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="54973" g-colstat:median="53880" g-colstat:min-value="53463.1" g-colstat:percentile03="53491.1" g-colstat:percentile97="54860.2"><name>ssa_dateobs</name><description>Midpoint of exposure (MJD)</description><unit>d</unit><ucd>time.epoch</ucd><utype>ssa:Char.TimeAxis.Coverage.Location.Value</utype><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="7200.11" g-colstat:median="3600.04" g-colstat:min-value="720.011" g-colstat:percentile03="3599.78" g-colstat:percentile97="4319.93"><name>ssa_timeext</name><description>Exposure duration</description><unit>s</unit><ucd>time.duration</ucd><utype>ssa:Char.TimeAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_specmid</name><description>Midpoint of region covered in this dataset</description><unit>m</unit><ucd>instr.bandpass</ucd><utype>ssa:Char.SpectralAxis.Coverage.Location.Value</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_specext</name><description>Width of the spectrum</description><unit>m</unit><ucd>instr.bandwidth</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Extent</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="5.50511e-07" g-colstat:median="5.50511e-07" g-colstat:min-value="5.50511e-07" g-colstat:percentile03="5.50511e-07" g-colstat:percentile97="5.50511e-07"><name>ssa_specstart</name><description>Lower value of spectral coordinate</description><unit>m</unit><ucd>em.wl;stat.min</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Start</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="9.69458e-07" g-colstat:median="9.69458e-07" g-colstat:min-value="9.69458e-07" g-colstat:percentile03="9.69458e-07" g-colstat:percentile97="9.69458e-07"><name>ssa_specend</name><description>Upper value of spectral coordinate</description><unit>m</unit><ucd>em.wl;stat.max</ucd><utype>ssa:Char.SpectralAxis.Coverage.Bounds.Stop</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="1642" g-colstat:median="1642" g-colstat:min-value="1642" g-colstat:percentile03="1642" g-colstat:percentile97="1642"><name>ssa_length</name><description>Number of points in the spectrum</description><utype>ssa:Dataset.Length</utype><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>ssa_model</name><description>Data model name and version</description><utype>ssa:Dataset.DataModel</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_csysname</name><description>System RA and Dec are given in</description><utype>ssa:CoordSys.SpaceFrame.Name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_timesi</name><description>Time conversion factor in Osuna-Salgado convention.</description><utype>ssa:Dataset.TimeSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spectralsi</name><description>Spectral conversion factor in Osuna-Salgado convention</description><utype>ssa:Dataset.SpectralSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spectralucd</name><description>UCD of the spectral column in the spectra served; when you have wavelengths, use em.wl for vacuum wavelengths, em.wl;obs.atmos for air wavelengths.</description><ucd>meta.ucd</ucd><utype>ssa:Char.SpectralAxis.Ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_spectralunit</name><description>Unit of the spectral column</description><ucd>meta.unit</ucd><utype>ssa:Char.SpectralAxis.Unit</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_fluxsi</name><description>Flux/magnitude conversion factor in Osuna-Salgado convention</description><utype>ssa:Dataset.FluxSI</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_fluxucd</name><description>UCD of the flux column</description><ucd>meta.ucd</ucd><utype>ssa:Char.FluxAxis.Ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_fluxunit</name><description>Unit of the flux column</description><ucd>meta.unit</ucd><utype>ssa:Char.FluxAxis.Unit</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_dstype</name><description>Type of data (spectrum, time series, etc)</description><utype>ssa:Dataset.Type</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_publisher</name><description>Publisher of the datasets included here.</description><ucd>meta.curation</ucd><utype>ssa:Curation.Publisher</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType></column><column><name>ssa_creator</name><description>Creator of the datasets included here.</description><utype>ssa:DataID.Creator</utype><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>ssa_collection</name><description>A short handle naming the collection this spectrum belongs to.</description><utype>ssa:DataID.Collection</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_instrument</name><description>Instrument or code used to produce these datasets</description><ucd>meta.id;instr</ucd><utype>ssa:DataID.Instrument</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_datasource</name><description>Method of generation for the data (one of survey, pointed, theory, custom, artificial).</description><utype>ssa:DataID.DataSource</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_creationtype</name><description>Process used to produce the data (archival, cutout, filtered, mosaic, projection, spectralExtraction, or catalogExtraction)</description><utype>ssa:DataID.CreationType</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_reference</name><description>URL or bibcode of a publication describing this data.</description><ucd>meta.bib.bibcode</ucd><utype>ssa:Curation.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_fluxstaterror</name><description>Statistical error in flux</description><ucd>stat.error;phot.flux.density;em</ucd><utype>ssa:Char.FluxAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_fluxsyserror</name><description>Systematic error in flux</description><ucd>stat.error.sys;phot.flux.density;em</ucd><utype>ssa:Char.FluxAxis.Accuracy.SysError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_fluxcalib</name><description>Type of flux calibration (ABSOLUTE, CALIBRATED, RELATIVE, NORMALIZED, or UNCALIBRATED).</description><utype>ssa:Char.FluxAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_binsize</name><description>Bin size in wavelength</description><unit>m</unit><ucd>em.wl;spect.binSize</ucd><utype>ssa:Char.SpectralAxis.Accuracy.BinSize</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spectstaterror</name><description>Statistical error in wavelength</description><unit>m</unit><ucd>stat.error;em</ucd><utype>ssa:Char.SpectralAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spectsyserror</name><description>Systematic error in wavelength</description><unit>m</unit><ucd>stat.error.sys;em</ucd><utype>ssa:Char.SpectralAxis.Accuracy.SysError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_speccalib</name><description>Type of wavelength calibration</description><ucd>meta.code.qual</ucd><utype>ssa:Char.SpectralAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_specres</name><description>Resolution (in meters of wavelength) on the spectral axis</description><unit>m</unit><ucd>spect.resolution;em.wl</ucd><utype>ssa:Char.SpectralAxis.Resolution</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spaceerror</name><description>Statistical error in position</description><unit>deg</unit><ucd>stat.error;pos.eq</ucd><utype>ssa:Char.SpatialAxis.Accuracy.StatError</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssa_spacecalib</name><description>Type of calibration in spatial coordinates</description><ucd>meta.code.qual</ucd><utype>ssa:Char.SpatialAxis.Calibration</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ssa_spaceres</name><description>Spatial resolution of data</description><unit>deg</unit><ucd>pos.angResolution</ucd><utype>ssa:Char.SpatialAxis.Resolution</utype><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column g-colstat:fillFactor="1" g-colstat:max-value="960004" g-colstat:median="825979" g-colstat:min-value="700137" g-colstat:percentile03="803855" g-colstat:percentile97="848847"><name>zcosmos_id</name><description>zCOSMOS identifier</description><ucd>meta.id</ucd><dataType xsi:type="vs:VOTableType">int</dataType></column><column g-colstat:fillFactor="1" g-colstat:max-value="212.5" g-colstat:median="3.5" g-colstat:min-value="0" g-colstat:percentile03="0" g-colstat:percentile97="21.4"><name>cc</name><description>Redshift Confidence Class</description><ucd>meta.code.qual;src.redshift</ucd><dataType xsi:type="vs:VOTableType">double</dataType></column><column><name>datalink</name><description>A link to a datalink document for this spectrum.</description><ucd>meta.ref.url</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema></tableset></ri:Resource>