<?xml version='1.0' encoding='UTF-8' standalone='yes'?><?xml-stylesheet type='text/xsl' href='/csc21tap/tables.xsl'?><ns2:tableset xmlns:ns2="http://www.ivoa.net/xml/VOSITables/v1.0"><schema><name>TAP_SCHEMA</name><description>TAP schema</description><table type="table"><name>TAP_SCHEMA.schemas</name><description>List of schemas</description><column std="true"><name>schema_name</name><description>Fully qualified schema name</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="16">VARCHAR</dataType></column><column std="true"><name>description</name><description>Brief description of schema</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="256">VARCHAR</dataType></column><column std="true"><name>utype</name><description>UTYPE if schema corresponds to a data model</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="false"><name>id</name><description>For internal purposes</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column></table><table type="table"><name>TAP_SCHEMA.tables</name><description>List of tables</description><column std="true"><name>schema_name</name><description>Fully qualified schema name</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="16">VARCHAR</dataType></column><column std="true"><name>table_name</name><description>Fully qualified table name</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="32">VARCHAR</dataType></column><column std="true"><name>table_type</name><description>One of: table or view</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="8">VARCHAR</dataType></column><column std="true"><name>description</name><description>Brief description of table</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="256">VARCHAR</dataType></column><column std="true"><name>utype</name><description>UTYPE if table corresponds to a data model</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="false"><name>id</name><description>For internal purposes</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><foreignKey><targetTable>TAP_SCHEMA.schemas</targetTable><fkColumn><fromColumn>schema_name</fromColumn><targetColumn>schema_name</targetColumn></fkColumn></foreignKey></table><table type="table"><name>TAP_SCHEMA.columns</name><description>List of columns</description><column std="true"><name>table_name</name><description>Fully qualified table name</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="32">VARCHAR</dataType></column><column std="true"><name>column_name</name><description>Column name</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="true"><name>description</name><description>Brief description of column</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="256">VARCHAR</dataType></column><column std="true"><name>unit</name><description>Unit in VO std format</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="true"><name>ucd</name><description>UCD of column if any</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="128">VARCHAR</dataType></column><column std="true"><name>utype</name><description>Utype</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="128">VARCHAR</dataType></column><column std="true"><name>datatype</name><description>ADQL datatype as in section 2.5</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="16">VARCHAR</dataType></column><column std="true"><name>"size"</name><description>Length of variable length datatypes</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="true"><name>principal</name><description>A principal column (1 true, 0 false)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="true"><name>indexed</name><description>An indexed column (1 true, 0 false)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="true"><name>std</name><description>A std column (1 true, 0 false)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>id</name><description>For internal purposes</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="true"><name>xtype</name><description>Extended ADQL data type</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><foreignKey><targetTable>TAP_SCHEMA.tables</targetTable><fkColumn><fromColumn>table_name</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey></table><table type="table"><name>TAP_SCHEMA.keys</name><description>List of keys</description><column std="true"><name>key_id</name><description>Unique key descriptor</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="true"><name>from_table</name><description>Fully qualified table name</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="32">VARCHAR</dataType></column><column std="true"><name>target_table</name><description>Fully qualified table name</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="32">VARCHAR</dataType></column><column std="true"><name>description</name><description>Description of this key</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="256">VARCHAR</dataType></column><column std="true"><name>utype</name><description>Utype of this key</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="false"><name>id</name><description>For internal purposes</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><foreignKey><targetTable>TAP_SCHEMA.tables</targetTable><fkColumn><fromColumn>from_table</fromColumn><targetColumn>table_name</targetColumn></fkColumn><fkColumn><fromColumn>target_table</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey></table><table type="table"><name>TAP_SCHEMA.key_columns</name><description>List of key columns</description><column std="true"><name>key_id</name><description>Key identifier from keys table</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="true"><name>from_column</name><description>Key column name in the from_table</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="true"><name>target_column</name><description>Key column name in the target_table</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="false"><name>id</name><description>For internal purposes</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><foreignKey><targetTable>TAP_SCHEMA.columns</targetTable><fkColumn><fromColumn>from_column</fromColumn><targetColumn>column_name</targetColumn></fkColumn><fkColumn><fromColumn>target_column</fromColumn><targetColumn>column_name</targetColumn></fkColumn></foreignKey><foreignKey><targetTable>TAP_SCHEMA.keys</targetTable><fkColumn><fromColumn>key_id</fromColumn><targetColumn>key_id</targetColumn></fkColumn></foreignKey></table></schema><schema><name>csc21</name><description>Chandra Source Catalog version 2.1</description><table type="view"><name>csc21.cone</name><description>Cone search view</description><column std="false"><name>name</name><description>Source name in the format '2CXO Jhhmmss.s{+|-}ddmmss[X]'</description><ucd>ID_MAIN</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="22">VARCHAR</dataType><flag>principal</flag><flag>indexed</flag></column><column std="false"><name>ra</name><description>Source position, ICRS right ascension</description><unit>deg</unit><ucd>POS_EQ_RA_MAIN</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag><flag>indexed</flag></column><column std="false"><name>dec</name><description>Source position, ICRS declination</description><unit>deg</unit><ucd>POS_EQ_DEC_MAIN</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag><flag>indexed</flag></column><column std="false"><name>err_ellipse_r0</name><description>Major radius of the 95% confidence level position error ellipse</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>err_ellipse_r1</name><description>Minor radius of the 95% confidence level position error ellipse</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>err_ellipse_ang</name><description>Position angle (ref. local true north) of the major axis of the 95% confidence level error ellipse</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>gal_b</name><description>Source position, Galactic latitude (equinox J2000.0, epoch J2000.0)</description><unit>deg</unit><ucd>pos.galactic.lat</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>gal_l</name><description>Source position, Galactic longitude (equinox J2000.0, epoch J2000.0)</description><unit>deg</unit><ucd>pos.galactic.lon</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>extent_flag</name><description>Source is extended, or deconvolved source extent is inconsistent with a point source at the 90% confidence level in one or more observations and energy bands</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>conf_flag</name><description>Source may be confused (source and/or background regions overlap in one or more contributing stacked observations)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType><flag>principal</flag></column><column std="false"><name>pileup_flag</name><description>ACIS pile-up fraction exceeds ~ 10% in all observations; source properties may be affected</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>var_flag</name><description>Source displays flux variability within one or more observations, or between observations, in one or more energy bands</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>streak_src_flag</name><description>Source is located on an ACIS readout streak in all observations; source properties may be affected</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>sat_src_flag</name><description>Source is saturated in all observations; source properties are unreliable</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType><flag>principal</flag></column><column std="false"><name>man_add_flag</name><description>Source was manually added in the catalog via human review</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>man_inc_flag</name><description>Source was manually included in the catalog via human review (detection was rejected by automated criteria)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>man_reg_flag</name><description>Source region parameters (dimensions, initial guess position input to the Maximum Likelihood Estimator fit) were manually modified via human review</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>man_match_flag</name><description>Source detections were manually matched between overlapping stacked observations via human review</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>man_pos_flag</name><description>Best fit source position was manually modified via human review</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>var_inter_hard_flag</name><description>Source hardness ratios are statistically inconsistent between two or more observations</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>major_axis_b</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_h</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_m</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_s</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_u</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_w</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_b</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_h</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_m</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_s</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_u</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_w</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_b</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_h</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_m</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_s</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_u</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_w</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_b</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_h</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_m</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_s</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_u</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_w</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_b</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_h</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_m</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_s</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_u</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_w</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_b</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_h</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_m</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_s</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_u</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_w</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_b</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_h</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_m</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_s</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_u</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_w</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_b</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_h</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_m</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_s</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_u</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_w</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_b</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_h</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_m</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_s</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_u</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_w</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_b</name><description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_h</name><description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_m</name><description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_s</name><description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_u</name><description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_w</name><description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>phot_nsrcs</name><description>Number of sources fit simultaneously to compute aperture photometry quantities</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>photflux_aper_b</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_h</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_m</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_s</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_u</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_w</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; HRC w</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_b</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_h</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_m</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_s</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_u</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_w</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_b</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_h</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_m</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_s</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_u</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_w</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_b</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS br</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_h</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS ha</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_m</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS me</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_s</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS so</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_u</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS ul</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_w</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; HRC wid</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_b</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_h</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_m</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_s</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_u</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_w</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_b</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_h</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_m</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_s</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_u</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_w</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_b</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_h</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_m</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_s</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_u</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_w</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; HRC w</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_lolim_b</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_lolim_h</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_lolim_m</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_lolim_s</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_lolim_u</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_lolim_w</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_hilim_b</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_hilim_h</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_hilim_m</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_hilim_s</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_hilim_u</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_hilim_w</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper90_b</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS br</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_h</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS ha</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_m</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS me</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_s</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS so</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_u</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS ul</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_w</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; HRC wid</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_b</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_h</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_m</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_s</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_u</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_w</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_b</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_h</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_m</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_s</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_u</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_w</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_b</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_h</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_m</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_s</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_u</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_w</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_lolim_b</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_lolim_h</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_lolim_m</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_lolim_s</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_lolim_u</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_lolim_w</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_hilim_b</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_hilim_h</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_hilim_m</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_hilim_s</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_hilim_u</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_hilim_w</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_b</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_h</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_m</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_s</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_u</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_w</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_lolim_b</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_lolim_h</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_lolim_m</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_lolim_s</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_lolim_u</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_lolim_w</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_hilim_b</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_hilim_h</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_hilim_m</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_hilim_s</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_hilim_u</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_hilim_w</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_b</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_h</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_m</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_s</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_u</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_w</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_lolim_b</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_lolim_h</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_lolim_m</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_lolim_s</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_lolim_u</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_lolim_w</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_hilim_b</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_hilim_h</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_hilim_m</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_hilim_s</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_hilim_u</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_hilim_w</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_b</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_h</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_m</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_s</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_u</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_w</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_lolim_b</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_lolim_h</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_lolim_m</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_lolim_s</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_lolim_u</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_lolim_w</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_hilim_b</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_hilim_h</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_hilim_m</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_hilim_s</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_hilim_u</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_hilim_w</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>likelihood</name><description>Highest detection log likelihood across all stacked observations and energy bands</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>likelihood_class</name><description>Highest detection likelihood classification across all stacked observations and energy bands</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><column std="false"><name>significance</name><description>Highest flux significance (S/N) across all stacked observations and energy bands</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_powlaw</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_lolim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_hilim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_gamma</name><description>Photon index, defined as F_E ~ E^(-Gamma), of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_gamma_lolim</name><description>Photon index, defined as F_E ~ E^(-Gamma), of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_gamma_hilim</name><description>Photon index, defined as F_E ~ E^(-Gamma), of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_gamma_rhat</name><description>Photon index convergence criterion of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_nh</name><description>N_H column density of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_nh_lolim</name><description>N_H column density of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_nh_hilim</name><description>N_H column density of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_nh_rhat</name><description>N_H column density convergence criterion of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_ampl</name><description>Amplitude of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_ampl_lolim</name><description>Amplitude of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_ampl_hilim</name><description>Amplitude of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% upperer confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_ampl_rhat</name><description>Amplitude convergence criterion of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_stat</name><description>chi-square statistic per degree of freedom of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_lolim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_hilim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_kt</name><description>Temperature (kT) of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_kt_lolim</name><description>Temperature (kT) of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_kt_hilim</name><description>Temperature (kT) of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_kt_rhat</name><description>Temperature (kT) convergence criterion of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_nh</name><description>N_H column density of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_nh_lolim</name><description>N_H column density of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_nh_hilim</name><description>N_H column density of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_nh_rhat</name><description>N_H column density convergence criterion of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_ampl</name><description>Amplitude of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_ampl_lolim</name><description>Amplitude of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_ampl_hilim</name><description>Amplitude of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% upperer confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_ampl_rhat</name><description>Amplitude convergence criterion of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_stat</name><description>chi-square statistic per degree of freedom of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_lolim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_hilim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_kt</name><description>Temperature (kT) of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_kt_lolim</name><description>Temperature (kT) of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_kt_hilim</name><description>Temperature (kT) of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_kt_rhat</name><description>Temperature (kT) convergence criterion of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_nh</name><description>N_H column density of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_nh_lolim</name><description>N_H column density of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_nh_hilim</name><description>N_H column density of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_nh_rhat</name><description>N_H column density convergence criterion of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_norm</name><description>Amplitude of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_norm_lolim</name><description>Amplitude of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_norm_hilim</name><description>Amplitude of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% upperer confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_norm_rhat</name><description>Amplitude convergence criterion of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_stat</name><description>chi-square statistic per degree of freedom of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_lolim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_hilim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_kt</name><description>Temperature (kT) of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_kt_lolim</name><description>Temperature (kT) of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_kt_hilim</name><description>Temperature (kT) of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_kt_rhat</name><description>Temperature (kT) convergence criterion of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_abund</name><description>Abundance of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_abund_lolim</name><description>Abundance of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_abund_hilim</name><description>Abundance of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_abund_rhat</name><description>Abundance convergence criterion of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_z</name><description>Redshift of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_z_lolim</name><description>Redshift of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_z_hilim</name><description>Redshift of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_z_rhat</name><description>Redshift convergence criterion Redshift of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_nh</name><description>N_H column density of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_nh_lolim</name><description>N_H column density of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_nh_hilim</name><description>N_H column density of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_nh_rhat</name><description>N_H column density convergence criterion of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_norm</name><description>Amplitude of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_norm_lolim</name><description>Amplitude of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_norm_hilim</name><description>Amplitude of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upperer confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_norm_rhat</name><description>Amplitude convergence criterion of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_stat</name><description>chi-square statistic per degree of freedom of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>nh_gal</name><description>Galactic N_H column density in direction of source</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hm</name><description>ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hm_lolim</name><description>ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hm_hilim</name><description>ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_prob_hm</name><description>Inter-observation ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio variability probability</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_sigma_hm</name><description>Inter-observation ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio variability standard deviation</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hs</name><description>ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hs_lolim</name><description>ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hs_hilim</name><description>ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_prob_hs</name><description>Inter-observation ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio variability probability</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_sigma_hs</name><description>Inter-observation ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio variability standard deviation</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_ms</name><description>ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_ms_lolim</name><description>ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_ms_hilim</name><description>ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_prob_ms</name><description>Inter-observation ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio variability probability</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_sigma_ms</name><description>Inter-observation ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio variability standard deviation</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_b</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_h</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_m</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_s</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_u</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_w</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_b</name><description>Intra-observation Kuiper's test variability probability (highest value across all observations); ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_h</name><description>Intra-observation Kuiper's test variability probability (highest value across all observations); ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_m</name><description>Intra-observation Kuiper's test variability probability (highest value across all observations); ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_s</name><description>Intra-observation Kuiper's test variability probability (highest value across all observations); ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_u</name><description>Intra-observation Kuiper's test variability probability (highest value across all observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_w</name><description>Intra-observation Kuiper's test variability probability (highest value across all observations); HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_b</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_h</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_m</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_s</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_u</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_w</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_index_b</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_intra_index_h</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_intra_index_m</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_intra_index_s</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_intra_index_u</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_intra_index_w</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_b</name><description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_h</name><description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_m</name><description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_s</name><description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_u</name><description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_w</name><description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_prob_b</name><description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_prob_h</name><description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_prob_m</name><description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_prob_s</name><description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_prob_u</name><description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_prob_w</name><description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_b</name><description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_h</name><description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_m</name><description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_s</name><description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_u</name><description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_w</name><description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dither_warning_flag</name><description>Highest statistically significant peak in the power spectrum of the source region count rate occurs at the dither frequency or at a beat frequency of the dither frequency in one or more observations</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>acis_num</name><description>Total number of ACIS imaging observations contributing to the Master Sources Table record of the source</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>acis_hetg_num</name><description>Total number of ACIS/HETG  observations contributing to the Master Sources Table record of the source</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>acis_letg_num</name><description>Total number of ACIS/LETG  observations contributing to the Master Sources Table record of the source</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>acis_time</name><description>Total exposure time (seconds of good time) for all ACIS imaging observations contributing to the Master Sources Table record of the source</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>acis_hetg_time</name><description>Total exposure time (seconds of good time) for all ACIS/HETG  observations contributing to the Master Sources Table record of the source</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>acis_letg_time</name><description>Total exposure time (seconds of good time) for all ACIS/LETG  observations contributing to the Master Sources Table record of the source</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hrc_num</name><description>Total number of HRC imaging observations contributing to the Master Sources Table record of the source</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>hrc_hetg_num</name><description>Total number of HRC/HETG  observations contributing to the Master Sources Table record of the source</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>hrc_letg_num</name><description>Total number of HRC/LETG  observations contributing to the Master Sources Table record of the source</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>hrc_time</name><description>Total exposure time (seconds of good time) for all HRC imaging observations contributing to the Master Sources Table record of the source</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hrc_hetg_time</name><description>Total exposure time (seconds of good time) for all HRC/HETG observations contributing to the Master Sources Table record of the source</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hrc_letg_time</name><description>Total exposure time (seconds of good time) for all HRC/LETG  observations contributing to the Master Sources Table record of the source</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column></table><table type="view"><name>csc21.master_source</name><description>Master Sources</description><column std="false"><name>name</name><description>Source name in the format '2CXO Jhhmmss.s{+|-}ddmmss[X]'</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="22">VARCHAR</dataType><flag>principal</flag><flag>indexed</flag></column><column std="false"><name>ra</name><description>Source position, ICRS right ascension</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag><flag>indexed</flag></column><column std="false"><name>dec</name><description>Source position, ICRS declination</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag><flag>indexed</flag></column><column std="false"><name>err_ellipse_r0</name><description>Major radius of the 95% confidence level position error ellipse</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>err_ellipse_r1</name><description>Minor radius of the 95% confidence level position error ellipse</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>err_ellipse_ang</name><description>Position angle (ref. local true north) of the major axis of the 95% confidence level error ellipse</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>gal_b</name><description>Source position, Galactic latitude (equinox J2000.0, epoch J2000.0)</description><unit>deg</unit><ucd>pos.galactic.lat</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>gal_l</name><description>Source position, Galactic longitude (equinox J2000.0, epoch J2000.0)</description><unit>deg</unit><ucd>pos.galactic.lon</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>extent_flag</name><description>Source is extended, or deconvolved source extent is inconsistent with a point source at the 90% confidence level in one or more observations and energy bands</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>conf_flag</name><description>Source may be confused (source and/or background regions overlap in one or more contributing stacked observations)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType><flag>principal</flag></column><column std="false"><name>pileup_flag</name><description>ACIS pile-up fraction exceeds ~ 10% in all observations; source properties may be affected</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>var_flag</name><description>Source displays flux variability within one or more observations, or between observations, in one or more energy bands</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>streak_src_flag</name><description>Source is located on an ACIS readout streak in all observations; source properties may be affected</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>sat_src_flag</name><description>Source is saturated in all observations; source properties are unreliable</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType><flag>principal</flag></column><column std="false"><name>man_add_flag</name><description>Source was manually added in the catalog via human review</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>man_inc_flag</name><description>Source was manually included in the catalog via human review (detection was rejected by automated criteria)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>man_reg_flag</name><description>Source region parameters (dimensions, initial guess position input to the Maximum Likelihood Estimator fit) were manually modified via human review</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>man_match_flag</name><description>Source detections were manually matched between overlapping stacked observations via human review</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>man_pos_flag</name><description>Best fit source position was manually modified via human review</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>var_inter_hard_flag</name><description>Source hardness ratios are statistically inconsistent between two or more observations</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>major_axis_b</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_h</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_m</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_s</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_u</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_w</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_b</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_h</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_m</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_s</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_u</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_w</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_b</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_h</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_m</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_s</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_u</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_w</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_b</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_h</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_m</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_s</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_u</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_w</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_b</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_h</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_m</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_s</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_u</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_w</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_b</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_h</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_m</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_s</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_u</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_w</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_b</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_h</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_m</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_s</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_u</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_w</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_b</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_h</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_m</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_s</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_u</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_w</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_b</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_h</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_m</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_s</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_u</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_w</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_b</name><description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_h</name><description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_m</name><description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_s</name><description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_u</name><description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_w</name><description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>phot_nsrcs</name><description>Number of sources fit simultaneously to compute aperture photometry quantities</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>photflux_aper_b</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_h</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_m</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_s</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_u</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_w</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; HRC w</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_b</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_h</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_m</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_s</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_u</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_w</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_b</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_h</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_m</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_s</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_u</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_w</name><description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_b</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS br</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_h</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS ha</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_m</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS me</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_s</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS so</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_u</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS ul</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_w</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; HRC wid</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_b</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_h</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_m</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_s</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_u</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_w</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_b</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_h</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_m</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_s</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_u</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_w</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_b</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_h</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_m</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_s</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_u</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_w</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; HRC w</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_lolim_b</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_lolim_h</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_lolim_m</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_lolim_s</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_lolim_u</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_lolim_w</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_hilim_b</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_hilim_h</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_hilim_m</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_hilim_s</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_hilim_u</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_hilim_w</name><description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper90_b</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS br</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_h</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS ha</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_m</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS me</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_s</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS so</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_u</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS ul</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_w</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; HRC wid</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_b</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_h</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_m</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_s</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_u</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_w</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_b</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_h</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_m</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_s</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_u</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_w</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_b</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_h</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_m</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_s</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_u</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_w</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_lolim_b</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_lolim_h</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_lolim_m</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_lolim_s</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_lolim_u</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_lolim_w</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_hilim_b</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_hilim_h</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_hilim_m</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_hilim_s</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_hilim_u</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_avg_hilim_w</name><description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_b</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_h</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_m</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_s</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_u</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_w</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_lolim_b</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_lolim_h</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_lolim_m</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_lolim_s</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_lolim_u</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_lolim_w</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_hilim_b</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_hilim_h</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_hilim_m</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_hilim_s</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_hilim_u</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_avg_hilim_w</name><description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_b</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_h</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_m</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_s</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_u</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_w</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_lolim_b</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_lolim_h</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_lolim_m</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_lolim_s</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_lolim_u</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_lolim_w</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_hilim_b</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_hilim_h</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_hilim_m</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_hilim_s</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_hilim_u</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_avg_hilim_w</name><description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_b</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_h</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_m</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_s</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_u</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_w</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_lolim_b</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_lolim_h</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_lolim_m</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_lolim_s</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_lolim_u</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_lolim_w</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_hilim_b</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_hilim_h</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_hilim_m</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_hilim_s</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_hilim_u</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_avg_hilim_w</name><description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>likelihood</name><description>Highest detection log likelihood across all stacked observations and energy bands</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>likelihood_class</name><description>Highest detection likelihood classification across all stacked observations and energy bands</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><column std="false"><name>significance</name><description>Highest flux significance (S/N) across all stacked observations and energy bands</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_powlaw</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_lolim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_hilim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_gamma</name><description>Photon index, defined as F_E ~ E^(-Gamma), of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_gamma_lolim</name><description>Photon index, defined as F_E ~ E^(-Gamma), of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_gamma_hilim</name><description>Photon index, defined as F_E ~ E^(-Gamma), of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_gamma_rhat</name><description>Photon index convergence criterion of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_nh</name><description>N_H column density of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_nh_lolim</name><description>N_H column density of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_nh_hilim</name><description>N_H column density of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_nh_rhat</name><description>N_H column density convergence criterion of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_ampl</name><description>Amplitude of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_ampl_lolim</name><description>Amplitude of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_ampl_hilim</name><description>Amplitude of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% upperer confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_ampl_rhat</name><description>Amplitude convergence criterion of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_stat</name><description>chi-square statistic per degree of freedom of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_lolim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_hilim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_kt</name><description>Temperature (kT) of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_kt_lolim</name><description>Temperature (kT) of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_kt_hilim</name><description>Temperature (kT) of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_kt_rhat</name><description>Temperature (kT) convergence criterion of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_nh</name><description>N_H column density of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_nh_lolim</name><description>N_H column density of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_nh_hilim</name><description>N_H column density of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_nh_rhat</name><description>N_H column density convergence criterion of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_ampl</name><description>Amplitude of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_ampl_lolim</name><description>Amplitude of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_ampl_hilim</name><description>Amplitude of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% upperer confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_ampl_rhat</name><description>Amplitude convergence criterion of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_stat</name><description>chi-square statistic per degree of freedom of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_lolim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_hilim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_kt</name><description>Temperature (kT) of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_kt_lolim</name><description>Temperature (kT) of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_kt_hilim</name><description>Temperature (kT) of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_kt_rhat</name><description>Temperature (kT) convergence criterion of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_nh</name><description>N_H column density of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_nh_lolim</name><description>N_H column density of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_nh_hilim</name><description>N_H column density of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_nh_rhat</name><description>N_H column density convergence criterion of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_norm</name><description>Amplitude of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_norm_lolim</name><description>Amplitude of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_norm_hilim</name><description>Amplitude of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% upperer confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_norm_rhat</name><description>Amplitude convergence criterion of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_stat</name><description>chi-square statistic per degree of freedom of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_lolim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_hilim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_kt</name><description>Temperature (kT) of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_kt_lolim</name><description>Temperature (kT) of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_kt_hilim</name><description>Temperature (kT) of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_kt_rhat</name><description>Temperature (kT) convergence criterion of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_abund</name><description>Abundance of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_abund_lolim</name><description>Abundance of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_abund_hilim</name><description>Abundance of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_abund_rhat</name><description>Abundance convergence criterion of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_z</name><description>Redshift of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_z_lolim</name><description>Redshift of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_z_hilim</name><description>Redshift of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_z_rhat</name><description>Redshift convergence criterion Redshift of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_nh</name><description>N_H column density of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_nh_lolim</name><description>N_H column density of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_nh_hilim</name><description>N_H column density of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_nh_rhat</name><description>N_H column density convergence criterion of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_norm</name><description>Amplitude of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_norm_lolim</name><description>Amplitude of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_norm_hilim</name><description>Amplitude of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upperer confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_norm_rhat</name><description>Amplitude convergence criterion of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_stat</name><description>chi-square statistic per degree of freedom of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>nh_gal</name><description>Galactic N_H column density in direction of source</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hm</name><description>ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hm_lolim</name><description>ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hm_hilim</name><description>ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_prob_hm</name><description>Inter-observation ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio variability probability</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_sigma_hm</name><description>Inter-observation ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio variability standard deviation</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hs</name><description>ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hs_lolim</name><description>ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hs_hilim</name><description>ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_prob_hs</name><description>Inter-observation ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio variability probability</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_sigma_hs</name><description>Inter-observation ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio variability standard deviation</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_ms</name><description>ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_ms_lolim</name><description>ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_ms_hilim</name><description>ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_prob_ms</name><description>Inter-observation ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio variability probability</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_sigma_ms</name><description>Inter-observation ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio variability standard deviation</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_b</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_h</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_m</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_s</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_u</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_w</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_b</name><description>Intra-observation Kuiper's test variability probability (highest value across all observations); ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_h</name><description>Intra-observation Kuiper's test variability probability (highest value across all observations); ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_m</name><description>Intra-observation Kuiper's test variability probability (highest value across all observations); ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_s</name><description>Intra-observation Kuiper's test variability probability (highest value across all observations); ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_u</name><description>Intra-observation Kuiper's test variability probability (highest value across all observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_w</name><description>Intra-observation Kuiper's test variability probability (highest value across all observations); HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_b</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_h</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_m</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_s</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_u</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_w</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_index_b</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_intra_index_h</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_intra_index_m</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_intra_index_s</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_intra_index_u</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_intra_index_w</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_b</name><description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_h</name><description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_m</name><description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_s</name><description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_u</name><description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_w</name><description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_prob_b</name><description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_prob_h</name><description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_prob_m</name><description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_prob_s</name><description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_prob_u</name><description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_prob_w</name><description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_b</name><description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_h</name><description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_m</name><description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_s</name><description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_u</name><description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_w</name><description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dither_warning_flag</name><description>Highest statistically significant peak in the power spectrum of the source region count rate occurs at the dither frequency or at a beat frequency of the dither frequency in one or more observations</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>acis_num</name><description>Total number of ACIS imaging observations contributing to the Master Sources Table record of the source</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>acis_hetg_num</name><description>Total number of ACIS/HETG  observations contributing to the Master Sources Table record of the source</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>acis_letg_num</name><description>Total number of ACIS/LETG  observations contributing to the Master Sources Table record of the source</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>acis_time</name><description>Total exposure time (seconds of good time) for all ACIS imaging observations contributing to the Master Sources Table record of the source</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>acis_hetg_time</name><description>Total exposure time (seconds of good time) for all ACIS/HETG  observations contributing to the Master Sources Table record of the source</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>acis_letg_time</name><description>Total exposure time (seconds of good time) for all ACIS/LETG  observations contributing to the Master Sources Table record of the source</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hrc_num</name><description>Total number of HRC imaging observations contributing to the Master Sources Table record of the source</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>hrc_hetg_num</name><description>Total number of HRC/HETG  observations contributing to the Master Sources Table record of the source</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>hrc_letg_num</name><description>Total number of HRC/LETG  observations contributing to the Master Sources Table record of the source</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>hrc_time</name><description>Total exposure time (seconds of good time) for all HRC imaging observations contributing to the Master Sources Table record of the source</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hrc_hetg_time</name><description>Total exposure time (seconds of good time) for all HRC/HETG observations contributing to the Master Sources Table record of the source</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hrc_letg_time</name><description>Total exposure time (seconds of good time) for all HRC/LETG  observations contributing to the Master Sources Table record of the source</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column></table><table type="view"><name>csc21.stack_source</name><description>Stacked Observation Detections</description><column std="false"><name>detect_stack_id</name><description>Detect stack identifier (designation of observation stack used for source detection) in the format '{acis|hrc}fJhhmmsss{+|-}ddmmss_nnn'</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="24">VARCHAR</dataType></column><column std="false"><name>ra_stack</name><description>Detect stack tangent plane reference position, ICRS right ascension</description><unit>deg</unit><ucd>pos.eq.ra</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dec_stack</name><description>Detect stack tangent plane reference position, ICRS declination</description><unit>deg</unit><ucd>pos.eq.dec</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>instrument</name><description>Instrument used for the stacked observations; 'ACIS' or 'HRC'</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="4">VARCHAR</dataType></column><column std="false"><name>grating</name><description>Transmission grating used for the stacked observations; 'NONE', 'HETG', or 'LETG</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="4">VARCHAR</dataType></column><column std="false"><name>ascdsver</name><description>Software version used to create the Level 3 detect stack event data file</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><column std="false"><name>caldbver</name><description>Calibration database version used to calibrate the Level 3 detect stack event data file</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><column std="false"><name>crdate</name><description>Creation date/time of the Level 3 detect stack event data file, UTC</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><column std="false"><name>region_id</name><description>Detection region identifier (component number)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>ra</name><description>Detection position, ICRS Right Ascension</description><unit>deg</unit><ucd>pos.eq.ra</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>dec</name><description>Detection position, ICRS Declination</description><unit>deg</unit><ucd>pos.eq.dec</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>err_ellipse_r0</name><description>Major radius of the 95% confidence level position error ellipse</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>err_ellipse_r1</name><description>Minor radius of the 95% confidence level position error ellipse</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>err_ellipse_ang</name><description>Position angle (ref. local true north) of the major axis of the 95% confidence level error ellipse</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>theta_mean</name><description>Mean source region aperture off-axis angle from all stacked observations</description><unit>arcmin</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>likelihood_b</name><description>log likelihood of the stacked-observation detection computed by the Maximum Likelihood Estimator fit to the photon counts distribution; ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>likelihood_h</name><description>log likelihood of the stacked-observation detection computed by the Maximum Likelihood Estimator fit to the photon counts distribution; ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>likelihood_m</name><description>log likelihood of the stacked-observation detection computed by the Maximum Likelihood Estimator fit to the photon counts distribution; ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>likelihood_s</name><description>log likelihood of the stacked-observation detection computed by the Maximum Likelihood Estimator fit to the photon counts distribution; ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>likelihood_u</name><description>log likelihood of the stacked-observation detection computed by the Maximum Likelihood Estimator fit to the photon counts distribution; ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>likelihood_w</name><description>log likelihood of the stacked-observation detection computed by the Maximum Likelihood Estimator fit to the photon counts distribution; HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>likelihood_class</name><description>Highest detection likelihood classification across all energy bands</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><column std="false"><name>detect_significance_b</name><description>Significance of the stacked-observation detection computed by the stacked-observation detection algorithm; ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>detect_significance_h</name><description>Significance of the stacked-observation detection computed by the stacked-observation detection algorithm; ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>detect_significance_m</name><description>Significance of the stacked-observation detection computed by the stacked-observation detection algorithm; ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>detect_significance_s</name><description>Significance of the stacked-observation detection computed by the stacked-observation detection algorithm; ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>detect_significance_u</name><description>Significance of the stacked-observation detection computed by the stacked-observation detection algorithm; ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>detect_significance_w</name><description>Significance of the stacked-observation detection computed by the stacked-observation detection algorithm; HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_significance_b</name><description>Significance of the stacked-observation detection determined from the ratio of the stacked-observation detection flux to the estimated error in the local background; ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_significance_h</name><description>Significance of the stacked-observation detection determined from the ratio of the stacked-observation detection flux to the estimated error in the local background; ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_significance_m</name><description>Significance of the stacked-observation detection determined from the ratio of the stacked-observation detection flux to the estimated error in the local background; ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_significance_s</name><description>Significance of the stacked-observation detection determined from the ratio of the stacked-observation detection flux to the estimated error in the local background; ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_significance_u</name><description>Significance of the stacked-observation detection determined from the ratio of the stacked-observation detection flux to the estimated error in the local background; ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_significance_w</name><description>Significance of the stacked-observation detection determined from the ratio of the stacked-observation detection flux to the estimated error in the local background; HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>extent_code</name><description>Detection is extended, or deconvolved compact detection extent is inconsistent with a point source at the 90% confidence level in one or more of the stacked observations and energy bands (bit encoded: 1, 2, 4, 8, 16, 32: deconvolved compact detection exten</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>conf_code</name><description>Compact detection may be confused (bit encoded: 1: background region overlaps another background region; 2: background region overlaps another source region; 4: source region overlaps another background region; 8: source region overlaps another source regi</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>pileup_flag</name><description>ACIS pile-up fraction exceeds ~ 10% in any stacked observation; detection properties may be affected</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>var_flag</name><description>Detection displays flux variability within one or more of the stacked observations, or between stacked observations, in one or more energy bands</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>edge_code</name><description>Detection position, or source or background region dithered off a detector boundary (chip pixel mask) during one or more of the stacked observations (bit encoded: 1: background region dithers off detector boundary; 2:source region dithers off detector boun</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>multi_chip_code</name><description>Source position, or source or background region dithered multiple detector chips during one or more of the stacked observations (bit encoded: 1: background region dithers across 2 chips; 2: background region dithers across &gt;2 chips; 4: source region dither</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>streak_src_flag</name><description>Detection is located on an ACIS readout streak in all stacked observations; detection properties may be affected</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>sat_src_flag</name><description>Detection is saturated in all stacked observations; detection properties are unreliable</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType><flag>principal</flag></column><column std="false"><name>man_add_flag</name><description>Detection was manually added in the catalog via human review</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>man_inc_flag</name><description>Detection was manually included in the catalog via human review (detection was rejected by automated criteria)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>man_reg_flag</name><description>Source region parameters (dimensions, initial guess position input to the Maximum Likelihood Estimator fit) were manually modified via human review</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>man_pos_flag</name><description>Best fit detection position was manually modified via human review</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>var_inter_hard_flag</name><description>Detection hardness ratios are statistically inconsistent between two or more of the stacked observations</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>ra_aper</name><description>Center of the source region and background region apertures, ICRS right ascension</description><unit>deg</unit><ucd>pos.eq.ra;instr.fov</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dec_aper</name><description>Center of the source region and background region apertures, ICRS declination</description><unit>deg</unit><ucd>pos.eq.dec;instr.fov</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_aper</name><description>Semi-major axis of the elliptical source region aperture</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_aper</name><description>Semi-minor axis of the elliptical source region aperture</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_aper</name><description>Position angle (ref. local true north) of the semi-major axis of the elliptical source region aperture</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis1_aperbkg</name><description>Semi-major axis of the inner ellipse of the annular background region aperture</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis1_aperbkg</name><description>Semi-minor axis of the inner ellipse of the annular background region aperture</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis2_aperbkg</name><description>Semi-major axis of the outer ellipse of the annular background region aperture</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis2_aperbkg</name><description>Semi-minor axis of the outer ellipse of the annular background region aperture</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_aperbkg</name><description>Position angle (ref. local true north) of the semi-major axes of the annular background region aperture</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_b</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_h</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_m</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_s</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_u</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_w</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_b</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_h</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_m</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_s</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_u</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_w</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_b</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_h</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_m</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_s</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_u</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_w</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_b</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_h</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_m</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_s</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_u</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_w</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_b</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_h</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_m</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_s</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_u</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_w</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_b</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_h</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_m</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_s</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_u</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_w</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_b</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_h</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_m</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_s</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_u</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_w</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_b</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_h</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_m</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_s</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_u</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_w</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_b</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_h</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_m</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_s</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_u</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_w</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_b</name><description>Area of the deconvolved detection extent ellipse, or area of the detection polygon for extended detections; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_h</name><description>Area of the deconvolved detection extent ellipse, or area of the detection polygon for extended detections; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_m</name><description>Area of the deconvolved detection extent ellipse, or area of the detection polygon for extended detections; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_s</name><description>Area of the deconvolved detection extent ellipse, or area of the detection polygon for extended detections; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_u</name><description>Area of the deconvolved detection extent ellipse, or area of the detection polygon for extended detections; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_w</name><description>Area of the deconvolved detection extent ellipse, or area of the detection polygon for extended detections; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>phot_nsrcs</name><description>Number of detections fit simultaneously to compute aperture photometry quantities</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>src_cnts_aper_b</name><description>Aperture-corrected detection net counts inferred from the source region aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_h</name><description>Aperture-corrected detection net counts inferred from the source region aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_m</name><description>Aperture-corrected detection net counts inferred from the source region aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_s</name><description>Aperture-corrected detection net counts inferred from the source region aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_u</name><description>Aperture-corrected detection net counts inferred from the source region aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_w</name><description>Aperture-corrected detection net counts inferred from the source region aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_lolim_b</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_lolim_h</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_lolim_m</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_lolim_s</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_lolim_u</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_lolim_w</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_hilim_b</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_hilim_h</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_hilim_m</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_hilim_s</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_hilim_u</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_hilim_w</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_b</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_h</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_m</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_s</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_u</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_w</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_lolim_b</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_lolim_h</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_lolim_m</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_lolim_s</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_lolim_u</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_lolim_w</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_hilim_b</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_hilim_h</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_hilim_m</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_hilim_s</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_hilim_u</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_hilim_w</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_b</name><description>Aperture-corrected detection net count rate inferred from the source region aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_h</name><description>Aperture-corrected detection net count rate inferred from the source region aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_m</name><description>Aperture-corrected detection net count rate inferred from the source region aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_s</name><description>Aperture-corrected detection net count rate inferred from the source region aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_u</name><description>Aperture-corrected detection net count rate inferred from the source region aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_w</name><description>Aperture-corrected detection net count rate inferred from the source region aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_lolim_b</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_lolim_h</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_lolim_m</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_lolim_s</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_lolim_u</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_lolim_w</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_hilim_b</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_hilim_h</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_hilim_m</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_hilim_s</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_hilim_u</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_hilim_w</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_b</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_h</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_m</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_s</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_u</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_w</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_lolim_b</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_lolim_h</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_lolim_m</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_lolim_s</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_lolim_u</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_lolim_w</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_hilim_b</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_hilim_h</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_hilim_m</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_hilim_s</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_hilim_u</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_hilim_w</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_b</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_h</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_m</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_s</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_u</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_w</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_b</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_h</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_m</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_s</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_u</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_w</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_b</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_h</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_m</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_s</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_u</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_w</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_b</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_h</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_m</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_s</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_u</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_w</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_b</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_h</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_m</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_s</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_u</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_w</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_b</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_h</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_m</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_s</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_u</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_w</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_b</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_h</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_m</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_s</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_u</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_w</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_lolim_b</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_lolim_h</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_lolim_m</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_lolim_s</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_lolim_u</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_lolim_w</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_hilim_b</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_hilim_h</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_hilim_m</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_hilim_s</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_hilim_u</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_hilim_w</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper90_b</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_h</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_m</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_s</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_u</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_w</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_b</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_h</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_m</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_s</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_u</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_w</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_b</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_h</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_m</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_s</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_u</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_w</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hm</name><description>ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hm_lolim</name><description>ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hm_hilim</name><description>ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_prob_hm</name><description>Inter-stacked-observation ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio variability probability</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_sigma_hm</name><description>Inter-stacked-observation ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio variability standard deviation</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hs</name><description>ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hs_lolim</name><description>ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hs_hilim</name><description>ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_prob_hs</name><description>Inter-stacked-observation ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio variability probability</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_sigma_hs</name><description>Inter-stacked-observation ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio variability standard deviation</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_ms</name><description>ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_ms_lolim</name><description>ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_ms_hilim</name><description>ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_prob_ms</name><description>Inter-stacked-observation ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio variability probability</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_hard_sigma_ms</name><description>Inter-stacked-observation ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio variability standard deviation</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_b</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_h</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_m</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_s</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_u</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_intra_prob_w</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_b</name><description>Intra-observation Kuiper's test variability probability (highest value across all stacked observations); ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_h</name><description>Intra-observation Kuiper's test variability probability (highest value across all stacked observations); ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_m</name><description>Intra-observation Kuiper's test variability probability (highest value across all stacked observations); ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_s</name><description>Intra-observation Kuiper's test variability probability (highest value across all stacked observations); ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_u</name><description>Intra-observation Kuiper's test variability probability (highest value across all stacked observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_intra_prob_w</name><description>Intra-observation Kuiper's test variability probability (highest value across all stacked observations); HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_b</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all stacked observations); ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_h</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all stacked observations); ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_m</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all stacked observations); ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_s</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all stacked observations); ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_u</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all stacked observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_prob_w</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all stacked observations); HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_intra_index_b</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all stacked observations); ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_intra_index_h</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all stacked observations); ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_intra_index_m</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all stacked observations); ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_intra_index_s</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all stacked observations); ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_intra_index_u</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all stacked observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_intra_index_w</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all stacked observations); HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_prob_b</name><description>Inter-stacked observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_prob_h</name><description>Inter-stacked observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_prob_m</name><description>Inter-stacked observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_prob_s</name><description>Inter-stacked observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_prob_u</name><description>Inter-stacked observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_prob_w</name><description>Inter-stacked observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_index_b</name><description>Inter-stacked-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_h</name><description>Inter-stacked-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_m</name><description>Inter-stacked-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_s</name><description>Inter-stacked-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_u</name><description>Inter-stacked-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_index_w</name><description>Inter-stacked-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_inter_sigma_b</name><description>Inter-stacked-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_h</name><description>Inter-stacked-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_m</name><description>Inter-stacked-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_s</name><description>Inter-stacked-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_u</name><description>Inter-stacked-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_inter_sigma_w</name><description>Inter-stacked-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dither_warning_flag</name><description>Highest statistically significant peak in the power spectrum of the detection source region count rate occurs at the dither frequency or at a beat frequency of the dither frequency in one or more of the stacked observations</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>livetime</name><description>Effective stacked observation exposure time at the location of the detection, after applying the good time intervals and the deadtime correction factor</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>deltax</name><description>SKY coordinate system X translation correction required to co-align the observation stack astrometric frame with the Gaia-CRF3 realization of the ICRF</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>deltay</name><description>SKY coordinate system Y translation correction required to co-align the observation stack astrometric frame with the Gaia-CRF3 realization of the ICRF</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>deltarot</name><description>SKY coordinate system roll angle correction required to co-align the observation stack astrometric frame with the Gaia-CRF3 realization of the ICRF</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dscale</name><description>SKY coordinate system scale factor correction required to co-align the observation stack astrometric frame with the Gaia-CRF3 realization of the ICRF</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>man_astrom_flag</name><description>Observation stack astrometric transform was manually modified via human review</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column></table><table type="view"><name>csc21.observation_source</name><description>Per-Observation Detections</description><column std="false"><name>obsid</name><description>Observation identifier</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>obi</name><description>Observation interval number</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>targname</name><description>Observation target name specified by observer</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><column std="false"><name>ra_targ</name><description>Target position specified by observer, ICRS right ascension</description><unit>deg</unit><ucd>pos.eq.ra;obs.field;obs.param</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dec_targ</name><description>Target position specified by observer, ICRS declination</description><unit>deg</unit><ucd>pos.eq.dec;obs.field;obs.param</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ra_pnt</name><description>Mean spacecraft pointing during the observation, ICRS right ascension</description><unit>deg</unit><ucd>pos.eq.ra;stat.mean;obs.field</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dec_pnt</name><description>Mean spacecraft pointing during the observation, ICRS declination</description><unit>deg</unit><ucd>pos.eq.dec;stat.mean;obs.field</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>roll_pnt</name><description>Mean spacecraft roll angle during the observation</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>chipx_pnt</name><description>Detector (chip coordinates) Cartesian x position corresponding to (ra_pnt, dec_pnt)</description><unit>pixel</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>chipy_pnt</name><description>Detector (chip coordinates) Cartesian y position corresponding to (ra_pnt, dec_pnt)</description><unit>pixel</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>chip_id_pnt</name><description>Detector (chip coordinates) identifier used to define (chipx_pnt, chipy_pnt)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>ra_nom</name><description>Observation tangent plane reference position, ICRS right ascension</description><unit>deg</unit><ucd>meta.ref;pos.eq.ra;obs.field</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dec_nom</name><description>Observation tangent plane reference position, ICRS declination</description><unit>deg</unit><ucd>meta.ref;pos.eq.dec;obs.field</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>roll_nom</name><description>Observation tangent plane roll angle (used to determine tangent plane North)</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>sim_x</name><description>SIM focus stage position during observation</description><unit>mm</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>sim_z</name><description>SIM translation stage position during observation</description><unit>mm</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dy</name><description>Mean aspect dy offset during observation</description><unit>mm</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dz</name><description>Mean aspect dz offset during observation</description><unit>mm</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dtheta</name><description>Mean aspect dtheta during observation</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>deltax</name><description>SKY coordinate system X translation correction required to co-align the observation astrometric frame within the observation stack</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>deltay</name><description>SKY coordinate system Y translation correction required to co-align the observation astrometric frame within the observation stack</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>deltarot</name><description>SKY coordinate system roll angle correction required to co-align co-align the observation astrometric frame within the observation stack</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dscale</name><description>SKY coordinate system scale factor correction required to co-align co-align the observation astrometric frame within the observation stack</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>man_astrom_flag</name><description>Observation astrometric transform was manually modified via human review</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>gti_start</name><description>Start time of valid observation data (MET: seconds since 1998 Jan 01 00:00:00 TT)</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>gti_stop</name><description>Stop time of valid observation data (MET: seconds since 1998 Jan 01 00:00:00 TT)</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>gti_elapse</name><description>Total elapsed time of the observation (gti_stop - gti_start)</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>gti_obs</name><description>Start time of valid observation data (TT), ISO 8601 format (yyyy-mm-ddThh:mm:ss)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><column std="false"><name>gti_end</name><description>Stop time of valid observation data (TT), ISO 8601 format (yyyy-mm-ddThh:mm:ss)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><column std="false"><name>gti_mjd_obs</name><description>MJD corresponding to start time of valid observation data (TT)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjd_ref</name><description>MJD corresponding to 0s MET</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>instrument</name><description>Instrument used for the observation; 'ACIS' or 'HRC'</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="4">VARCHAR</dataType></column><column std="false"><name>grating</name><description>Transmission grating used for the observation; 'NONE', 'HETG', or 'LETG</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="4">VARCHAR</dataType></column><column std="false"><name>datamode</name><description>Instrument data mode used for the observation</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType></column><column std="false"><name>readmode</name><description>ACIS readout mode used for the observation</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><column std="false"><name>cycle</name><description>ACIS readout cycle for the observation, 'P' (primary) or 'S' (secondary) for alternating exposure (interleaved) mode observations, or 'P' for other ACIS modes</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><column std="false"><name>exptime</name><description>ACIS CCD frame time</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>timing_mode</name><description>HRC precision timing mode</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>ascdsver</name><description>Software version used to create the Level 3 observation event data file</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><column std="false"><name>caldbver</name><description>Calibration database version used to calibrate the Level 3 observation event data file</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><column std="false"><name>crdate</name><description>Creation date/time of the Level 3 observation event data file, UTC</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><column std="false"><name>ao</name><description>Chandra observing cycle in which the observation was scheduled</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>region_id</name><description>Detection region identifier (component number)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>theta</name><description>PSF 90% ECF aperture off-axis angle</description><unit>arcmin</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>phi</name><description>PSF 90% ECF aperture azimuthal angle</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>chipx</name><description>Detector (chip coordinates) Cartesian x position corresponding to (theta, phi)</description><unit>pixel</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>chipy</name><description>Detector (chip coordinates) Cartesian y position corresponding to (theta, phi)</description><unit>pixel</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>chip_id</name><description>Detector (chip coordinates) identifier used to define (chipx, chipy)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>likelihood_b</name><description>Significance of the single-observation detection computed by the single-observation detection algorithm; ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>likelihood_h</name><description>Significance of the single-observation detection computed by the single-observation detection algorithm; ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>likelihood_m</name><description>Significance of the single-observation detection computed by the single-observation detection algorithm; ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>likelihood_s</name><description>Significance of the single-observation detection computed by the single-observation detection algorithm; ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>likelihood_u</name><description>Significance of the single-observation detection computed by the single-observation detection algorithm; ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>likelihood_w</name><description>Significance of the single-observation detection computed by the single-observation detection algorithm; HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_significance_b</name><description>Significance of the single-observation detection determined from the ratio of the single-observation detection flux to the estimated error in the local background; ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_significance_h</name><description>Significance of the single-observation detection determined from the ratio of the single-observation detection flux to the estimated error in the local background; ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_significance_m</name><description>Significance of the single-observation detection determined from the ratio of the single-observation detection flux to the estimated error in the local background; ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_significance_s</name><description>Significance of the single-observation detection determined from the ratio of the single-observation detection flux to the estimated error in the local background; ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_significance_u</name><description>Significance of the single-observation detection determined from the ratio of the single-observation detection flux to the estimated error in the local background; ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_significance_w</name><description>Significance of the single-observation detection determined from the ratio of the single-observation detection flux to the estimated error in the local background; HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>extent_code</name><description>Detection is extended, or deconvolved compact detection extent is inconsistent with a point source at the 90% confidence level in one or more energy bands (bit encoded: 1, 2, 4, 8, 16, 32: deconvolved compact detection extent is not consistent with a point</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>conf_code</name><description>Compact detection may be confused (bit encoded: 1: background region overlaps another background region; 2: background region overlaps another source region; 4: source region overlaps another background region; 8: source region overlaps another source regi</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>pileup_warning</name><description>ACIS pile-up fraction estimated from the coiunt rate of the brightest 3x3 pixel island</description><unit>count/pixel/frame</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_code</name><description>Detection displays flux variability in one or more energy bands (bit encoded: 1,2,4,8,16,32: intra-observation variability detected in the ACIS ultrasoft, soft, medium, hard, broad, or HRC wide (~0.1-10.0 keV) energy band, respectively)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>edge_code</name><description>Detection position, or source or background region dithered off a detector boundary (chip pixel mask) during the observation (bit encoded: 1: background region dithers off detector boundary; 2:source region dithers off detector boundary; 4: detection posit</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>multi_chip_code</name><description>Source position, or source or background region dithered multiple detector chips during the observation (bit encoded: 1: background region dithers across 2 chips; 2: background region dithers across &gt;2 chips; 4: source region dithers across 2 chips; 8: sou</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>streak_src_flag</name><description>Detection is located on an ACIS readout streak; detection properties may be affected</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>sat_src_flag</name><description>Detection is saturated; detection properties are unreliable</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType><flag>principal</flag></column><column std="false"><name>area_aper</name><description>Area of the modified elliptical source region aperture (includes corrections for exclusion regions due to overlapping detections)</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>area_aperbkg</name><description>Area of the modified annular background region aperture (includes corrections for exclusion regions due to overlapping detections)</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_b</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_h</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_m</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_s</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_u</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_w</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_lolim_b</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_lolim_h</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_lolim_m</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_lolim_s</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_lolim_u</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_lolim_w</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_hilim_b</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_hilim_h</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_hilim_m</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_hilim_s</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_hilim_u</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_raw_hilim_w</name><description>1 sigma radius along the major axis of the ellipse defining the observed detection extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_b</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_h</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_m</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_s</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_u</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_w</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_lolim_b</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_lolim_h</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_lolim_m</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_lolim_s</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_lolim_u</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_lolim_w</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_hilim_b</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_hilim_h</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_hilim_m</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_hilim_s</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_hilim_u</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_raw_hilim_w</name><description>1 sigma radius along the minor axis of the ellipse defining the observed detection extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_b</name><description>Position angle of the major axis of the ellipse defining the observed detection extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_h</name><description>Position angle of the major axis of the ellipse defining the observed detection extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_m</name><description>Position angle of the major axis of the ellipse defining the observed detection extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_s</name><description>Position angle of the major axis of the ellipse defining the observed detection extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_u</name><description>Position angle of the major axis of the ellipse defining the observed detection extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_w</name><description>Position angle of the major axis of the ellipse defining the observed detection extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_lolim_b</name><description>Position angle of the major axis of the ellipse defining the observed detection extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_lolim_h</name><description>Position angle of the major axis of the ellipse defining the observed detection extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_lolim_m</name><description>Position angle of the major axis of the ellipse defining the observed detection extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_lolim_s</name><description>Position angle of the major axis of the ellipse defining the observed detection extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_lolim_u</name><description>Position angle of the major axis of the ellipse defining the observed detection extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_lolim_w</name><description>Position angle of the major axis of the ellipse defining the observed detection extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_hilim_b</name><description>Position angle of the major axis of the ellipse defining the observed detection extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_hilim_h</name><description>Position angle of the major axis of the ellipse defining the observed detection extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_hilim_m</name><description>Position angle of the major axis of the ellipse defining the observed detection extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_hilim_s</name><description>Position angle of the major axis of the ellipse defining the observed detection extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_hilim_u</name><description>Position angle of the major axis of the ellipse defining the observed detection extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_raw_hilim_w</name><description>Position angle of the major axis of the ellipse defining the observed detection extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_b</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_h</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_m</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_s</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_u</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_w</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_lolim_b</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_lolim_h</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_lolim_m</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_lolim_s</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_lolim_u</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_lolim_w</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_hilim_b</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_hilim_h</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_hilim_m</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_hilim_s</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_hilim_u</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mjr_axis_raw_hilim_w</name><description>1 sigma radius along the major axis of the ellipse defining the local PSF extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_b</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_h</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_m</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_s</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_u</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_w</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_lolim_b</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_lolim_h</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_lolim_m</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_lolim_s</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_lolim_u</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_lolim_w</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_hilim_b</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_hilim_h</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_hilim_m</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_hilim_s</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_hilim_u</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_mnr_axis_raw_hilim_w</name><description>1 sigma radius along the minor axis of the ellipse defining the local PSF extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_b</name><description>Position angle of the major axis of the ellipse defining the local PSF extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_h</name><description>Position angle of the major axis of the ellipse defining the local PSF extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_m</name><description>Position angle of the major axis of the ellipse defining the local PSF extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_s</name><description>Position angle of the major axis of the ellipse defining the local PSF extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_u</name><description>Position angle of the major axis of the ellipse defining the local PSF extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_w</name><description>Position angle of the major axis of the ellipse defining the local PSF extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_lolim_b</name><description>Position angle of the major axis of the ellipse defining the local PSF extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_lolim_h</name><description>Position angle of the major axis of the ellipse defining the local PSF extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_lolim_m</name><description>Position angle of the major axis of the ellipse defining the local PSF extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_lolim_s</name><description>Position angle of the major axis of the ellipse defining the local PSF extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_lolim_u</name><description>Position angle of the major axis of the ellipse defining the local PSF extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_lolim_w</name><description>Position angle of the major axis of the ellipse defining the local PSF extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_hilim_b</name><description>Position angle of the major axis of the ellipse defining the local PSF extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_hilim_h</name><description>Position angle of the major axis of the ellipse defining the local PSF extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_hilim_m</name><description>Position angle of the major axis of the ellipse defining the local PSF extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_hilim_s</name><description>Position angle of the major axis of the ellipse defining the local PSF extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_hilim_u</name><description>Position angle of the major axis of the ellipse defining the local PSF extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_pos_angle_raw_hilim_w</name><description>Position angle of the major axis of the ellipse defining the local PSF extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_b</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_h</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_m</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_s</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_u</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_w</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_b</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_h</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_m</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_s</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_u</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_lolim_w</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_b</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_h</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_m</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_s</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_u</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>major_axis_hilim_w</name><description>1 sigma radius along the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_b</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_h</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_m</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_s</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_u</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_w</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_b</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_h</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_m</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_s</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_u</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_lolim_w</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_b</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_h</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_m</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_s</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_u</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>minor_axis_hilim_w</name><description>1 sigma radius along the minor axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_b</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent; ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_h</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent; ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_m</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent; ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_s</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent; ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_u</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_w</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent; HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_b</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_h</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_m</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_s</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_u</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_lolim_w</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_b</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_h</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_m</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_s</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_u</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_hilim_w</name><description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved detection extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_b</name><description>Area of the deconvolved detection extent ellipse, or area of the detection polygon for extended detections; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_h</name><description>Area of the deconvolved detection extent ellipse, or area of the detection polygon for extended detections; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_m</name><description>Area of the deconvolved detection extent ellipse, or area of the detection polygon for extended detections; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_s</name><description>Area of the deconvolved detection extent ellipse, or area of the detection polygon for extended detections; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_u</name><description>Area of the deconvolved detection extent ellipse, or area of the detection polygon for extended detections; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_area_w</name><description>Area of the deconvolved detection extent ellipse, or area of the detection polygon for extended detections; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>phot_nsrcs</name><description>Number of detections fit simultaneously to compute aperture photometry quantities</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper_b</name><description>Total counts observed in the modified source region aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper_h</name><description>Total counts observed in the modified source region aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper_m</name><description>Total counts observed in the modified source region aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper_s</name><description>Total counts observed in the modified source region aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper_u</name><description>Total counts observed in the modified source region aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper_w</name><description>Total counts observed in the modified source region aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aperbkg_b</name><description>Total counts observed in the modified background region aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aperbkg_h</name><description>Total counts observed in the modified background region aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aperbkg_m</name><description>Total counts observed in the modified background region aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aperbkg_s</name><description>Total counts observed in the modified background region aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aperbkg_u</name><description>Total counts observed in the modified background region aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aperbkg_w</name><description>Total counts observed in the modified background region aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper90_b</name><description>Total counts observed in the modified PSF 90% ECF aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper90_h</name><description>Total counts observed in the modified PSF 90% ECF aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper90_m</name><description>Total counts observed in the modified PSF 90% ECF aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper90_s</name><description>Total counts observed in the modified PSF 90% ECF aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper90_u</name><description>Total counts observed in the modified PSF 90% ECF aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper90_w</name><description>Total counts observed in the modified PSF 90% ECF aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper90bkg_b</name><description>Total counts observed in the modified PSF 90% ECF background aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper90bkg_h</name><description>Total counts observed in the modified PSF 90% ECF background aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper90bkg_m</name><description>Total counts observed in the modified PSF 90% ECF background aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper90bkg_s</name><description>Total counts observed in the modified PSF 90% ECF background aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper90bkg_u</name><description>Total counts observed in the modified PSF 90% ECF background aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>cnts_aper90bkg_w</name><description>Total counts observed in the modified PSF 90% ECF background aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>src_cnts_aper_b</name><description>Aperture-corrected detection net counts inferred from the source region aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_h</name><description>Aperture-corrected detection net counts inferred from the source region aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_m</name><description>Aperture-corrected detection net counts inferred from the source region aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_s</name><description>Aperture-corrected detection net counts inferred from the source region aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_u</name><description>Aperture-corrected detection net counts inferred from the source region aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_w</name><description>Aperture-corrected detection net counts inferred from the source region aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_lolim_b</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_lolim_h</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_lolim_m</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_lolim_s</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_lolim_u</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_lolim_w</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_hilim_b</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_hilim_h</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_hilim_m</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_hilim_s</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_hilim_u</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper_hilim_w</name><description>Aperture-corrected detection net counts inferred from the source region aperture (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_b</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_h</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_m</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_s</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_u</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_w</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_lolim_b</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_lolim_h</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_lolim_m</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_lolim_s</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_lolim_u</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_lolim_w</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_hilim_b</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_hilim_h</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_hilim_m</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_hilim_s</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_hilim_u</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_cnts_aper90_hilim_w</name><description>Aperture-corrected detection net counts inferred from the PSF 90% ECF aperture (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>count</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ra_aper90_b</name><description>Center of the PSF 90% ECF and PSF 90% ECF background apertures, ICRS right ascension; ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><ucd>pos.eq.ra;instr.fov</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ra_aper90_h</name><description>Center of the PSF 90% ECF and PSF 90% ECF background apertures, ICRS right ascension; ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><ucd>pos.eq.ra;instr.fov</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ra_aper90_m</name><description>Center of the PSF 90% ECF and PSF 90% ECF background apertures, ICRS right ascension; ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><ucd>pos.eq.ra;instr.fov</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ra_aper90_s</name><description>Center of the PSF 90% ECF and PSF 90% ECF background apertures, ICRS right ascension; ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><ucd>pos.eq.ra;instr.fov</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ra_aper90_u</name><description>Center of the PSF 90% ECF and PSF 90% ECF background apertures, ICRS right ascension; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><ucd>pos.eq.ra;instr.fov</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ra_aper90_w</name><description>Center of the PSF 90% ECF and PSF 90% ECF background apertures, ICRS right ascension; HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><ucd>pos.eq.ra;instr.fov</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dec_aper90_b</name><description>Center of the PSF 90% ECF and PSF 90% ECF background apertures, ICRS declination; ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><ucd>pos.eq.dec;instr.fov</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dec_aper90_h</name><description>Center of the PSF 90% ECF and PSF 90% ECF background apertures, ICRS declination; ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><ucd>pos.eq.dec;instr.fov</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dec_aper90_m</name><description>Center of the PSF 90% ECF and PSF 90% ECF background apertures, ICRS declination; ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><ucd>pos.eq.dec;instr.fov</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dec_aper90_s</name><description>Center of the PSF 90% ECF and PSF 90% ECF background apertures, ICRS declination; ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><ucd>pos.eq.dec;instr.fov</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dec_aper90_u</name><description>Center of the PSF 90% ECF and PSF 90% ECF background apertures, ICRS declination; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><ucd>pos.eq.dec;instr.fov</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dec_aper90_w</name><description>Center of the PSF 90% ECF and PSF 90% ECF background apertures, ICRS declination; HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><ucd>pos.eq.dec;instr.fov</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_aper90_b</name><description>Semi-major axis of the elliptical PSF 90% ECF aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_aper90_h</name><description>Semi-major axis of the elliptical PSF 90% ECF aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_aper90_m</name><description>Semi-major axis of the elliptical PSF 90% ECF aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_aper90_s</name><description>Semi-major axis of the elliptical PSF 90% ECF aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_aper90_u</name><description>Semi-major axis of the elliptical PSF 90% ECF aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis_aper90_w</name><description>Semi-major axis of the elliptical PSF 90% ECF aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_aper90_b</name><description>Semi-minor axis of the elliptical PSF 90% ECF aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_aper90_h</name><description>Semi-minor axis of the elliptical PSF 90% ECF aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_aper90_m</name><description>Semi-minor axis of the elliptical PSF 90% ECF aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_aper90_s</name><description>Semi-minor axis of the elliptical PSF 90% ECF aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_aper90_u</name><description>Semi-minor axis of the elliptical PSF 90% ECF aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis_aper90_w</name><description>Semi-minor axis of the elliptical PSF 90% ECF aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_aper90_b</name><description>Position angle (ref. local true north) of the semi-major axis of the elliptical PSF 90% ECF aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_aper90_h</name><description>Position angle (ref. local true north) of the semi-major axis of the elliptical PSF 90% ECF aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_aper90_m</name><description>Position angle (ref. local true north) of the semi-major axis of the elliptical PSF 90% ECF aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_aper90_s</name><description>Position angle (ref. local true north) of the semi-major axis of the elliptical PSF 90% ECF aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_aper90_u</name><description>Position angle (ref. local true north) of the semi-major axis of the elliptical PSF 90% ECF aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_aper90_w</name><description>Position angle (ref. local true north) of the semi-major axis of the elliptical PSF 90% ECF aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis1_aper90bkg_b</name><description>Semi-major axis of the inner ellipse of the annular PSF 90% ECF background aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis1_aper90bkg_h</name><description>Semi-major axis of the inner ellipse of the annular PSF 90% ECF background aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis1_aper90bkg_m</name><description>Semi-major axis of the inner ellipse of the annular PSF 90% ECF background aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis1_aper90bkg_s</name><description>Semi-major axis of the inner ellipse of the annular PSF 90% ECF background aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis1_aper90bkg_u</name><description>Semi-major axis of the inner ellipse of the annular PSF 90% ECF background aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis1_aper90bkg_w</name><description>Semi-major axis of the inner ellipse of the annular PSF 90% ECF background aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis1_aper90bkg_b</name><description>Semi-minor axis of the inner ellipse of the annular PSF 90% ECF background aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis1_aper90bkg_h</name><description>Semi-minor axis of the inner ellipse of the annular PSF 90% ECF background aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis1_aper90bkg_m</name><description>Semi-minor axis of the inner ellipse of the annular PSF 90% ECF background aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis1_aper90bkg_s</name><description>Semi-minor axis of the inner ellipse of the annular PSF 90% ECF background aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis1_aper90bkg_u</name><description>Semi-minor axis of the inner ellipse of the annular PSF 90% ECF background aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis1_aper90bkg_w</name><description>Semi-minor axis of the inner ellipse of the annular PSF 90% ECF background aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis2_aper90bkg_b</name><description>Semi-major axis of the outer ellipse of the annular PSF 90% ECF background aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis2_aper90bkg_h</name><description>Semi-major axis of the outer ellipse of the annular PSF 90% ECF background aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis2_aper90bkg_m</name><description>Semi-major axis of the outer ellipse of the annular PSF 90% ECF background aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis2_aper90bkg_s</name><description>Semi-major axis of the outer ellipse of the annular PSF 90% ECF background aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis2_aper90bkg_u</name><description>Semi-major axis of the outer ellipse of the annular PSF 90% ECF background aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mjr_axis2_aper90bkg_w</name><description>Semi-major axis of the outer ellipse of the annular PSF 90% ECF background aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis2_aper90bkg_b</name><description>Semi-minor axis of the outer ellipse of the annular PSF 90% ECF background aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis2_aper90bkg_h</name><description>Semi-minor axis of the outer ellipse of the annular PSF 90% ECF background aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis2_aper90bkg_m</name><description>Semi-minor axis of the outer ellipse of the annular PSF 90% ECF background aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis2_aper90bkg_s</name><description>Semi-minor axis of the outer ellipse of the annular PSF 90% ECF background aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis2_aper90bkg_u</name><description>Semi-minor axis of the outer ellipse of the annular PSF 90% ECF background aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>mnr_axis2_aper90bkg_w</name><description>Semi-minor axis of the outer ellipse of the annular PSF 90% ECF background aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_aper90bkg_b</name><description>Position angle (ref. local true north) of the semi-major axes of the annular PSF 90% ECF background  aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_aper90bkg_h</name><description>Position angle (ref. local true north) of the semi-major axes of the annular PSF 90% ECF background  aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_aper90bkg_m</name><description>Position angle (ref. local true north) of the semi-major axes of the annular PSF 90% ECF background  aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_aper90bkg_s</name><description>Position angle (ref. local true north) of the semi-major axes of the annular PSF 90% ECF background  aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_aper90bkg_u</name><description>Position angle (ref. local true north) of the semi-major axes of the annular PSF 90% ECF background  aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>pos_angle_aper90bkg_w</name><description>Position angle (ref. local true north) of the semi-major axes of the annular PSF 90% ECF background  aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>deg</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>area_aper90_b</name><description>Area of the modified elliptical PSF 90% ECF aperture (includes corrections for exclusion regions due to overlapping detections); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>area_aper90_h</name><description>Area of the modified elliptical PSF 90% ECF aperture (includes corrections for exclusion regions due to overlapping detections); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>area_aper90_m</name><description>Area of the modified elliptical PSF 90% ECF aperture (includes corrections for exclusion regions due to overlapping detections); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>area_aper90_s</name><description>Area of the modified elliptical PSF 90% ECF aperture (includes corrections for exclusion regions due to overlapping detections); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>area_aper90_u</name><description>Area of the modified elliptical PSF 90% ECF aperture (includes corrections for exclusion regions due to overlapping detections); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>area_aper90_w</name><description>Area of the modified elliptical PSF 90% ECF aperture (includes corrections for exclusion regions due to overlapping detections); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>area_aper90bkg_b</name><description>Area of the modified annular PSF 90% ECF background  aperture (includes corrections for exclusion regions due to overlapping detections); ACIS broad (0.5-7.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>area_aper90bkg_h</name><description>Area of the modified annular PSF 90% ECF background  aperture (includes corrections for exclusion regions due to overlapping detections); ACIS hard (2.0-7.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>area_aper90bkg_m</name><description>Area of the modified annular PSF 90% ECF background  aperture (includes corrections for exclusion regions due to overlapping detections); ACIS medium (1.2-2.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>area_aper90bkg_s</name><description>Area of the modified annular PSF 90% ECF background  aperture (includes corrections for exclusion regions due to overlapping detections); ACIS soft (0.5-1.2 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>area_aper90bkg_u</name><description>Area of the modified annular PSF 90% ECF background  aperture (includes corrections for exclusion regions due to overlapping detections); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>area_aper90bkg_w</name><description>Area of the modified annular PSF 90% ECF background  aperture (includes corrections for exclusion regions due to overlapping detections); HRC wide (~0.1-10.0 keV) energy band</description><unit>arcsec**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_b</name><description>Aperture-corrected detection net count rate inferred from the source region aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_h</name><description>Aperture-corrected detection net count rate inferred from the source region aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_m</name><description>Aperture-corrected detection net count rate inferred from the source region aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_s</name><description>Aperture-corrected detection net count rate inferred from the source region aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_u</name><description>Aperture-corrected detection net count rate inferred from the source region aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_w</name><description>Aperture-corrected detection net count rate inferred from the source region aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_lolim_b</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_lolim_h</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_lolim_m</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_lolim_s</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_lolim_u</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_lolim_w</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_hilim_b</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_hilim_h</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_hilim_m</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_hilim_s</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_hilim_u</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper_hilim_w</name><description>Aperture-corrected detection net count rate inferred from the source region aperture (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_b</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture; ACIS broad (0.5-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_h</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture; ACIS hard (2.0-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_m</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture; ACIS medium (1.2-2.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_s</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture; ACIS soft (0.5-1.2 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_u</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_w</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture; HRC wide (~0.1-10.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_lolim_b</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_lolim_h</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_lolim_m</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_lolim_s</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_lolim_u</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_lolim_w</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_hilim_b</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_hilim_h</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_hilim_m</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_hilim_s</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_hilim_u</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>src_rate_aper90_hilim_w</name><description>Aperture-corrected detection net count rate inferred from the PSF 90% ECF aperture (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_b</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_h</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_m</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_s</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_u</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_w</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_b</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_h</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_m</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_s</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_u</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_lolim_w</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_b</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_h</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_m</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_s</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_u</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper_hilim_w</name><description>Aperture-corrected detection net photon flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_b</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_h</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_m</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_s</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_u</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_w</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_b</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_h</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_m</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_s</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_u</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_lolim_w</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_b</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_h</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_m</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_s</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_u</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>photflux_aper90_hilim_w</name><description>Aperture-corrected detection net photon flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>photon/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_b</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_h</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_m</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_s</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_u</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_w</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_lolim_b</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_lolim_h</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_lolim_m</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_lolim_s</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_lolim_u</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_lolim_w</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_hilim_b</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper_hilim_h</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_hilim_m</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_hilim_s</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_hilim_u</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper_hilim_w</name><description>Aperture-corrected detection net energy flux inferred from the source region aperture, calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>flux_aper90_b</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_h</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_m</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_s</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_u</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_w</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_b</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_h</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_m</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_s</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_u</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_lolim_w</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_b</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_h</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_m</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_s</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_u</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_aper90_hilim_w</name><description>Aperture-corrected detection net energy flux inferred from the PSF 90% ECF aperture, calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_lolim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper_hilim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_lolim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_aper90_hilim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_lolim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper_hilim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_lolim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_aper90_hilim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_lolim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper_hilim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_lolim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_aper90_hilim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_lolim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_b</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_h</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_m</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_s</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_u</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper_hilim_w</name><description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_lolim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_b</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_h</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_m</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_s</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_u</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_aper90_hilim_w</name><description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper_b</name><description>Fraction of the PSF included in the modified elliptical source region aperture; ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper_h</name><description>Fraction of the PSF included in the modified elliptical source region aperture; ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper_m</name><description>Fraction of the PSF included in the modified elliptical source region aperture; ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper_s</name><description>Fraction of the PSF included in the modified elliptical source region aperture; ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper_u</name><description>Fraction of the PSF included in the modified elliptical source region aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper_w</name><description>Fraction of the PSF included in the modified elliptical source region aperture; HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aperbkg_b</name><description>Fraction of the PSF included in the modified annular background region aperture; ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aperbkg_h</name><description>Fraction of the PSF included in the modified annular background region aperture; ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aperbkg_m</name><description>Fraction of the PSF included in the modified annular background region aperture; ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aperbkg_s</name><description>Fraction of the PSF included in the modified annular background region aperture; ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aperbkg_u</name><description>Fraction of the PSF included in the modified annular background region aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aperbkg_w</name><description>Fraction of the PSF included in the modified annular background region aperture; HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper90_b</name><description>Fraction of the PSF included in the modified elliptical PSF 90% ECF aperture; ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper90_h</name><description>Fraction of the PSF included in the modified elliptical PSF 90% ECF aperture; ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper90_m</name><description>Fraction of the PSF included in the modified elliptical PSF 90% ECF aperture; ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper90_s</name><description>Fraction of the PSF included in the modified elliptical PSF 90% ECF aperture; ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper90_u</name><description>Fraction of the PSF included in the modified elliptical PSF 90% ECF aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper90_w</name><description>Fraction of the PSF included in the modified elliptical PSF 90% ECF aperture; HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper90bkg_b</name><description>Fraction of the PSF included in the modified annular PSF 90% ECF background aperture; ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper90bkg_h</name><description>Fraction of the PSF included in the modified annular PSF 90% ECF background aperture; ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper90bkg_m</name><description>Fraction of the PSF included in the modified annular PSF 90% ECF background aperture; ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper90bkg_s</name><description>Fraction of the PSF included in the modified annular PSF 90% ECF background aperture; ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper90bkg_u</name><description>Fraction of the PSF included in the modified annular PSF 90% ECF background aperture; ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>psf_frac_aper90bkg_w</name><description>Fraction of the PSF included in the modified annular PSF 90% ECF background aperture; HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_lolim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_powlaw_hilim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_gamma</name><description>Photon index, defined as F_E ~ E^(-Gamma), of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_gamma_lolim</name><description>Photon index, defined as F_E ~ E^(-Gamma), of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_gamma_hilim</name><description>Photon index, defined as F_E ~ E^(-Gamma), of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_gamma_rhat</name><description>Photon index convergence criterion of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_nh</name><description>N_H column density of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_nh_lolim</name><description>N_H column density of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_nh_hilim</name><description>N_H column density of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_nh_rhat</name><description>N_H column density convergence criterion of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_ampl</name><description>Amplitude of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_ampl_lolim</name><description>Amplitude of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_ampl_hilim</name><description>Amplitude of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% upperer confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_ampl_rhat</name><description>Amplitude convergence criterion of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>powlaw_stat</name><description>chi-square statistic per degree of freedom of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_lolim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_bb_hilim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_kt</name><description>Temperature (kT) of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_kt_lolim</name><description>Temperature (kT) of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_kt_hilim</name><description>Temperature (kT) of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_kt_rhat</name><description>Temperature (kT) convergence criterion of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_nh</name><description>N_H column density of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_nh_lolim</name><description>N_H column density of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_nh_hilim</name><description>N_H column density of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_nh_rhat</name><description>N_H column density convergence criterion of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_ampl</name><description>Amplitude of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_ampl_lolim</name><description>Amplitude of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_ampl_hilim</name><description>Amplitude of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% upperer confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_ampl_rhat</name><description>Amplitude convergence criterion of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>bb_stat</name><description>chi-square statistic per degree of freedom of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_lolim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_brems_hilim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_kt</name><description>Temperature (kT) of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_kt_lolim</name><description>Temperature (kT) of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_kt_hilim</name><description>Temperature (kT) of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_kt_rhat</name><description>Temperature (kT) convergence criterion of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_nh</name><description>N_H column density of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_nh_lolim</name><description>N_H column density of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_nh_hilim</name><description>N_H column density of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_nh_rhat</name><description>N_H column density convergence criterion of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_norm</name><description>Amplitude of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_norm_lolim</name><description>Amplitude of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_norm_hilim</name><description>Amplitude of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% upperer confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_norm_rhat</name><description>Amplitude convergence criterion of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>brems_stat</name><description>chi-square statistic per degree of freedom of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_lolim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>flux_apec_hilim</name><description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>erg/s/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_kt</name><description>Temperature (kT) of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_kt_lolim</name><description>Temperature (kT) of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_kt_hilim</name><description>Temperature (kT) of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>keV</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_kt_rhat</name><description>Temperature (kT) convergence criterion of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_abund</name><description>Abundance of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_abund_lolim</name><description>Abundance of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_abund_hilim</name><description>Abundance of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_abund_rhat</name><description>Abundance convergence criterion of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_z</name><description>Redshift of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_z_lolim</name><description>Redshift of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_z_hilim</name><description>Redshift of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_z_rhat</name><description>Redshift convergence criterion Redshift of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_nh</name><description>N_H column density of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_nh_lolim</name><description>N_H column density of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_nh_hilim</name><description>N_H column density of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description><unit>10**20/cm**2</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_nh_rhat</name><description>N_H column density convergence criterion of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_norm</name><description>Amplitude of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_norm_lolim</name><description>Amplitude of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_norm_hilim</name><description>Amplitude of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upperer confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_norm_rhat</name><description>Amplitude convergence criterion of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>apec_stat</name><description>chi-square statistic per degree of freedom of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hm</name><description>ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hm_lolim</name><description>ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hm_hilim</name><description>ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hs</name><description>ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hs_lolim</name><description>ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_hs_hilim</name><description>ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_ms</name><description>ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_ms_lolim</name><description>ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio (68% lower confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>hard_ms_hilim</name><description>ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio (68% upper confidence limit)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_prob_b</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_prob_h</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_prob_m</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_prob_s</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_prob_u</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>ks_prob_w</name><description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_prob_b</name><description>Intra-observation Kuiper's test variability probability (highest value across all stacked observations); ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_prob_h</name><description>Intra-observation Kuiper's test variability probability (highest value across all stacked observations); ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_prob_m</name><description>Intra-observation Kuiper's test variability probability (highest value across all stacked observations); ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_prob_s</name><description>Intra-observation Kuiper's test variability probability (highest value across all stacked observations); ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_prob_u</name><description>Intra-observation Kuiper's test variability probability (highest value across all stacked observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>kp_prob_w</name><description>Intra-observation Kuiper's test variability probability (highest value across all stacked observations); HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_prob_b</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all stacked observations); ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_prob_h</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all stacked observations); ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_prob_m</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all stacked observations); ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_prob_s</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all stacked observations); ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_prob_u</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all stacked observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_prob_w</name><description>Intra-observation Gregory-Loredo variability probability (highest value across all stacked observations); HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_index_b</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all stacked observations); ACIS broad (0.5-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_index_h</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all stacked observations); ACIS hard (2.0-7.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_index_m</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all stacked observations); ACIS medium (1.2-2.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_index_s</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all stacked observations); ACIS soft (0.5-1.2 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_index_u</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all stacked observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_index_w</name><description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all stacked observations); HRC wide (~0.1-10.0 keV) energy band</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>var_mean_b</name><description>Flux variability mean value, calculated from an optimally-binned light curve; ACIS broad (0.5-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_mean_h</name><description>Flux variability mean value, calculated from an optimally-binned light curve; ACIS hard (2.0-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_mean_m</name><description>Flux variability mean value, calculated from an optimally-binned light curve; ACIS medium (1.2-2.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_mean_s</name><description>Flux variability mean value, calculated from an optimally-binned light curve; ACIS soft (0.5-1.2 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_mean_u</name><description>Flux variability mean value, calculated from an optimally-binned light curve; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_mean_w</name><description>Flux variability mean value, calculated from an optimally-binned light curve; HRC wide (~0.1-10.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_sigma_b</name><description>Flux variability standard deviation, calculated from an optimally-binned light curve; ACIS broad (0.5-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_sigma_h</name><description>Flux variability standard deviation, calculated from an optimally-binned light curve; ACIS hard (2.0-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_sigma_m</name><description>Flux variability standard deviation, calculated from an optimally-binned light curve; ACIS medium (1.2-2.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_sigma_s</name><description>Flux variability standard deviation, calculated from an optimally-binned light curve; ACIS soft (0.5-1.2 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_sigma_u</name><description>Flux variability standard deviation, calculated from an optimally-binned light curve; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_sigma_w</name><description>Flux variability standard deviation, calculated from an optimally-binned light curve; HRC wide (~0.1-10.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_min_b</name><description>Flux variability minimum value, calculated from an optimally-binned light curve; ACIS broad (0.5-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_min_h</name><description>Flux variability minimum value, calculated from an optimally-binned light curve; ACIS hard (2.0-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_min_m</name><description>Flux variability minimum value, calculated from an optimally-binned light curve; ACIS medium (1.2-2.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_min_s</name><description>Flux variability minimum value, calculated from an optimally-binned light curve; ACIS soft (0.5-1.2 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_min_u</name><description>Flux variability minimum value, calculated from an optimally-binned light curve; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_min_w</name><description>Flux variability minimum value, calculated from an optimally-binned light curve; HRC wide (~0.1-10.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_max_b</name><description>Flux variability maximum value, calculated from an optimally-binned light curve; ACIS broad (0.5-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_max_h</name><description>Flux variability maximum value, calculated from an optimally-binned light curve; ACIS hard (2.0-7.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_max_m</name><description>Flux variability maximum value, calculated from an optimally-binned light curve; ACIS medium (1.2-2.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_max_s</name><description>Flux variability maximum value, calculated from an optimally-binned light curve; ACIS soft (0.5-1.2 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_max_u</name><description>Flux variability maximum value, calculated from an optimally-binned light curve; ACIS ultrasoft (0.2-0.5 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>var_max_w</name><description>Flux variability maximum value, calculated from an optimally-binned light curve; HRC wide (~0.1-10.0 keV) energy band</description><unit>count/s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dither_warning_flag</name><description>Highest statistically significant peak in the power spectrum of the detection source region count rate occurs at the dither frequency or at a beat frequency of the dither frequency of the observation</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BOOLEAN</dataType></column><column std="false"><name>livetime</name><description>Effective single observation exposure time at the location of the detection, after applying the good time intervals and the deadtime correction factor</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>detector</name><description>Detector elements over which the background region bounding box dithers during the observation</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="15">VARCHAR</dataType></column></table><table type="view"><name>csc21.master_stack_assoc</name><description>Master Source/Stack Source Associations</description><column std="false"><name>name</name><description>Master Source identifier</description><ucd>meta.id</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="23">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>detect_stack_id</name><description>Stack Source identifier</description><ucd>meta.id</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="24">VARCHAR</dataType></column><column std="false"><name>region_id</name><description>Stack Source identifier</description><ucd>meta.id</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>match_type</name><description>Type of match</description><ucd>meta.code</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="11">VARCHAR</dataType></column><foreignKey><targetTable>csc21.master_source</targetTable><fkColumn><fromColumn>name</fromColumn><targetColumn>name</targetColumn></fkColumn></foreignKey><foreignKey><targetTable>csc21.stack_source</targetTable><fkColumn><fromColumn>detect_stack_id</fromColumn><targetColumn>detect_stack_id</targetColumn></fkColumn><fkColumn><fromColumn>region_id</fromColumn><targetColumn>region_id</targetColumn></fkColumn></foreignKey></table><table type="view"><name>csc21.stack_observation_assoc</name><description>Stack Source/Observation Source Associations</description><column std="false"><name>detect_stack_id</name><description>Stack Source identifier</description><ucd>meta.id</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="24">VARCHAR</dataType></column><column std="false"><name>obsid</name><description>Observation identifier</description><ucd>meta.id;obs.param</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>obi</name><description>Observation interval number</description><ucd>meta.id;obs.param</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>cycle</name><description>ACIS readout cycle for the observation, 'P' (primary) or 'S' (secondary) for alternating exposure (interleaved) mode observations, or 'P' for other ACIS modes</description><ucd>instr.setup</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><column std="false"><name>region_id</name><description>Stack Source identifier</description><ucd>meta.id</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><foreignKey><targetTable>csc21.stack_source</targetTable><fkColumn><fromColumn>detect_stack_id</fromColumn><targetColumn>detect_stack_id</targetColumn></fkColumn><fkColumn><fromColumn>region_id</fromColumn><targetColumn>region_id</targetColumn></fkColumn></foreignKey><foreignKey><targetTable>csc21.observation_source</targetTable><fkColumn><fromColumn>obsid</fromColumn><targetColumn>obsid</targetColumn></fkColumn><fkColumn><fromColumn>obi</fromColumn><targetColumn>obi</targetColumn></fkColumn><fkColumn><fromColumn>region_id</fromColumn><targetColumn>region_id</targetColumn></fkColumn></foreignKey></table><table type="view"><name>csc21.detect_stack</name><description>Detect Stack/Observation Associations</description><column std="false"><name>detect_stack_id</name><description>Detect stack identifier</description><ucd>meta.id</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="24">VARCHAR</dataType></column><column std="false"><name>obsid</name><description>Observation identifier</description><ucd>meta.id;obs.param</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>obi</name><description>Observation interval number</description><ucd>meta.id;obs.param</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>cycle</name><description>ACIS readout cycle for the observation, 'P' (primary) or 'S' (secondary) for alternating exposure (interleaved) mode observations, or 'P' for other ACIS modes</description><ucd>instr.setup</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><foreignKey><targetTable>csc21.stack_source</targetTable><fkColumn><fromColumn>detect_stack_id</fromColumn><targetColumn>detect_stack_id</targetColumn></fkColumn></foreignKey><foreignKey><targetTable>csc21.observation_source</targetTable><fkColumn><fromColumn>obsid</fromColumn><targetColumn>obsid</targetColumn></fkColumn><fkColumn><fromColumn>obi</fromColumn><targetColumn>obi</targetColumn></fkColumn></foreignKey></table><table type="view"><name>csc21.valid_stack</name><description>Valid Stack/Per-Observation Detection Associations</description><column std="false"><name>detect_stack_id</name><description>Stack Source identifier</description><ucd>meta.id</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="24">VARCHAR</dataType></column><column std="false"><name>region_id</name><description>Detect region identifier</description><ucd>meta.id</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>obsid</name><description>Observation identifier</description><ucd>meta.id;obs.param</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>obi</name><description>Observation interval number</description><ucd>meta.id;obs.param</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>cycle</name><description>ACIS readout cycle for the observation, 'P' (primary) or 'S' (secondary) for alternating exposure (interleaved) mode observations, or 'P' for other ACIS modes</description><ucd>instr.setup</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><foreignKey><targetTable>csc21.stack_source</targetTable><fkColumn><fromColumn>detect_stack_id</fromColumn><targetColumn>detect_stack_id</targetColumn></fkColumn><fkColumn><fromColumn>region_id</fromColumn><targetColumn>region_id</targetColumn></fkColumn></foreignKey><foreignKey><targetTable>csc21.observation_source</targetTable><fkColumn><fromColumn>obsid</fromColumn><targetColumn>obsid</targetColumn></fkColumn><fkColumn><fromColumn>obi</fromColumn><targetColumn>obi</targetColumn></fkColumn><fkColumn><fromColumn>region_id</fromColumn><targetColumn>region_id</targetColumn></fkColumn></foreignKey></table><table type="view"><name>csc21.likely_stack</name><description>Likely Stack/Per-Observation Detection Associations</description><column std="false"><name>detect_stack_id</name><description>Detect stack identifier</description><ucd>meta.id</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="24">VARCHAR</dataType></column><column std="false"><name>region_id</name><description>Detect region identifier</description><ucd>meta.id</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>obsid</name><description>Observation identifier</description><ucd>meta.id;obs.param</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>obi</name><description>Observation interval number</description><ucd>meta.id;obs.param</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>cycle</name><description>ACIS readout cycle for the observation, 'P' (primary) or 'S' (secondary) for alternating exposure (interleaved) mode observations, or 'P' for other ACIS modes</description><ucd>instr.setup</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><foreignKey><targetTable>csc21.stack_source</targetTable><fkColumn><fromColumn>detect_stack_id</fromColumn><targetColumn>detect_stack_id</targetColumn></fkColumn><fkColumn><fromColumn>region_id</fromColumn><targetColumn>region_id</targetColumn></fkColumn></foreignKey><foreignKey><targetTable>csc21.observation_source</targetTable><fkColumn><fromColumn>obsid</fromColumn><targetColumn>obsid</targetColumn></fkColumn><fkColumn><fromColumn>obi</fromColumn><targetColumn>obi</targetColumn></fkColumn><fkColumn><fromColumn>region_id</fromColumn><targetColumn>region_id</targetColumn></fkColumn></foreignKey></table><table type="view"><name>csc21.image</name><description>SIAP images view</description><column std="false"><name>coordref</name><description>WCS Coordinate Pixel</description><ucd>VOX:WCS_CoordPixel</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>cdmatrix</name><description>WCS CD Matrix</description><ucd>VOX:WCS_CDMatrix</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="32">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>band</name><description>Band</description><ucd>VOX:BandPass_ID</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>bandref</name><description>Band Reference Value</description><ucd>VOX:BandPass_RefValue</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>bandlo</name><description>Band Lo</description><ucd>VOX:BandPass_LoLimit</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>bandhi</name><description>Band Hi</description><ucd>VOX:BandPass_HiLimit</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>name</name><description>Title</description><ucd>VOX:Image_Title</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="50">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>instrument</name><description>Instrument</description><ucd>VOX:INST_ID</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="4">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>date_obs</name><description>Epoch at midpoint of observation</description><unit>d</unit><ucd>VOX:Image_MJDateObs</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>ra</name><description>Source position, ICRS right ascension</description><unit>deg</unit><ucd>POS_EQ_RA_MAIN</ucd><utype>stc:AstroCoords.Position2D.Value2.C1</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>dec</name><description>Source position, ICRS declination</description><unit>deg</unit><ucd>POS_EQ_DEC_MAIN</ucd><utype>stc:AstroCoords.Position2D.Value2.C2</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>naxis</name><description>Array of length in pixels of each image axis</description><ucd>VOX:Image_Naxis</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="8">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>imgscale</name><description>Array of image scale for each image axis</description><unit>deg/pixel</unit><ucd>VOX:Image_Scale</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="24">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>imgfmt</name><description>MIME-type of the object associated with the image access reference</description><ucd>VOX:Image_Format</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="20">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>pixflags</name><description>Flags specifying processing of image (C:copy without change)</description><ucd>VOX:Image_PixFlags</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>accref</name><description>Access reference</description><ucd>VOX:Image_AccessReference</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="128">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>filesize</name><description>Filesize</description><unit>byte</unit><ucd>VOX:Image_FileSize</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag></column><column std="false"><name>gti_elapse</name><description>Total elapsed time of the observation (gti_stop - gti_start)</description><unit>s</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column></table></schema><schema><name>ivoa</name><description>International Virtual Observatory Alliance</description><table type="table"><name>ivoa.ObsCore</name><description>ObsCore 1.0</description><column std="false"><name>dataproduct_type</name><description>Logical data product type</description><ucd>meta.code.class</ucd><utype>obscore:ObsDataset.dataProductType</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="6">VARCHAR</dataType></column><column std="false"><name>calib_level</name><description>Calibration level</description><ucd>meta.code;obs.calib</ucd><utype>obscore:ObsDataset.calibLevel</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>obs_collection</name><description>Name of the data collection</description><ucd>meta.id</ucd><utype>obscore:DataID.Collection</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="4">VARCHAR</dataType></column><column std="false"><name>obs_id</name><description>Stack detect ID</description><ucd>meta.id</ucd><utype>obscore:DataID.observationID</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="7">VARCHAR</dataType></column><column std="false"><name>obs_publisher_did</name><description>Dataset identifier given by the publisher</description><ucd>meta.ref.ivoid</ucd><utype>obscore:Curation.PublisherDID</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="30">VARCHAR</dataType></column><column std="false"><name>access_format</name><description>File content format</description><ucd>meta.code.mime</ucd><utype>obscore:Access.Format</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="35">VARCHAR</dataType></column><column std="false"><name>s_ra</name><description>Central right ascension, ICRS</description><unit>deg</unit><ucd>pos.eq.ra</ucd><utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>s_dec</name><description>Central declination, ICRS</description><unit>deg</unit><ucd>pos.eq.dec</ucd><utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>s_fov</name><description>Diameter (bounds) of the covered region</description><unit>deg</unit><ucd>phys.angSize;instr.fov</ucd><utype>obscore:Char.SpatialAxis.Coverage.Bounds.Extent.diameter</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>s_region</name><description>Region covered as specified in STC or ADQL</description><ucd>pos.outline;obs.field</ucd><utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">REGION</dataType></column><column std="false"><name>s_resolution</name><description>Spatial resolution of data as FWHM</description><unit>arcsec</unit><ucd>pos.angResolution</ucd><utype>obscore:Char.SpatialAxis.Resolution.Refval.value</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>t_exptime</name><description>Total exposure time</description><unit>s</unit><ucd>time.duration;obs.exposure</ucd><utype>obscore:Char.TimeAxis.Coverage.Support.Extent</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>em_min</name><description>Start in spectral coordinates</description><unit>m</unit><ucd>em.wl;stat.min</ucd><utype>obscore:Char.SpectralAxis.Coverage.Bounds.Limits.LoLimit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>em_max</name><description>Stop in spectral coordinates</description><unit>m</unit><ucd>em.wl;stat.max</ucd><utype>obscore:Char.SpectralAxis.Coverage.Bounds.Limits.HiLimit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>o_ucd</name><description>UCD of observable (e.g. phot.flux.density)</description><ucd>meta.ucd</ucd><utype>obscore:Char.ObservableAxis.ucd</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="12">VARCHAR</dataType></column><column std="false"><name>pol_states</name><description>List of polarization states or NULL if not applicable</description><ucd>meta.code;phys.polarization</ucd><utype>obscore:Char.PolarizationAxis.stateList</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="2">VARCHAR</dataType></column><column std="false"><name>facility_name</name><description>Facility</description><ucd>meta.id;instr.tel</ucd><utype>obscore:Provenance.ObsConfig.Facility.name</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="8">VARCHAR</dataType></column><column std="false"><name>instrument_name</name><description>Name of the instrument used for this stack</description><ucd>meta.id;instr</ucd><utype>obscore:Provenance.ObsConfig.Instrument.name</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="20">VARCHAR</dataType></column><column std="false"><name>obs_creation_date</name><description>Date when the dataset was created</description><ucd>time;meta.dataset</ucd><utype>obscore:DataID.Date</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">TIMESTAMP</dataType></column><column std="false"><name>obs_creator_name</name><description>Name of the creator of the data</description><ucd>meta.id</ucd><utype>obscore:DataID.Creator</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="4">VARCHAR</dataType></column><column std="false"><name>obs_creator_did</name><description>IVOA dataset identifier given by the creator</description><ucd>meta.id</ucd><utype>obscore:DataID.CreatorDID</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="20">VARCHAR</dataType></column><column std="false"><name>obs_title</name><description>Brief description of dataset in free format</description><ucd>meta.title;obs</ucd><utype>obscore:DataID.Title</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="120">VARCHAR</dataType></column><column std="false"><name>publisher_id</name><description>IVOA-ID for the Publisher</description><ucd>meta.ref.ivoid</ucd><utype>obscore:Curation.PublisherID</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="12">VARCHAR</dataType></column><column std="false"><name>data_rights</name><description>Data rights</description><ucd>meta.code</ucd><utype>obscore:Curation.Rights</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="30">VARCHAR</dataType></column><column std="false"><name>obs_release_date</name><description>Date of final release of associated CSC version</description><ucd>time.release</ucd><utype>obscore:Curation.releaseDate</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">TIMESTAMP</dataType></column><column std="false"><name>s_resolution_min</name><description>Resolution min value on spectral axis (FHWM of PSF)</description><unit>arcsec</unit><ucd>pos.angResolution;stat.min</ucd><utype>obscore:Char.SpatialAxis.Resolution.Bounds.Limits.LoLimit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>s_resolution_max</name><description>Resolution max value on spectral axis</description><unit>arcsec</unit><ucd>pos.angResolution;stat.max</ucd><utype>obscore:Char.SpatialAxis.Resolution.Bounds.Limits.HiLimit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>s_calib_status</name><description>Type of calibration along the spatial axis</description><ucd>meta.code.qual</ucd><utype>obscore:Char.SpatialAxis.calibrationStatus</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="12">VARCHAR</dataType></column><column std="false"><name>s_stat_error</name><description>Astrometric precision along the spatial axis</description><unit>arcsec</unit><ucd>stat.error;pos.eq</ucd><utype>obscore:Char.SpatialAxis.Accuracy.statError.refval.value</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>t_calib_status</name><description>Type of time coord calibration</description><ucd>meta.code.qual</ucd><utype>obscore:Char.TimeAxis.calibrationStatus</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="12">VARCHAR</dataType></column><column std="false"><name>em_ucd</name><description>Nature of the spectral axis</description><ucd>meta.ucd</ucd><utype>obscore:Char.SpectralAxis.ucd</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType></column><column std="false"><name>em_unit</name><description>Units along the spectral axis</description><ucd>meta.unit</ucd><utype>obscore:Char.SpectralAxis.unit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType></column><column std="false"><name>em_res_power_min</name><description>Resolving power min value on spectral axis</description><ucd>spect.resolution;stat.min</ucd><utype>obscore:Char.SpectralAxis.Resolution.ResolPower.LoLimit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>em_res_power_max</name><description>Resolving power max value on spectral axis</description><ucd>spect.resolution;stat.max</ucd><utype>obscore:Char.SpectralAxis.Resolution.ResolPower.HiLimit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>em_calib_status</name><description>Type of spectral coord calibration</description><ucd>meta.code.qual</ucd><utype>obscore:Char.SpectralAxis.calibrationStatus</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="12">VARCHAR</dataType></column><column std="false"><name>o_unit</name><description>Units used for the observable values</description><ucd>meta.unit</ucd><utype>obscore:Char.ObservableAxis.unit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="6">VARCHAR</dataType></column><column std="false"><name>o_calib_status</name><description>Level of calibration for the observable coord</description><ucd>meta.code.qual</ucd><utype>obscore:Char.ObservableAxis.calibrationStatus</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType></column><column std="false"><name>o_stat_error_type</name><description>Error</description><ucd>stat.error</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="8">VARCHAR</dataType></column><column std="false"><name>accref</name><description>Access reference</description><ucd>VOX:Image_AccessReference</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="128">VARCHAR</dataType></column><column std="false"><name>access_url</name><description>URL used to access (download) dataset</description><ucd>meta.ref.url</ucd><utype>obscore:Access.Reference</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">CLOB</dataType></column><column std="false"><name>access_estsize</name><description>Estimated size of dataset in kB</description><unit>kbyte</unit><ucd>phys.size;meta.file</ucd><utype>obscore:Access.Size</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BIGINT</dataType></column><column std="false"><name>t_min</name><description>Start time in MJD</description><unit>d</unit><ucd>time.start;obs.exposure</ucd><utype>obscore:Char.TimeAxis.Coverage.Bounds.Limits.StartTime</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>t_max</name><description>Stop time in MJD</description><unit>d</unit><ucd>time.end;obs.exposure</ucd><utype>obscore:Char.TimeAxis.Coverage.Bounds.Limits.StopTime</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>t_resolution</name><description>Temporal resolution FWHM</description><unit>s</unit><ucd>time.resolution</ucd><utype>obscore:Char.TimeAxis.Resolution.Refval.value</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>em_res_power</name><description>Spectral resolving power</description><ucd>spect.resolution</ucd><utype>obscore:Char.SpectralAxis.Resolution.resolpower.refval</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>dataproduct_subtype</name><description>Data product specific type</description><ucd>meta.code.class</ucd><utype>obscore:ObsDataset.dataProductSubtype</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="20">VARCHAR</dataType></column><column std="false"><name>target_class</name><description>Class of the target object as in SSA</description><ucd>src.class</ucd><utype>obscore:Target.class</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="255">VARCHAR</dataType></column><column std="false"><name>target_name</name><description>Astronomical object observed, if any</description><ucd>meta.id;src</ucd><utype>obscore:Target.Name</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="52">VARCHAR</dataType></column><column std="false"><name>t_stat_error</name><description>Time coord statistical error</description><unit>s</unit><ucd>stat.error;time</ucd><utype>obscore:Char.TimeAxis.Accuracy.StatError.Refval.value</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>proposal_id</name><description>Identifier of proposal to which stack belongs</description><ucd>meta.id;obs.proposal</ucd><utype>obscore:Provenance.Proposal.identifier</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType></column><column std="true"><name>s_xel1</name><description>Number of elements along the first spatial axis</description><ucd>meta.number</ucd><utype>obscore:Char.SpatialAxis.numBins1</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BIGINT</dataType><flag>principal</flag></column><column std="true"><name>s_xel2</name><description>Number of elements along the second spatial axis</description><ucd>meta.number</ucd><utype>obscore:Char.SpatialAxis.numBins2</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BIGINT</dataType><flag>principal</flag></column><column std="true"><name>t_xel</name><description>Number of elements along the time axis</description><ucd>meta.number</ucd><utype>obscore:Char.TimeAxis.numBins</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BIGINT</dataType><flag>principal</flag></column><column std="true"><name>em_xel</name><description>Number of elements along the spectral axis</description><ucd>meta.number</ucd><utype>obscore:Char.SpectralAxis.numBins</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BIGINT</dataType><flag>principal</flag></column><column std="true"><name>pol_xel</name><description>Number of polarization samples</description><ucd>meta.number</ucd><utype>obscore:Char.PolarizationAxis.numBins</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BIGINT</dataType><flag>principal</flag></column></table></schema></ns2:tableset>