<?xml version='1.0'?><?xml-stylesheet href='/static/xsl/oai.xsl' type='text/xsl'?><oai:OAI-PMH xmlns:oai="http://www.openarchives.org/OAI/2.0/" 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://www.openarchives.org/OAI/2.0/ http://vo.ari.uni-heidelberg.de/docs/schemata/OAI-PMH.xsd http://www.ivoa.net/xml/RegistryInterface/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/RegistryInterface-v1.0.xsd http://www.ivoa.net/xml/TAPRegExt/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/TAPRegExt-v1.0.xsd http://www.ivoa.net/xml/VORegistry/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/VORegistry-v1.0.xsd http://www.ivoa.net/xml/VOResource/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/VOResource-v1.1.xsd http://www.ivoa.net/xml/VODataService/v1.1 http://vo.ari.uni-heidelberg.de/docs/schemata/VODataService-v1.1.xsd"><oai:responseDate>2026-04-17T01:06:58.594211</oai:responseDate><oai:metadata><ri:Resource created="2009-12-01T10:00:00" status="active" updated="2017-02-05T18:45:04" xsi:type="vs:CatalogService"><title>VOXastro Data Center TAP service</title><shortName>VOXAstro TAP</shortName><identifier>ivo://voxastro.org/tap</identifier><curation><publisher>Virtual Observatory for Extragalactic Astrophysics</publisher><creator><name>VOXAstro admin</name><logo>http://rcsed.sai.msu.ru/media/images/icons/favicon.ico</logo></creator><date role="updated">2017-02-05T18:45:04</date><contact><name>VOXAstro admin</name><address>13 Universitetsky prospect, Moscow 119992, Russia</address><email>chil@sai.msu.ru</email><telephone>+18572505718</telephone></contact></curation><content><subject>Virtual observatory</subject><subject>Catalogs</subject><subject>ADQL</subject><description>The VOXastro Data Center's TAP end point. The Table Access
Protocol (TAP) lets you execute queries against our database tables,
inspect various metadata, and upload your own data. It is thus the
VO's premier way to access public data holdings.

Tables exposed through this endpoint include: galaxyzoo, rcsed, rcsed_fibermags, rcsed_gasmet, rcsed_lines_gauss, rcsed_lines_nonpar, rcsed_lines_nonpar_reg, simard_table2, simard_table3 from the specphot schema, columns, groups, key_columns, keys, schemas, tables from the tap_schema schema, emptyobscore, obscore from the ivoa schema.</description><referenceURL>http://rcsed-vo.sai.msu.ru/__system__/tap/run/info</referenceURL></content><capability standardID="ivo://ivoa.net/std/TAP" xsi:type="tr:TableAccess"><interface role="std" xsi:type="vs:ParamHTTP"><accessURL use="base">http://rcsed-vo.sai.msu.ru/tap</accessURL></interface><dataModel ivo-id="ivo://ivoa.net/std/obscore-1.0">Obscore-1.0</dataModel><language><name>ADQL</name><version ivo-id="ivo://ivoa.net/std/ADQL#v2.0">2.0</version><description>ADQL 2.0</description><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-udf"><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>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_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>gavo_to_jd(d TIMESTAMP) -&gt; DOUBLE PRECISION</form><description>The function converts a postgres timestamp to julian date.
This is naive; no corrections for timezones, let alone time
scales or the like are done; you can thus not expect this to be
good to second-precision unless you are careful in the construction
of the timestamp.</description></feature><feature><form>gavo_to_mjd(d TIMESTAMP) -&gt; DOUBLE PRECISION</form><description>The function converts a postgres timestamp to modified julian date.
This is naive; no corrections for timezones, let alone time
scales or the like are done; you can thus not expect this to be
good to second-precision unless you are careful in the construction
of the timestamp.</description></feature><feature><form>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_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_apply_pm(ra DOUBLE PRECISION, dec DOUBLE PRECISION, pmra DOUBLE PRECISION, pmde DOUBLE PRECISON, epdist DOUBLE PRECISION) -&gt; POINT</form><description>Returns a POINT (in the UNDEFINED reference frame) for the position
an object at ra/dec with proper motion pmra/pmde has after epdist years.

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

NOTE: This currently is a crappy approximation that does *not* go
through the tangential plane.  If you use it, let the operators know
so we replace it with something real.</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.</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
http://www.postgresql.org/docs/8.3/static/textsearch.html
for details.</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></language><outputFormat ivo-id="ivo://ivoa.net/std/TAPRegExt#output-votable-binary"><mime>text/xml</mime></outputFormat><outputFormat><mime>text/html</mime><alias>html</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></outputFormat><outputFormat><mime>application/fits</mime><alias>fits</alias></outputFormat><outputFormat><mime>text/csv</mime></outputFormat><outputFormat><mime>text/csv;header=present</mime><alias>csv</alias></outputFormat><outputFormat ivo-id="ivo://ivoa.net/std/TAPRegEXT#output-votable-td"><mime>application/x-votable+xml;serialization=tabledata</mime><alias>votable/td</alias></outputFormat><outputFormat><mime>application/json</mime><alias>json</alias></outputFormat><outputFormat ivo-id="ivo://ivoa.net/std/TAPRegExt#output-votable-binary"><mime>application/x-votable+xml</mime><alias>votable</alias></outputFormat><outputFormat><mime>text/plain</mime></outputFormat><outputFormat><mime>text/tab-separated-values</mime><alias>tsv</alias></outputFormat><uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-https"/><uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-ftp"/><uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-inline"/><uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-http"/><retentionPeriod><default>172800</default></retentionPeriod><executionDuration><default>3600</default></executionDuration><outputLimit><default unit="row">2000</default><hard unit="row">20000000</hard></outputLimit><uploadLimit><hard unit="byte">20000000</hard></uploadLimit></capability><capability standardID="ivo://ivoa.net/std/VOSI#availability"><interface xsi:type="vs:ParamHTTP"><accessURL use="full">http://rcsed-vo.sai.msu.ru/__system__/tap/run/availability</accessURL></interface></capability><capability standardID="ivo://ivoa.net/std/VOSI#capabilities"><interface xsi:type="vs:ParamHTTP"><accessURL use="full">http://rcsed-vo.sai.msu.ru/__system__/tap/run/capabilities</accessURL></interface></capability><capability standardID="ivo://ivoa.net/std/VOSI#tables"><interface xsi:type="vs:ParamHTTP"><accessURL use="full">http://rcsed-vo.sai.msu.ru/__system__/tap/run/tableMetadata</accessURL></interface></capability><capability standardID="ivo://ivoa.net/std/DALI#examples-1.0"><interface xsi:type="vr:WebBrowser"><accessURL use="full">http://rcsed-vo.sai.msu.ru/__system__/tap/run/examples</accessURL></interface></capability><tableset><schema><name>ivoa</name><description>Definition and support code for the ObsCore data model and table.</description><table><name>ivoa.emptyobscore</name><description>An empty table having all columns of the obscore table. Useful
internally, and sometimes for tricky queries.</description><column><name>dataproduct_type</name><description>High level scientific classification of the data product, taken from an enumeration</description><ucd>meta.id</ucd><utype>obscore:obs.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.id</ucd><utype>obscore:obs.dataproductsubtype</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>calib_level</name><description>Amount of data processing that has been applied to the data</description><ucd>meta.code;obs.calib</ucd><utype>obscore:obs.caliblevel</utype><dataType arraysize="1" 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.url;meta.curation</ucd><utype>obscore:curation.publisherdid</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_creator_did</name><description>Dataset identifier assigned by the creator.</description><ucd>meta.id</ucd><utype>obscore:dataid.creatordid</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_url</name><description>The URL at which to obtain the data set.</description><ucd>meta.ref.url</ucd><utype>obscore:access.reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_format</name><description>MIME type of the resource at access_url</description><ucd>meta.code.mime</ucd><utype>obscore:access.format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_estsize</name><description>Estimated size of data product</description><unit>kbyte</unit><ucd>phys.size;meta.file</ucd><utype>obscore:access.size</utype><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>target_name</name><description>Object a targeted observation targeted</description><ucd>meta.id;src</ucd><utype>obscore:target.name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_class</name><description>Class of the target object (star, QSO, ...)</description><ucd>src.class</ucd><utype>obscore:target.class</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>s_ra</name><description>RA of (center of) observation, ICRS</description><unit>deg</unit><ucd>pos.eq.ra</ucd><utype>obscore:char.spatialaxis.coverage.location.coord.position2d.value2.c1</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>s_dec</name><description>Dec of (center of) observation, ICRS</description><unit>deg</unit><ucd>pos.eq.dec</ucd><utype>obscore:char.spatialaxis.coverage.location.coord.position2d.value2.c2</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>s_fov</name><description>Approximate spatial extent for the region covered by the observation</description><unit>deg</unit><ucd>phys.angSize;instr.fov</ucd><utype>obscore:char.spatialaxis.coverage.bounds.extent.diameter</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>s_region</name><description>Region covered by the observation, as a polygon</description><ucd>phys.angArea;obs</ucd><utype>obscore:char.spatialaxis.coverage.support.area</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>s_resolution</name><description>Best spatial resolution within the data set</description><unit>arcsec</unit><ucd>pos.angResolution</ucd><utype>obscore:Char.SpatialAxis.Resolution.refval</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>t_min</name><description>Lower bound of times represented in the data set, as MJD</description><unit>d</unit><ucd>time.start;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.bounds.limits.interval.starttime</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>t_max</name><description>Upper bound of times represented in the data set, as MJD</description><unit>d</unit><ucd>time.end;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.bounds.limits.interval.stoptime</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>t_exptime</name><description>Total exporure time</description><unit>s</unit><ucd>time.duration;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.support.extent</utype><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>t_resolution</name><description>Minimal significant time interval along the time axis</description><unit>s</unit><ucd>time.resolution</ucd><utype>obscore:char.timeaxis.resolution.refval</utype><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>em_min</name><description>Minimal wavelength represented within the data set</description><unit>m</unit><ucd>em.wl;stat.min</ucd><utype>obscore:char.spectralaxis.coverage.bounds.limits.interval.lolim</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_max</name><description>Maximal wavelength represented within the data set</description><unit>m</unit><ucd>em.wl;stat.max</ucd><utype>obscore:char.spectralaxis.coverage.bounds.limits.interval.hilim</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_res_power</name><description>Spectral resolving power delta lambda/lamda</description><ucd>spect.resolution</ucd><utype>obscore:char.spectralaxis.resolution.resolpower.refval</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>o_ucd</name><description>UCD for the product's observable</description><ucd>meta.ucd</ucd><utype>obscore:char.observableaxis.ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>pol_states</name><description>List of polarization states in the data set</description><ucd>meta.code;phys.polarization</ucd><utype>obscore:Char.PolarizationAxis.stateList</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>facility_name</name><description>Name of the facility at which data was taken</description><ucd>meta.id;instr.tel</ucd><utype>obscore:Provenance.ObsConfig.facility.name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>instrument_name</name><description>Name of the instrument that produced the data</description><ucd>meta.id;instr</ucd><utype>obscore:Provenance.ObsConfig.instrument.name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>s_xel1</name><description>Number of elements (typically pixels) along the first spatial axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpatialAxis.numBins1</utype><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>s_xel2</name><description>Number of elements (typically pixels) along the second spatial axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpatialAxis.numBins1</utype><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>t_xel</name><description>Number of elements (typically pixels) along the time axis.</description><ucd>meta.number</ucd><utype>obscore:Char.TimeAxis.numBins</utype><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>em_xel</name><description>Number of elements (typically pixels) along the spectral axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpectralAxis.numBins</utype><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>pol_xel</name><description>Number of elements (typically pixels) along the polarization axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpectralAxis.numBins</utype><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>s_pixel_scale</name><description>Sampling period in world coordinate units along the spatial axis</description><unit>arcsec</unit><ucd>phys.angSize;instr.pixel</ucd><utype>obscore:Char.SpatialAxis.Sampling.RefVal.SamplingPeriod</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_ucd</name><description>Nature of the product's spectral axis</description><ucd>meta.ucd</ucd><utype>obscore:Char.SpectralAxis.ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table><table><name>ivoa.obscore</name><description>The IVOA-defined obscore table, containing generic metadata for
datasets within this datacenter.</description><column><name>dataproduct_type</name><description>High level scientific classification of the data product, taken from an enumeration</description><ucd>meta.id</ucd><utype>obscore:obs.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.id</ucd><utype>obscore:obs.dataproductsubtype</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>calib_level</name><description>Amount of data processing that has been applied to the data</description><ucd>meta.code;obs.calib</ucd><utype>obscore:obs.caliblevel</utype><dataType arraysize="1" 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.url;meta.curation</ucd><utype>obscore:curation.publisherdid</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_creator_did</name><description>Dataset identifier assigned by the creator.</description><ucd>meta.id</ucd><utype>obscore:dataid.creatordid</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_url</name><description>The URL at which to obtain the data set.</description><ucd>meta.ref.url</ucd><utype>obscore:access.reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_format</name><description>MIME type of the resource at access_url</description><ucd>meta.code.mime</ucd><utype>obscore:access.format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>access_estsize</name><description>Estimated size of data product</description><unit>kbyte</unit><ucd>phys.size;meta.file</ucd><utype>obscore:access.size</utype><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>target_name</name><description>Object a targeted observation targeted</description><ucd>meta.id;src</ucd><utype>obscore:target.name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_class</name><description>Class of the target object (star, QSO, ...)</description><ucd>src.class</ucd><utype>obscore:target.class</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>s_ra</name><description>RA of (center of) observation, ICRS</description><unit>deg</unit><ucd>pos.eq.ra</ucd><utype>obscore:char.spatialaxis.coverage.location.coord.position2d.value2.c1</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>s_dec</name><description>Dec of (center of) observation, ICRS</description><unit>deg</unit><ucd>pos.eq.dec</ucd><utype>obscore:char.spatialaxis.coverage.location.coord.position2d.value2.c2</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>s_fov</name><description>Approximate spatial extent for the region covered by the observation</description><unit>deg</unit><ucd>phys.angSize;instr.fov</ucd><utype>obscore:char.spatialaxis.coverage.bounds.extent.diameter</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>s_region</name><description>Region covered by the observation, as a polygon</description><ucd>phys.angArea;obs</ucd><utype>obscore:char.spatialaxis.coverage.support.area</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>s_resolution</name><description>Best spatial resolution within the data set</description><unit>arcsec</unit><ucd>pos.angResolution</ucd><utype>obscore:Char.SpatialAxis.Resolution.refval</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>t_min</name><description>Lower bound of times represented in the data set, as MJD</description><unit>d</unit><ucd>time.start;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.bounds.limits.interval.starttime</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>t_max</name><description>Upper bound of times represented in the data set, as MJD</description><unit>d</unit><ucd>time.end;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.bounds.limits.interval.stoptime</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>t_exptime</name><description>Total exporure time</description><unit>s</unit><ucd>time.duration;obs.exposure</ucd><utype>obscore:char.timeaxis.coverage.support.extent</utype><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>t_resolution</name><description>Minimal significant time interval along the time axis</description><unit>s</unit><ucd>time.resolution</ucd><utype>obscore:char.timeaxis.resolution.refval</utype><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>em_min</name><description>Minimal wavelength represented within the data set</description><unit>m</unit><ucd>em.wl;stat.min</ucd><utype>obscore:char.spectralaxis.coverage.bounds.limits.interval.lolim</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_max</name><description>Maximal wavelength represented within the data set</description><unit>m</unit><ucd>em.wl;stat.max</ucd><utype>obscore:char.spectralaxis.coverage.bounds.limits.interval.hilim</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_res_power</name><description>Spectral resolving power delta lambda/lamda</description><ucd>spect.resolution</ucd><utype>obscore:char.spectralaxis.resolution.resolpower.refval</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>o_ucd</name><description>UCD for the product's observable</description><ucd>meta.ucd</ucd><utype>obscore:char.observableaxis.ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>pol_states</name><description>List of polarization states in the data set</description><ucd>meta.code;phys.polarization</ucd><utype>obscore:Char.PolarizationAxis.stateList</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>facility_name</name><description>Name of the facility at which data was taken</description><ucd>meta.id;instr.tel</ucd><utype>obscore:Provenance.ObsConfig.facility.name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>instrument_name</name><description>Name of the instrument that produced the data</description><ucd>meta.id;instr</ucd><utype>obscore:Provenance.ObsConfig.instrument.name</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>s_xel1</name><description>Number of elements (typically pixels) along the first spatial axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpatialAxis.numBins1</utype><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>s_xel2</name><description>Number of elements (typically pixels) along the second spatial axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpatialAxis.numBins1</utype><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>t_xel</name><description>Number of elements (typically pixels) along the time axis.</description><ucd>meta.number</ucd><utype>obscore:Char.TimeAxis.numBins</utype><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>em_xel</name><description>Number of elements (typically pixels) along the spectral axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpectralAxis.numBins</utype><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>pol_xel</name><description>Number of elements (typically pixels) along the polarization axis.</description><ucd>meta.number</ucd><utype>obscore:Char.SpectralAxis.numBins</utype><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>s_pixel_scale</name><description>Sampling period in world coordinate units along the spatial axis</description><unit>arcsec</unit><ucd>phys.angSize;instr.pixel</ucd><utype>obscore:Char.SpatialAxis.Sampling.RefVal.SamplingPeriod</utype><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>em_ucd</name><description>Nature of the product's spectral axis</description><ucd>meta.ucd</ucd><utype>obscore:Char.SpectralAxis.ucd</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>specphot</name><title>TAP service for the Reference Catalog of Galaxy SEDs (RCSED)</title><description> Spectra and photometry of galaxies derived from cross-match between
SDSS, GALEX, and UKIDSS catalogs</description><table><name>specphot.rcsed</name><description> Spectra and photometry of galaxies derived from cross-match between
SDSS, GALEX, and UKIDSS catalogs</description><column><name>objid</name><description>SDSS ObjID (unique identifier)</description><ucd>meta.id;meta.main</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>specobjid</name><description>SDSS SpecObjID (unique identifier within spectral galaxies sample)</description><ucd>meta.id</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType></column><column><name>mjd</name><description>MJD of observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">int</dataType></column><column><name>plate</name><description>SDSS plate ID</description><ucd>meta.id</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">short</dataType></column><column><name>fiberid</name><description>SDSS fiber ID</description><ucd>meta.id</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">short</dataType></column><column><name>ra</name><description>RA (J2000) of galaxy</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag></column><column><name>dec</name><description>Dec (J2000) of galaxy</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag></column><column><name>z</name><description>Galaxy redshift</description><ucd>src.redshift</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>zerr</name><description>Uncertainty of galaxy redshift</description><ucd>stat.error;src.redshift</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>zconf</name><description>SDSS redshift confidence</description><ucd>stat.fit.param;src.redshift</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>petror50_r</name><description>SDSS radius containing 50% of Petrosian flux</description><unit>arcsec</unit><ucd>phys.angSize</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>e_bv</name><description>E(B-V) at this (l,b) from SFD98</description><unit>mag</unit><ucd>phot.color.excess</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>specclass</name><description>SDSS spectral classification</description><ucd>src.spType</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">short</dataType></column><column><name>corrmag_fuv</name><description>Galactic extinction corrected total (Kron-like elliptical aperture) magnitude in GALEX FUV filter</description><unit>mag</unit><ucd>phot.mag;em.UV.FUV</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_nuv</name><description>Galactic extinction corrected total (Kron-like elliptical aperture) magnitude in GALEX NUV filter</description><unit>mag</unit><ucd>phot.mag;em.UV</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_u</name><description>Galactic extinction corrected total (Petrosian) magnitude in SDSS u filter</description><unit>mag</unit><ucd>phot.mag;em.opt.U</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_g</name><description>Galactic extinction corrected total (Petrosian) magnitude in SDSS g filter</description><unit>mag</unit><ucd>phot.mag;em.opt.B</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_r</name><description>Galactic extinction corrected total (Petrosian) magnitude in SDSS r filter</description><unit>mag</unit><ucd>phot.mag;em.opt.R</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_i</name><description>Galactic extinction corrected total (Petrosian) magnitude in SDSS i filter</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_z</name><description>Galactic extinction corrected total (Petrosian) magnitude in SDSS z filter</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_y</name><description>Galactic extinction corrected total (Petrosian) magnitude in UKIDSS Y filter</description><unit>mag</unit><ucd>phot.mag;em.IR.J</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_j</name><description>Galactic extinction corrected total (Petrosian) magnitude in UKIDSS J filter</description><unit>mag</unit><ucd>phot.mag;em.IR.J</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_h</name><description>Galactic extinction corrected total (Petrosian) magnitude in UKIDSS H filter</description><unit>mag</unit><ucd>phot.mag;em.IR.H</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_k</name><description>Galactic extinction corrected total (Petrosian) magnitude in UKIDSS K filter</description><unit>mag</unit><ucd>phot.mag;em.IR.K</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_fuv_err</name><description>Uncertainty of Galactic extinction corrected total (Kron-like elliptical aperture) magnitude in GALEX FUV filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.UV.FUV</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_nuv_err</name><description>Uncertainty of Galactic extinction corrected total (Kron-like elliptical aperture) magnitude in GALEX NUV filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.UV</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_u_err</name><description>Uncertainty of Galactic extinction corrected total (Petrosian) magnitude in SDSS u filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.U</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_g_err</name><description>Uncertainty of Galactic extinction corrected total (Petrosian) magnitude in SDSS g filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.B</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_r_err</name><description>Uncertainty of Galactic extinction corrected total (Petrosian) magnitude in SDSS r filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.R</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_i_err</name><description>Uncertainty of Galactic extinction corrected total (Petrosian) magnitude in SDSS i filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_z_err</name><description>Uncertainty of Galactic extinction corrected total (Petrosian) magnitude in SDSS z filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_y_err</name><description>Uncertainty of Galactic extinction corrected total (Petrosian) magnitude in UKIDSS Y filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.J</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_j_err</name><description>Uncertainty of Galactic extinction corrected total (Petrosian) magnitude in UKIDSS J filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.J</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_h_err</name><description>Uncertainty of Galactic extinction corrected total (Petrosian) magnitude in UKIDSS H filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.H</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrmag_k_err</name><description>Uncertainty of Galactic extinction corrected total (Petrosian) magnitude in UKIDSS K filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.K</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorr_fuv</name><description>K-correction for (Kron-like elliptical aperture) GALEX FUV magnitude</description><unit>mag</unit><ucd>arith.factor;em.UV.FUV</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorr_nuv</name><description>K-correction for (Kron-like elliptical aperture) GALEX NUV magnitude</description><unit>mag</unit><ucd>arith.factor;em.UV</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorr_u</name><description>K-correction for (Petrosian) SDSS u magnitude</description><unit>mag</unit><ucd>arith.factor;em.opt.U</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorr_g</name><description>K-correction for (Petrosian) SDSS g magnitude</description><unit>mag</unit><ucd>arith.factor;em.opt.B</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorr_r</name><description>K-correction for (Petrosian) SDSS r magnitude</description><unit>mag</unit><ucd>arith.factor;em.opt.R</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorr_i</name><description>K-correction for (Petrosian) SDSS i magnitude</description><unit>mag</unit><ucd>arith.factor;em.opt.I</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorr_z</name><description>K-correction for (Petrosian) SDSS z magnitude</description><unit>mag</unit><ucd>arith.factor;em.opt.I</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorr_y</name><description>K-correction for (Petrosian) UKIDSS Y magnitude</description><unit>mag</unit><ucd>arith.factor;em.IR.J</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorr_j</name><description>K-correction for (Petrosian) UKIDSS J magnitude</description><unit>mag</unit><ucd>arith.factor;em.IR.J</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorr_h</name><description>K-correction for (Petrosian) UKIDSS H magnitude</description><unit>mag</unit><ucd>arith.factor;em.IR.H</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorr_k</name><description>K-correction for (Petrosian) UKIDSS K magnitude</description><unit>mag</unit><ucd>arith.factor;em.IR.K</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>exp_radvel</name><description>Radial velocity (exp SFH)</description><unit>km/s</unit><ucd>spect.dopplerVeloc.opt</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>exp_radvel_err</name><description>Radial velocity error (exp SFH)</description><unit>km/s</unit><ucd>stat.error;spect.dopplerVeloc.opt</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>exp_veldisp</name><description>Velocity dispersion (exp SFH)</description><unit>km/s</unit><ucd>phys.veloc.dispersion</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>exp_veldisp_err</name><description>Velocity dispersion error (exp SFH)</description><unit>km/s</unit><ucd>stat.error;phys.veloc.dispersion</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>exp_tau</name><description>Age (exp SFH)</description><unit>Myr</unit><ucd>time.age</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>exp_tau_err</name><description>Age error (exp SFH)</description><unit>Myr</unit><ucd>stat.error;time.age</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>exp_met</name><description>Metallicity (exp SFH)</description><ucd>phys.abund.Z</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>exp_met_err</name><description>Metallicity error (exp SFH)</description><ucd>stat.error;phys.abund.Z</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>exp_chi2</name><description>Goodness of fit (exp SFH)</description><ucd>stat.fit.chi2</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssp_radvel</name><description>Radial velocity (SSP)</description><unit>km/s</unit><ucd>spect.dopplerVeloc.opt</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssp_radvel_err</name><description>Radial velocity error (SSP)</description><unit>km/s</unit><ucd>stat.error;spect.dopplerVeloc.opt</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssp_veldisp</name><description>Velocity dispersion (SSP)</description><unit>km/s</unit><ucd>phys.veloc.dispersion</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssp_veldisp_err</name><description>Velocity dispersion error (SSP)</description><unit>km/s</unit><ucd>stat.error;phys.veloc.dispersion</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssp_age</name><description>Age (SSP)</description><unit>Myr</unit><ucd>time.age</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssp_age_err</name><description>Age error (SSP)</description><unit>Myr</unit><ucd>stat.error;time.age</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssp_met</name><description>Metallicity (SSP)</description><ucd>phys.abund.Z</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssp_met_err</name><description>Metallicity error (SSP)</description><ucd>stat.error;phys.abund.Z</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ssp_chi2</name><description>Goodness of fit (SSP)</description><ucd>stat.fit.chi2</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>zy_offset</name><description>Offset applied to UKIDSS magnitudes to correct for mismatch with SDSS ones</description><unit>mag</unit><ucd>phot.mag;arith.diff</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>spectrum_snr</name><description>Signal-to-noise ratio of SDSS spectrum</description><ucd>stat.snr</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column></table><table><name>specphot.rcsed_fibermags</name><description> Spectra and photometry of galaxies derived from cross-match between
SDSS, GALEX, and UKIDSS catalogs</description><column><name>objid</name><description>SDSS ObjID (unique identifier)</description><ucd>meta.id;meta.main</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>corrfibmag_fuv</name><description>Galactic extinction corrected 3" aperture magnitude in GALEX FUV filter</description><unit>mag</unit><ucd>phot.mag;em.UV.FUV</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_nuv</name><description>Galactic extinction corrected 3" aperture magnitude in GALEX NUV filter</description><unit>mag</unit><ucd>phot.mag;em.UV</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_u</name><description>Galactic extinction corrected fiber (3" aperture) magnitude in SDSS u filter</description><unit>mag</unit><ucd>phot.mag;em.opt.U</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_g</name><description>Galactic extinction corrected fiber (3" aperture) magnitude in SDSS g filter</description><unit>mag</unit><ucd>phot.mag;em.opt.B</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_r</name><description>Galactic extinction corrected fiber (3" aperture) magnitude in SDSS r filter</description><unit>mag</unit><ucd>phot.mag;em.opt.R</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_i</name><description>Galactic extinction corrected fiber (3" aperture) magnitude in SDSS i filter</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_z</name><description>Galactic extinction corrected fiber (3" aperture) magnitude in SDSS z filter</description><unit>mag</unit><ucd>phot.mag;em.opt.I</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_y</name><description>Galactic extinction corrected 3" aperture magnitude in UKIDSS Y filter</description><unit>mag</unit><ucd>phot.mag;em.IR.J</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_j</name><description>Galactic extinction corrected 3" aperture magnitude in UKIDSS J filter</description><unit>mag</unit><ucd>phot.mag;em.IR.J</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_h</name><description>Galactic extinction corrected 3" aperture magnitude in UKIDSS H filter</description><unit>mag</unit><ucd>phot.mag;em.IR.H</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_k</name><description>Galactic extinction corrected 3" aperture magnitude in UKIDSS K filter</description><unit>mag</unit><ucd>phot.mag;em.IR.K</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_fuv_err</name><description>Uncertainty of Galactic extinction corrected 3" aperture magnitude in GALEX FUV filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.UV.FUV</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_nuv_err</name><description>Uncertainty of Galactic extinction corrected 3" aperture magnitude in GALEX NUV filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.UV</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_u_err</name><description>Uncertainty of Galactic extinction corrected fiber (3" aperture) magnitude in SDSS u filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.U</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_g_err</name><description>Uncertainty of Galactic extinction corrected fiber (3" aperture) magnitude in SDSS g filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.B</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_r_err</name><description>Uncertainty of Galactic extinction corrected fiber (3" aperture) magnitude in SDSS r filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.R</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_i_err</name><description>Uncertainty of Galactic extinction corrected fiber (3" aperture) magnitude in SDSS i filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_z_err</name><description>Uncertainty of Galactic extinction corrected fiber (3" aperture) magnitude in SDSS z filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.opt.I</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_y_err</name><description>Uncertainty of Galactic extinction corrected 3" aperture magnitude in UKIDSS Y filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.J</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_j_err</name><description>Uncertainty of Galactic extinction corrected 3" aperture magnitude in UKIDSS J filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.J</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_h_err</name><description>Uncertainty of Galactic extinction corrected 3" aperture magnitude in UKIDSS H filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.H</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>corrfibmag_k_err</name><description>Uncertainty of Galactic extinction corrected 3" aperture magnitude in UKIDSS K filter</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.K</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorrfib_fuv</name><description>K-correction for 3" aperture GALEX FUV magnitude</description><unit>mag</unit><ucd>arith.factor;em.UV.FUV</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorrfib_nuv</name><description>K-correction for 3" aperture GALEX NUV magnitude</description><unit>mag</unit><ucd>arith.factor;em.UV</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorrfib_u</name><description>K-correction for fiber (3" aperture) SDSS u magnitude</description><unit>mag</unit><ucd>arith.factor;em.opt.U</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorrfib_g</name><description>K-correction for fiber (3" aperture) SDSS g magnitude</description><unit>mag</unit><ucd>arith.factor;em.opt.B</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorrfib_r</name><description>K-correction for fiber (3" aperture) SDSS r magnitude</description><unit>mag</unit><ucd>arith.factor;em.opt.R</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorrfib_i</name><description>K-correction for fiber (3" aperture) SDSS i magnitude</description><unit>mag</unit><ucd>arith.factor;em.opt.I</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorrfib_z</name><description>K-correction for fiber (3" aperture) SDSS z magnitude</description><unit>mag</unit><ucd>arith.factor;em.opt.I</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorrfib_y</name><description>K-correction for 3" aperture UKIDSS Y magnitude</description><unit>mag</unit><ucd>arith.factor;em.IR.J</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorrfib_j</name><description>K-correction for 3" aperture UKIDSS J magnitude</description><unit>mag</unit><ucd>arith.factor;em.IR.J</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorrfib_h</name><description>K-correction for 3" aperture UKIDSS H magnitude</description><unit>mag</unit><ucd>arith.factor;em.IR.H</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kcorrfib_k</name><description>K-correction for 3" aperture UKIDSS K magnitude</description><unit>mag</unit><ucd>arith.factor;em.IR.K</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column></table><table><name>specphot.rcsed_gasmet</name><description> Spectra and photometry of galaxies derived from cross-match between
SDSS, GALEX, and UKIDSS catalogs</description><column><name>id</name><description>Primary key</description><ucd>meta.id;meta.main</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>objid</name><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag></column><column><name>mjd</name><description>MJD of observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">int</dataType></column><column><name>plate</name><description>SDSS plate ID</description><ucd>meta.id</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">short</dataType></column><column><name>fiberid</name><description>SDSS fiber ID</description><ucd>meta.id</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">short</dataType></column><column><name>e_bv</name><description>Intrinsic E(B-V)</description><unit>mag</unit><ucd>phot.color.excess</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>gas_oh_d16</name><description>Oxygen abundance of ionized gas (12 + log O/H) calculated using Dopita+16 calibration from Gaussian fit to emission lines</description><ucd>phys.abund.Z</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>gas_oh_d16_err</name><description>Error of oxygen abundance of ionized gas (12 + log O/H) calculated using Dopita+16 calibration from Gaussian fit to emission lines</description><ucd>phys.abund.Z</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>gas_oh_izi</name><description>Oxygen abundance of ionized gas (12 + log O/H) calculated using IZI calibration from Gaussian fit to emission lines</description><ucd>phys.abund.Z</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>gas_oh_izi_errlo</name><description>Lower error of oxygen abundance of ionized gas (12 + log O/H) calculated using IZI calibration from Gaussian fit to emission lines</description><ucd>stat.error;phys.abund.Z</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>gas_oh_izi_errhi</name><description>Upper error of oxygen abundance of ionized gas (12 + log O/H) calculated using IZI calibration from Gaussian fit to emission lines</description><ucd>stat.error;phys.abund.Z</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>q_izi</name><description>Ionization parameter calculated using IZI calibration from Gaussian fit to emission lines</description><ucd>phys.ionizParam.rad</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>q_izi_errlo</name><description>Lower error of ionization parameter calculated using IZI calibration from Gaussian fit to emission lines</description><ucd>stat.error;phys.ionizParam.rad</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>q_izi_errhi</name><description>Upper error of ionization parameter calculated using IZI calibration from Gaussian fit to emission lines</description><ucd>stat.error;phys.ionizParam.rad</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column></table><table><name>specphot.rcsed_lines_gauss</name><description> Spectra and photometry of galaxies derived from cross-match between
SDSS, GALEX, and UKIDSS catalogs</description><column><name>id</name><description>Primary key</description><ucd>meta.id;meta.main</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>objid</name><description>SDSS ObjID that fitted spectrum belongs to</description><ucd>meta.id</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag></column><column><name>mjd</name><description>MJD of observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">int</dataType></column><column><name>plate</name><description>SDSS plate ID</description><ucd>meta.id</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">short</dataType></column><column><name>fiberid</name><description>SDSS fiber ID</description><ucd>meta.id</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">short</dataType></column><column><name>forbid_v</name><description>Velocity measured simultaneously in all the forbid lines</description><unit>km s-1</unit><ucd>phys.veloc</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>forbid_v_err</name><description>Uncertainty in the velocity measured simultaneously in all the forbid lines</description><unit>km s-1</unit><ucd>stat.error;phys.veloc</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>forbid_sig</name><description>Velocity dispersion measured simultaneously in all the forbid lines</description><unit>km s-1</unit><ucd>phys.veloc.dispersion</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>forbid_sig_err</name><description>Uncertainty in the velocity dispersion measured simultaneously in all the forbid lines</description><unit>km s-1</unit><ucd>stat.error;phys.veloc.dispersion</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>allowed_v</name><description>Velocity measured simultaneously in all the allowed lines</description><unit>km s-1</unit><ucd>phys.veloc</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>allowed_v_err</name><description>Uncertainty in the velocity measured simultaneously in all the allowed lines</description><unit>km s-1</unit><ucd>stat.error;phys.veloc</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>allowed_sig</name><description>Velocity dispersion measured simultaneously in all the allowed lines</description><unit>km s-1</unit><ucd>phys.veloc.dispersion</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>allowed_sig_err</name><description>Uncertainty in the velocity dispersion measured simultaneously in all the allowed lines</description><unit>km s-1</unit><ucd>stat.error;phys.veloc.dispersion</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>chi2</name><description>Reduced goodness of fit</description><ucd>stat.fit.chi2</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_flx</name><description>Flux from Gaussian fit to continuum subtracted data of OII (3727A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of OII (3727A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_cnt</name><description>Continuum level at OII (3727A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_cnt_err</name><description>Uncertainty in the continuum level at OII (3727A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of OII (3727A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of OII (3727A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_flx</name><description>Flux from Gaussian fit to continuum subtracted data of OII (3730A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of OII (3730A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_cnt</name><description>Continuum level at OII (3730A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_cnt_err</name><description>Uncertainty in the continuum level at OII (3730A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of OII (3730A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of OII (3730A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_flx</name><description>Flux from Gaussian fit to continuum subtracted data of H (3751A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of H (3751A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_cnt</name><description>Continuum level at H (3751A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_cnt_err</name><description>Uncertainty in the continuum level at H (3751A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of H (3751A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of H (3751A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_flx</name><description>Flux from Gaussian fit to continuum subtracted data of H (3772A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of H (3772A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_cnt</name><description>Continuum level at H (3772A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_cnt_err</name><description>Uncertainty in the continuum level at H (3772A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of H (3772A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of H (3772A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_flx</name><description>Flux from Gaussian fit to continuum subtracted data of H (3799A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of H (3799A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_cnt</name><description>Continuum level at H (3799A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_cnt_err</name><description>Uncertainty in the continuum level at H (3799A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of H (3799A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of H (3799A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_flx</name><description>Flux from Gaussian fit to continuum subtracted data of H (3836A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of H (3836A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_cnt</name><description>Continuum level at H (3836A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_cnt_err</name><description>Uncertainty in the continuum level at H (3836A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of H (3836A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of H (3836A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_flx</name><description>Flux from Gaussian fit to continuum subtracted data of NEIII (3870A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of NEIII (3870A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_cnt</name><description>Continuum level at NEIII (3870A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_cnt_err</name><description>Uncertainty in the continuum level at NEIII (3870A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of NEIII (3870A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of NEIII (3870A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_flx</name><description>Flux from Gaussian fit to continuum subtracted data of HEI (3889A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of HEI (3889A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_cnt</name><description>Continuum level at HEI (3889A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_cnt_err</name><description>Uncertainty in the continuum level at HEI (3889A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of HEI (3889A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of HEI (3889A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_flx</name><description>Flux from Gaussian fit to continuum subtracted data of H (3890A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of H (3890A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_cnt</name><description>Continuum level at H (3890A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_cnt_err</name><description>Uncertainty in the continuum level at H (3890A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of H (3890A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of H (3890A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_flx</name><description>Flux from Gaussian fit to continuum subtracted data of H (3971A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of H (3971A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_cnt</name><description>Continuum level at H (3971A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_cnt_err</name><description>Uncertainty in the continuum level at H (3971A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of H (3971A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of H (3971A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_flx</name><description>Flux from Gaussian fit to continuum subtracted data of SII (4070A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of SII (4070A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_cnt</name><description>Continuum level at SII (4070A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_cnt_err</name><description>Uncertainty in the continuum level at SII (4070A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of SII (4070A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of SII (4070A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_flx</name><description>Flux from Gaussian fit to continuum subtracted data of SII (4078A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of SII (4078A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_cnt</name><description>Continuum level at SII (4078A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_cnt_err</name><description>Uncertainty in the continuum level at SII (4078A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of SII (4078A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of SII (4078A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_flx</name><description>Flux from Gaussian fit to continuum subtracted data of H (4103A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of H (4103A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_cnt</name><description>Continuum level at H (4103A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_cnt_err</name><description>Uncertainty in the continuum level at H (4103A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of H (4103A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of H (4103A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_flx</name><description>Flux from Gaussian fit to continuum subtracted data of H (4342A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of H (4342A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_cnt</name><description>Continuum level at H (4342A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_cnt_err</name><description>Uncertainty in the continuum level at H (4342A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of H (4342A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of H (4342A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_flx</name><description>Flux from Gaussian fit to continuum subtracted data of OIII (4364A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of OIII (4364A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_cnt</name><description>Continuum level at OIII (4364A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_cnt_err</name><description>Uncertainty in the continuum level at OIII (4364A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of OIII (4364A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of OIII (4364A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_flx</name><description>Flux from Gaussian fit to continuum subtracted data of HEII (4687A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of HEII (4687A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_cnt</name><description>Continuum level at HEII (4687A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_cnt_err</name><description>Uncertainty in the continuum level at HEII (4687A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of HEII (4687A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of HEII (4687A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_flx</name><description>Flux from Gaussian fit to continuum subtracted data of ARIV (4713A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of ARIV (4713A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_cnt</name><description>Continuum level at ARIV (4713A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_cnt_err</name><description>Uncertainty in the continuum level at ARIV (4713A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of ARIV (4713A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of ARIV (4713A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_flx</name><description>Flux from Gaussian fit to continuum subtracted data of ARIV (4742A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of ARIV (4742A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_cnt</name><description>Continuum level at ARIV (4742A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_cnt_err</name><description>Uncertainty in the continuum level at ARIV (4742A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of ARIV (4742A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of ARIV (4742A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_flx</name><description>Flux from Gaussian fit to continuum subtracted data of H (4863A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of H (4863A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_cnt</name><description>Continuum level at H (4863A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_cnt_err</name><description>Uncertainty in the continuum level at H (4863A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of H (4863A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of H (4863A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_flx</name><description>Flux from Gaussian fit to continuum subtracted data of OIII (4960A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of OIII (4960A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_cnt</name><description>Continuum level at OIII (4960A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_cnt_err</name><description>Uncertainty in the continuum level at OIII (4960A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of OIII (4960A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of OIII (4960A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_flx</name><description>Flux from Gaussian fit to continuum subtracted data of OIII (5008A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of OIII (5008A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_cnt</name><description>Continuum level at OIII (5008A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_cnt_err</name><description>Uncertainty in the continuum level at OIII (5008A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of OIII (5008A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of OIII (5008A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_flx</name><description>Flux from Gaussian fit to continuum subtracted data of NI (5199A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of NI (5199A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_cnt</name><description>Continuum level at NI (5199A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_cnt_err</name><description>Uncertainty in the continuum level at NI (5199A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of NI (5199A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of NI (5199A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_flx</name><description>Flux from Gaussian fit to continuum subtracted data of NI (5202A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of NI (5202A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_cnt</name><description>Continuum level at NI (5202A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_cnt_err</name><description>Uncertainty in the continuum level at NI (5202A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of NI (5202A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of NI (5202A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_flx</name><description>Flux from Gaussian fit to continuum subtracted data of NII (5756A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of NII (5756A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_cnt</name><description>Continuum level at NII (5756A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_cnt_err</name><description>Uncertainty in the continuum level at NII (5756A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of NII (5756A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of NII (5756A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_flx</name><description>Flux from Gaussian fit to continuum subtracted data of HEI (5877A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of HEI (5877A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_cnt</name><description>Continuum level at HEI (5877A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_cnt_err</name><description>Uncertainty in the continuum level at HEI (5877A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of HEI (5877A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of HEI (5877A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_flx</name><description>Flux from Gaussian fit to continuum subtracted data of OI (6302A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of OI (6302A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_cnt</name><description>Continuum level at OI (6302A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_cnt_err</name><description>Uncertainty in the continuum level at OI (6302A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of OI (6302A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of OI (6302A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_flx</name><description>Flux from Gaussian fit to continuum subtracted data of OI (6366A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of OI (6366A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_cnt</name><description>Continuum level at OI (6366A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_cnt_err</name><description>Uncertainty in the continuum level at OI (6366A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of OI (6366A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of OI (6366A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_flx</name><description>Flux from Gaussian fit to continuum subtracted data of NII (6550A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of NII (6550A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_cnt</name><description>Continuum level at NII (6550A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_cnt_err</name><description>Uncertainty in the continuum level at NII (6550A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of NII (6550A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of NII (6550A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_flx</name><description>Flux from Gaussian fit to continuum subtracted data of H (6565A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of H (6565A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_cnt</name><description>Continuum level at H (6565A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_cnt_err</name><description>Uncertainty in the continuum level at H (6565A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of H (6565A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of H (6565A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_flx</name><description>Flux from Gaussian fit to continuum subtracted data of NII (6585A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of NII (6585A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_cnt</name><description>Continuum level at NII (6585A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_cnt_err</name><description>Uncertainty in the continuum level at NII (6585A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of NII (6585A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of NII (6585A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_flx</name><description>Flux from Gaussian fit to continuum subtracted data of HEI (6680A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of HEI (6680A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_cnt</name><description>Continuum level at HEI (6680A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_cnt_err</name><description>Uncertainty in the continuum level at HEI (6680A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of HEI (6680A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of HEI (6680A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_flx</name><description>Flux from Gaussian fit to continuum subtracted data of SII (6718A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of SII (6718A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_cnt</name><description>Continuum level at SII (6718A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_cnt_err</name><description>Uncertainty in the continuum level at SII (6718A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of SII (6718A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of SII (6718A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_flx</name><description>Flux from Gaussian fit to continuum subtracted data of SII (6733A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_flx_err</name><description>Uncertainty in the flux from Gaussian fit to continuum subtracted data of SII (6733A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_cnt</name><description>Continuum level at SII (6733A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_cnt_err</name><description>Uncertainty in the continuum level at SII (6733A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_ew</name><description>Equivalent width from Gaussian fit to continuum subtracted data of SII (6733A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_ew_err</name><description>Uncertainty in the equivalent width from Gaussian fit to continuum subtracted data of SII (6733A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column></table><table><name>specphot.rcsed_lines_nonpar</name><description> Spectra and photometry of galaxies derived from cross-match between
SDSS, GALEX, and UKIDSS catalogs</description><column><name>id</name><description>Primary key</description><ucd>meta.id;meta.main</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>objid</name><description>SDSS ObjID that fitted spectrum belongs to</description><ucd>meta.id</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag></column><column><name>mjd</name><description>MJD of observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">int</dataType></column><column><name>plate</name><description>SDSS plate ID</description><ucd>meta.id</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">short</dataType></column><column><name>fiberid</name><description>SDSS fiber ID</description><ucd>meta.id</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">short</dataType></column><column><name>forbid_v</name><description>Velocity measured simultaneously in all the forbid lines</description><unit>km s-1</unit><ucd>phys.veloc</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>forbid_sig</name><description>Velocity dispersion measured simultaneously in all the forbid lines</description><unit>km s-1</unit><ucd>phys.veloc.dispersion</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>allowed_v</name><description>Velocity measured simultaneously in all the allowed lines</description><unit>km s-1</unit><ucd>phys.veloc</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>allowed_sig</name><description>Velocity dispersion measured simultaneously in all the allowed lines</description><unit>km s-1</unit><ucd>phys.veloc.dispersion</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>chi2</name><description>Reduced goodness of fit</description><ucd>stat.fit.chi2</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_flx</name><description>Flux from non-parametric fit to continuum subtracted data of OII (3727A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of OII (3727A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_cnt</name><description>Continuum level at OII (3727A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_cnt_err</name><description>Uncertainty in the continuum level at OII (3727A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of OII (3727A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of OII (3727A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_flx</name><description>Flux from non-parametric fit to continuum subtracted data of OII (3730A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of OII (3730A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_cnt</name><description>Continuum level at OII (3730A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_cnt_err</name><description>Uncertainty in the continuum level at OII (3730A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of OII (3730A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of OII (3730A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_flx</name><description>Flux from non-parametric fit to continuum subtracted data of H (3751A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of H (3751A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_cnt</name><description>Continuum level at H (3751A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_cnt_err</name><description>Uncertainty in the continuum level at H (3751A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of H (3751A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of H (3751A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_flx</name><description>Flux from non-parametric fit to continuum subtracted data of H (3772A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of H (3772A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_cnt</name><description>Continuum level at H (3772A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_cnt_err</name><description>Uncertainty in the continuum level at H (3772A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of H (3772A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of H (3772A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_flx</name><description>Flux from non-parametric fit to continuum subtracted data of H (3799A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of H (3799A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_cnt</name><description>Continuum level at H (3799A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_cnt_err</name><description>Uncertainty in the continuum level at H (3799A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of H (3799A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of H (3799A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_flx</name><description>Flux from non-parametric fit to continuum subtracted data of H (3836A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of H (3836A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_cnt</name><description>Continuum level at H (3836A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_cnt_err</name><description>Uncertainty in the continuum level at H (3836A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of H (3836A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of H (3836A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_flx</name><description>Flux from non-parametric fit to continuum subtracted data of NEIII (3870A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of NEIII (3870A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_cnt</name><description>Continuum level at NEIII (3870A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_cnt_err</name><description>Uncertainty in the continuum level at NEIII (3870A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of NEIII (3870A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of NEIII (3870A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_flx</name><description>Flux from non-parametric fit to continuum subtracted data of HEI (3889A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of HEI (3889A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_cnt</name><description>Continuum level at HEI (3889A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_cnt_err</name><description>Uncertainty in the continuum level at HEI (3889A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of HEI (3889A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of HEI (3889A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_flx</name><description>Flux from non-parametric fit to continuum subtracted data of H (3890A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of H (3890A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_cnt</name><description>Continuum level at H (3890A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_cnt_err</name><description>Uncertainty in the continuum level at H (3890A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of H (3890A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of H (3890A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_flx</name><description>Flux from non-parametric fit to continuum subtracted data of H (3971A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of H (3971A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_cnt</name><description>Continuum level at H (3971A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_cnt_err</name><description>Uncertainty in the continuum level at H (3971A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of H (3971A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of H (3971A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_flx</name><description>Flux from non-parametric fit to continuum subtracted data of SII (4070A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of SII (4070A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_cnt</name><description>Continuum level at SII (4070A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_cnt_err</name><description>Uncertainty in the continuum level at SII (4070A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of SII (4070A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of SII (4070A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_flx</name><description>Flux from non-parametric fit to continuum subtracted data of SII (4078A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of SII (4078A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_cnt</name><description>Continuum level at SII (4078A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_cnt_err</name><description>Uncertainty in the continuum level at SII (4078A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of SII (4078A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of SII (4078A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_flx</name><description>Flux from non-parametric fit to continuum subtracted data of H (4103A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of H (4103A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_cnt</name><description>Continuum level at H (4103A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_cnt_err</name><description>Uncertainty in the continuum level at H (4103A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of H (4103A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of H (4103A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_flx</name><description>Flux from non-parametric fit to continuum subtracted data of H (4342A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of H (4342A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_cnt</name><description>Continuum level at H (4342A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_cnt_err</name><description>Uncertainty in the continuum level at H (4342A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of H (4342A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of H (4342A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_flx</name><description>Flux from non-parametric fit to continuum subtracted data of OIII (4364A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of OIII (4364A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_cnt</name><description>Continuum level at OIII (4364A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_cnt_err</name><description>Uncertainty in the continuum level at OIII (4364A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of OIII (4364A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of OIII (4364A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_flx</name><description>Flux from non-parametric fit to continuum subtracted data of HEII (4687A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of HEII (4687A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_cnt</name><description>Continuum level at HEII (4687A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_cnt_err</name><description>Uncertainty in the continuum level at HEII (4687A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of HEII (4687A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of HEII (4687A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_flx</name><description>Flux from non-parametric fit to continuum subtracted data of ARIV (4713A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of ARIV (4713A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_cnt</name><description>Continuum level at ARIV (4713A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_cnt_err</name><description>Uncertainty in the continuum level at ARIV (4713A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of ARIV (4713A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of ARIV (4713A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_flx</name><description>Flux from non-parametric fit to continuum subtracted data of ARIV (4742A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of ARIV (4742A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_cnt</name><description>Continuum level at ARIV (4742A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_cnt_err</name><description>Uncertainty in the continuum level at ARIV (4742A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of ARIV (4742A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of ARIV (4742A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_flx</name><description>Flux from non-parametric fit to continuum subtracted data of H (4863A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of H (4863A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_cnt</name><description>Continuum level at H (4863A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_cnt_err</name><description>Uncertainty in the continuum level at H (4863A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of H (4863A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of H (4863A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_flx</name><description>Flux from non-parametric fit to continuum subtracted data of OIII (4960A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of OIII (4960A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_cnt</name><description>Continuum level at OIII (4960A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_cnt_err</name><description>Uncertainty in the continuum level at OIII (4960A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of OIII (4960A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of OIII (4960A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_flx</name><description>Flux from non-parametric fit to continuum subtracted data of OIII (5008A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of OIII (5008A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_cnt</name><description>Continuum level at OIII (5008A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_cnt_err</name><description>Uncertainty in the continuum level at OIII (5008A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of OIII (5008A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of OIII (5008A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_flx</name><description>Flux from non-parametric fit to continuum subtracted data of NI (5199A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of NI (5199A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_cnt</name><description>Continuum level at NI (5199A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_cnt_err</name><description>Uncertainty in the continuum level at NI (5199A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of NI (5199A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of NI (5199A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_flx</name><description>Flux from non-parametric fit to continuum subtracted data of NI (5202A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of NI (5202A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_cnt</name><description>Continuum level at NI (5202A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_cnt_err</name><description>Uncertainty in the continuum level at NI (5202A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of NI (5202A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of NI (5202A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_flx</name><description>Flux from non-parametric fit to continuum subtracted data of NII (5756A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of NII (5756A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_cnt</name><description>Continuum level at NII (5756A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_cnt_err</name><description>Uncertainty in the continuum level at NII (5756A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of NII (5756A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of NII (5756A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_flx</name><description>Flux from non-parametric fit to continuum subtracted data of HEI (5877A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of HEI (5877A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_cnt</name><description>Continuum level at HEI (5877A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_cnt_err</name><description>Uncertainty in the continuum level at HEI (5877A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of HEI (5877A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of HEI (5877A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_flx</name><description>Flux from non-parametric fit to continuum subtracted data of OI (6302A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of OI (6302A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_cnt</name><description>Continuum level at OI (6302A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_cnt_err</name><description>Uncertainty in the continuum level at OI (6302A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of OI (6302A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of OI (6302A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_flx</name><description>Flux from non-parametric fit to continuum subtracted data of OI (6366A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of OI (6366A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_cnt</name><description>Continuum level at OI (6366A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_cnt_err</name><description>Uncertainty in the continuum level at OI (6366A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of OI (6366A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of OI (6366A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_flx</name><description>Flux from non-parametric fit to continuum subtracted data of NII (6550A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of NII (6550A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_cnt</name><description>Continuum level at NII (6550A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_cnt_err</name><description>Uncertainty in the continuum level at NII (6550A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of NII (6550A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of NII (6550A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_flx</name><description>Flux from non-parametric fit to continuum subtracted data of H (6565A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of H (6565A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_cnt</name><description>Continuum level at H (6565A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_cnt_err</name><description>Uncertainty in the continuum level at H (6565A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of H (6565A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of H (6565A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_flx</name><description>Flux from non-parametric fit to continuum subtracted data of NII (6585A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of NII (6585A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_cnt</name><description>Continuum level at NII (6585A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_cnt_err</name><description>Uncertainty in the continuum level at NII (6585A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of NII (6585A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of NII (6585A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_flx</name><description>Flux from non-parametric fit to continuum subtracted data of HEI (6680A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of HEI (6680A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_cnt</name><description>Continuum level at HEI (6680A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_cnt_err</name><description>Uncertainty in the continuum level at HEI (6680A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of HEI (6680A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of HEI (6680A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_flx</name><description>Flux from non-parametric fit to continuum subtracted data of SII (6718A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of SII (6718A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_cnt</name><description>Continuum level at SII (6718A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_cnt_err</name><description>Uncertainty in the continuum level at SII (6718A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of SII (6718A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of SII (6718A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_flx</name><description>Flux from non-parametric fit to continuum subtracted data of SII (6733A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_flx_err</name><description>Uncertainty in the flux from non-parametric fit to continuum subtracted data of SII (6733A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_cnt</name><description>Continuum level at SII (6733A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_cnt_err</name><description>Uncertainty in the continuum level at SII (6733A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_ew</name><description>Equivalent width from non-parametric fit to continuum subtracted data of SII (6733A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit to continuum subtracted data of SII (6733A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column></table><table><name>specphot.rcsed_lines_nonpar_reg</name><description> Spectra and photometry of galaxies derived from cross-match between
SDSS, GALEX, and UKIDSS catalogs</description><column><name>id</name><description>Primary key</description><ucd>meta.id;meta.main</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>objid</name><description>SDSS ObjID that fitted spectrum belongs to</description><ucd>meta.id</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag></column><column><name>mjd</name><description>MJD of observation</description><unit>d</unit><ucd>time.epoch</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">int</dataType></column><column><name>plate</name><description>SDSS plate ID</description><ucd>meta.id</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">short</dataType></column><column><name>fiberid</name><description>SDSS fiber ID</description><ucd>meta.id</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">short</dataType></column><column><name>forbid_v</name><description>Velocity measured simultaneously in all the forbid lines</description><unit>km s-1</unit><ucd>phys.veloc</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>forbid_sig</name><description>Velocity dispersion measured simultaneously in all the forbid lines</description><unit>km s-1</unit><ucd>phys.veloc.dispersion</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>allowed_v</name><description>Velocity measured simultaneously in all the allowed lines</description><unit>km s-1</unit><ucd>phys.veloc</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>allowed_sig</name><description>Velocity dispersion measured simultaneously in all the allowed lines</description><unit>km s-1</unit><ucd>phys.veloc.dispersion</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>chi2</name><description>Reduced goodness of fit</description><ucd>stat.fit.chi2</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of OII (3727A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of OII (3727A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_cnt</name><description>Continuum level at OII (3727A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_cnt_err</name><description>Uncertainty in the continuum level at OII (3727A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of OII (3727A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3727_oii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of OII (3727A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of OII (3730A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of OII (3730A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_cnt</name><description>Continuum level at OII (3730A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_cnt_err</name><description>Uncertainty in the continuum level at OII (3730A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of OII (3730A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3730_oii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of OII (3730A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of H (3751A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of H (3751A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_cnt</name><description>Continuum level at H (3751A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_cnt_err</name><description>Uncertainty in the continuum level at H (3751A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of H (3751A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3751_h_kappa_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of H (3751A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of H (3772A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of H (3772A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_cnt</name><description>Continuum level at H (3772A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_cnt_err</name><description>Uncertainty in the continuum level at H (3772A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of H (3772A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3772_h_iota_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of H (3772A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of H (3799A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of H (3799A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_cnt</name><description>Continuum level at H (3799A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_cnt_err</name><description>Uncertainty in the continuum level at H (3799A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of H (3799A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3799_h_theta_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of H (3799A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of H (3836A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of H (3836A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_cnt</name><description>Continuum level at H (3836A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_cnt_err</name><description>Uncertainty in the continuum level at H (3836A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of H (3836A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3836_h_eta_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of H (3836A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of NEIII (3870A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of NEIII (3870A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_cnt</name><description>Continuum level at NEIII (3870A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_cnt_err</name><description>Uncertainty in the continuum level at NEIII (3870A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of NEIII (3870A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3870_neiii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of NEIII (3870A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of HEI (3889A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of HEI (3889A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_cnt</name><description>Continuum level at HEI (3889A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_cnt_err</name><description>Uncertainty in the continuum level at HEI (3889A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of HEI (3889A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3889_hei_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of HEI (3889A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of H (3890A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of H (3890A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_cnt</name><description>Continuum level at H (3890A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_cnt_err</name><description>Uncertainty in the continuum level at H (3890A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of H (3890A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3890_h_zeta_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of H (3890A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of H (3971A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of H (3971A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_cnt</name><description>Continuum level at H (3971A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_cnt_err</name><description>Uncertainty in the continuum level at H (3971A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of H (3971A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f3971_h_epsilon_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of H (3971A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of SII (4070A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of SII (4070A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_cnt</name><description>Continuum level at SII (4070A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_cnt_err</name><description>Uncertainty in the continuum level at SII (4070A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of SII (4070A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4070_sii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of SII (4070A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of SII (4078A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of SII (4078A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_cnt</name><description>Continuum level at SII (4078A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_cnt_err</name><description>Uncertainty in the continuum level at SII (4078A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of SII (4078A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4078_sii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of SII (4078A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of H (4103A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of H (4103A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_cnt</name><description>Continuum level at H (4103A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_cnt_err</name><description>Uncertainty in the continuum level at H (4103A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of H (4103A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4103_h_delta_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of H (4103A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of H (4342A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of H (4342A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_cnt</name><description>Continuum level at H (4342A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_cnt_err</name><description>Uncertainty in the continuum level at H (4342A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of H (4342A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4342_h_gamma_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of H (4342A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of OIII (4364A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of OIII (4364A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_cnt</name><description>Continuum level at OIII (4364A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_cnt_err</name><description>Uncertainty in the continuum level at OIII (4364A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of OIII (4364A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4364_oiii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of OIII (4364A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of HEII (4687A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of HEII (4687A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_cnt</name><description>Continuum level at HEII (4687A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_cnt_err</name><description>Uncertainty in the continuum level at HEII (4687A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of HEII (4687A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4687_heii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of HEII (4687A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of ARIV (4713A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of ARIV (4713A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_cnt</name><description>Continuum level at ARIV (4713A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_cnt_err</name><description>Uncertainty in the continuum level at ARIV (4713A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of ARIV (4713A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4713_ariv_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of ARIV (4713A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of ARIV (4742A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of ARIV (4742A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_cnt</name><description>Continuum level at ARIV (4742A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_cnt_err</name><description>Uncertainty in the continuum level at ARIV (4742A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of ARIV (4742A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4742_ariv_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of ARIV (4742A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of H (4863A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of H (4863A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_cnt</name><description>Continuum level at H (4863A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_cnt_err</name><description>Uncertainty in the continuum level at H (4863A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of H (4863A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4863_h_beta_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of H (4863A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of OIII (4960A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of OIII (4960A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_cnt</name><description>Continuum level at OIII (4960A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_cnt_err</name><description>Uncertainty in the continuum level at OIII (4960A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of OIII (4960A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f4960_oiii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of OIII (4960A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of OIII (5008A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of OIII (5008A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_cnt</name><description>Continuum level at OIII (5008A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_cnt_err</name><description>Uncertainty in the continuum level at OIII (5008A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of OIII (5008A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5008_oiii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of OIII (5008A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of NI (5199A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of NI (5199A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_cnt</name><description>Continuum level at NI (5199A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_cnt_err</name><description>Uncertainty in the continuum level at NI (5199A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of NI (5199A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5199_ni_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of NI (5199A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of NI (5202A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of NI (5202A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_cnt</name><description>Continuum level at NI (5202A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_cnt_err</name><description>Uncertainty in the continuum level at NI (5202A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of NI (5202A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5202_ni_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of NI (5202A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of NII (5756A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of NII (5756A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_cnt</name><description>Continuum level at NII (5756A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_cnt_err</name><description>Uncertainty in the continuum level at NII (5756A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of NII (5756A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5756_nii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of NII (5756A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of HEI (5877A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of HEI (5877A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_cnt</name><description>Continuum level at HEI (5877A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_cnt_err</name><description>Uncertainty in the continuum level at HEI (5877A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of HEI (5877A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f5877_hei_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of HEI (5877A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of OI (6302A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of OI (6302A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_cnt</name><description>Continuum level at OI (6302A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_cnt_err</name><description>Uncertainty in the continuum level at OI (6302A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of OI (6302A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6302_oi_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of OI (6302A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of OI (6366A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of OI (6366A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_cnt</name><description>Continuum level at OI (6366A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_cnt_err</name><description>Uncertainty in the continuum level at OI (6366A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of OI (6366A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6366_oi_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of OI (6366A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of NII (6550A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of NII (6550A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_cnt</name><description>Continuum level at NII (6550A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_cnt_err</name><description>Uncertainty in the continuum level at NII (6550A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of NII (6550A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6550_nii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of NII (6550A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of H (6565A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of H (6565A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_cnt</name><description>Continuum level at H (6565A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_cnt_err</name><description>Uncertainty in the continuum level at H (6565A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of H (6565A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6565_h_alpha_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of H (6565A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of NII (6585A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of NII (6585A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_cnt</name><description>Continuum level at NII (6585A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_cnt_err</name><description>Uncertainty in the continuum level at NII (6585A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of NII (6585A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6585_nii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of NII (6585A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of HEI (6680A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of HEI (6680A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_cnt</name><description>Continuum level at HEI (6680A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_cnt_err</name><description>Uncertainty in the continuum level at HEI (6680A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of HEI (6680A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6680_hei_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of HEI (6680A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of SII (6718A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of SII (6718A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_cnt</name><description>Continuum level at SII (6718A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_cnt_err</name><description>Uncertainty in the continuum level at SII (6718A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of SII (6718A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6718_sii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of SII (6718A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_flx</name><description>Flux from non-parametric fit with regularization to continuum subtracted data of SII (6733A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_flx_err</name><description>Uncertainty in the flux from non-parametric fit with regularization to continuum subtracted data of SII (6733A) line</description><unit>10**-24 J s-1 cm-2</unit><ucd>stat.error;phot.flux;spect.line</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_cnt</name><description>Continuum level at SII (6733A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_cnt_err</name><description>Uncertainty in the continuum level at SII (6733A) line center</description><unit>10**-23 J s-1 cm-2 nm-1</unit><ucd>stat.error;phot.flux.density;spect.continuum</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_ew</name><description>Equivalent width from non-parametric fit with regularization to continuum subtracted data of SII (6733A) line</description><unit>10**-10 m</unit><ucd>spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>f6733_sii_ew_err</name><description>Uncertainty in the equivalent width from non-parametric fit with regularization to continuum subtracted data of SII (6733A) line</description><unit>10**-10 m</unit><ucd>stat.error;spect.line.eqWidth</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column></table><table><name>specphot.galaxyzoo</name><description> Spectra and photometry of galaxies derived from cross-match between
SDSS, GALEX, and UKIDSS catalogs</description><column><name>objid</name><description>SDSS ObjID (unique identifier)</description><ucd>meta.id;meta.main</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>ra</name><description>RA (J2000) of galaxy</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag></column><column><name>dec</name><description>Dec (J2000) of galaxy</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag></column><column><name>nvote</name><description>Total number of votes</description><dataType arraysize="1" xsi:type="vs:VOTableType">short</dataType></column><column><name>p_el</name><description>Fraction of votes for Elliptical (E)</description><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>p_cw</name><description>Fraction of votes for ClockWise spirals (CW)</description><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>p_acw</name><description>Fraction of votes for AntiClockWise spirals (ACW)</description><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>p_edge</name><description>Fraction of votes for Edge-on spirals (Edge)</description><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>p_dk</name><description>Fraction of votes for Don't Know (DK)</description><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>p_mg</name><description>Fraction of votes for Merger (MG)</description><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>p_cs</name><description>Fraction of votes for Combined Spiral (CS=E+CW+ACW)</description><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>p_el_debiased</name><description>Fraction of votes for Elliptical (E) category following the debiasing procedure</description><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>p_cs_debiased</name><description>Fraction of votes for Combined Spiral (CS=E+CW+ACW) categories following the debiasing procedure</description><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>spiral</name><description>Galaxies flagged as 'spiral' require 80 per cent of the vote in that category after the debiasing procedure has been applied</description><dataType arraysize="1" xsi:type="vs:VOTableType">short</dataType></column><column><name>elliptical</name><description>Galaxies flagged as 'elliptical' require 80 per cent of the vote in that category after the debiasing procedure has been applied</description><dataType arraysize="1" xsi:type="vs:VOTableType">short</dataType></column><column><name>uncertain</name><description>Galaxies with neither 'elliptical' nor 'spiral' flag</description><dataType arraysize="1" xsi:type="vs:VOTableType">short</dataType></column></table><table><name>specphot.simard_table2</name><description> Spectra and photometry of galaxies derived from cross-match between
SDSS, GALEX, and UKIDSS catalogs</description><column><name>objid</name><description>SDSS ObjID (unique identifier)</description><ucd>meta.id</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>b_t_g</name><description>[0,1]? g-band bulge fraction</description><ucd>phot.mag.sb;arith.ratio</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>b_t_r</name><description>[0,1]? r-band bulge fraction</description><ucd>phot.mag.sb;arith.ratio</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>rhlg</name><description>[0,1488]? g-band galaxy semi-major axis, half-light radius</description><unit>kpc</unit><ucd>phys.size.smajAxis;src.orbital</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>rchl_g</name><description>[-336,308] g-band galaxy circular half-light radius</description><unit>kpc</unit><ucd>phys.size.radius</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>e</name><description>[0,1]? Bulge ellipticity (G3)</description><ucd>src.ellipticity</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>i</name><description>? Disk inclination angle (1)</description><unit>deg</unit><ucd>src.orbital.inclination;pos.posAng</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>phid</name><description>[-360,360] Disk position angle (G4)</description><unit>deg</unit><ucd>pos.posAng</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>s2g</name><description>? g-band image smoothness parameter (G6)</description><ucd>stat.fit.param</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>s2r</name><description>? r-band image smoothness parameter (G6)</description><ucd>stat.fit.param</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ggmag</name><description>? Absolute, rest-frame g-band GIM2D galaxy magnitude (Eq. 3a)</description><unit>mag</unit><ucd>phys.magAbs</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>rgmag</name><description>? Absolute, rest-frame r-band GIM2D galaxy magnitude (Eq. 3b)</description><unit>mag</unit><ucd>phys.magAbs</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>nb</name><description>[0,8]? Bulge Sersic index (4.00 for table 1)</description><ucd>stat.fit.param</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column></table><table><name>specphot.simard_table3</name><description> Spectra and photometry of galaxies derived from cross-match between
SDSS, GALEX, and UKIDSS catalogs</description><column><name>objid</name><description>SDSS ObjID (unique identifier)</description><ucd>meta.id</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>gg2d</name><description>? GIM2D pure Sersic model g-band magnitude</description><unit>mag</unit><ucd>phot.mag;meta.modelled</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>rg2d</name><description>? GIM2D pure Sersic model r-band magnitude</description><unit>mag</unit><ucd>phot.mag;meta.modelled</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>rhlg</name><description>? g-band galaxy semi-major axis, half-light radius</description><unit>kpc</unit><ucd>phys.size.smajAxis;src.orbital</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>rchl_g</name><description>[-336,284] g-band galaxy circular half-light radius</description><unit>kpc</unit><ucd>phys.size.radius</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>rchl_r</name><description>[-336,284] r-band galaxy circular half-light radius</description><unit>kpc</unit><ucd>phys.size.radius</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>e</name><description>? Galaxy ellipticiy (G3)</description><ucd>src.ellipticity</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>phi</name><description>[-360,360] Galaxy position angle (G4)</description><unit>deg</unit><ucd>pos.posAng</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>s2g</name><description>[-89,98]? g-band image smoothness parameter (G6)</description><ucd>stat.fit.param</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>s2r</name><description>[-75,99]? r-band image smoothness parameter (G6)</description><ucd>stat.fit.param</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ggmag</name><description>[-37,7]? Absolute, rest-frame g-band GIM2D galaxy magnitude (Eq. 3a)</description><unit>mag</unit><ucd>phys.magAbs</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>rgmag</name><description>[-36,6]? Absolute, rest-frame r-band GIM2D galaxy magnitude (Eq. 3b)</description><unit>mag</unit><ucd>phys.magAbs</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ng</name><description>[0,8]? Galaxy Sersic index</description><ucd>stat.fit.param</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column></table></schema><schema><name>tap_schema</name><description> VOXastro Data Center's Table Access Protocol (TAP) service with
table metadata.</description><table><name>tap_schema.schemas</name><description>Schemas containing tables available for ADQL querying.</description><column><name>schema_name</name><description>Fully qualified schema name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>description</name><description>Brief description of the schema</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</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></table><table><name>tap_schema.tables</name><description>Tables available for ADQL querying.</description><column><name>schema_name</name><description>Fully qualified schema name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>table_name</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>table_type</name><description>One of: table, view</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>description</name><description>Brief description of the table</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</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>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></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>"size"</name><description>Length of variable length datatypes</description><dataType arraysize="1" xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>principal</name><description>Is column principal?</description><dataType arraysize="1" xsi:type="vs:VOTableType">int</dataType></column><column><name>indexed</name><description>Is there an index on this column?</description><dataType arraysize="1" xsi:type="vs:VOTableType">int</dataType></column><column><name>std</name><description>Is this a standard column?</description><dataType arraysize="1" 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 arraysize="1" xsi:type="vs:VOTableType">short</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.tables</targetTable><fkColumn><fromColumn>table_name</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey></table><table><name>tap_schema.keys</name><description>Foreign key relationships between tables available for ADQL querying.</description><column><name>key_id</name><description>Unique key identifier</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>from_table</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_table</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>description</name><description>Description of this key</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</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></table><table><name>tap_schema.groups</name><description>Columns that are part of groups within tables available for ADQL
querying.</description><column><name>table_name</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>column_name</name><description>Name of a column belonging to the group</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>column_utype</name><description>utype the column withing the group</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>group_name</name><description>Name of the group</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>group_utype</name><description>utype of the group</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.tables</targetTable><fkColumn><fromColumn>table_name</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey></table><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></table></schema></tableset></ri:Resource></oai:metadata></oai:OAI-PMH>