<?xml version = "1.0"?>
<!DOCTYPE ASTRO SYSTEM "astrores.dtd">
<ASTRO ID="v0.7">
 <DESCRIPTION about="http://astrores.xml.org/ASTRO-Spec-0.2">
   See mailing list
 </DESCRIPTION>
 
  <!-- DEFINITIONS
       a. COOSYS, the system of astronomical coordinates used
       b. for photometric system or others..
  -->
  <DEFINITIONS>
    <COOSYS ID="myJ2000"
     system="eq_FK5"
     equinox="2000."
     epoch="2000."/>
  </DEFINITIONS>

  <!-- The output is made of several tables related together -->
  <RESOURCE ID="I/254">
   <NAME>GSC1.2</NAME>
   <TITLE>The HST Guide Star Catalog, Version 1.2 (Lasker+ 1996)</TITLE>
   <DESCRIPTION>
       This is an excerpt of the GSC1.2.
       This version was re-reduced with PPM catalogue;
       see more details about the GSC catalogues at
       http://www-gsss.stsci.edu/gsc/gsc.html .
   </DESCRIPTION>

   <!-- Now comes the definition of each of the individual tables -->
   <TABLE ID="gsc_out">
     <NAME>gsc.out</NAME>
     <TITLE>Output from GSC1.2 Server</TITLE>
     <DESCRIPTION>
	Default result of GSC1.2 Server around a target
     </DESCRIPTION>

     <FIELD ID="_r"
        ucd="POS_ANG_DIST"
        unit="arcmin"
        datatype="F"
        width="7"
	precision="4">
       <NAME>_r</NAME>
       <DESCRIPTION>Distance from target NGC40</DESCRIPTION>
       <VALUES type="actual">
          <MIN value="0.0"/>
	  <MAX value="10.0"/>
       </VALUES>
     </FIELD>

     <FIELD ID="gsc"
      datatype="A"
      width="10"
      ucd="IDENT" >
        <NAME>GSC-Id</NAME>
        <TITLE>Unique object id</TITLE>
        <DESCRIPTION>
	   The GSC-Id is made of 10 digits, the first 5
           representing the place number, and the last 5
           the object number on the plate.
        </DESCRIPTION>
     </FIELD>

     <FIELD ID="ra"
        ref="#id(myJ2000)"
        ucd="POS_EQ_RA"
        unit="deg"
        datatype="F"
        width="9"
	precision="5"
        format="%RAh %RAm %RAs">
       <NAME>RA(J2000)</NAME>
       <DESCRIPTION>Right ascension in J2000, epoch of plate</DESCRIPTION>
       <VALUES type="actual">
          <MIN value="3.0"/>
	  <MAX value="3.6"/>
       </VALUES>
     </FIELD>

     <FIELD ID="dec"
        ref="#id($myJ2000)"
        ucd="POS_EQ_DE"
        unit="deg"
        datatype="F"
        width="9"
	precision="5"
        format="%DEd %DEm %DEs">
       <NAME>Dec(J2000)</NAME>
       <DESCRIPTION>Declination in J2000, epoch of plate</DESCRIPTION>
     </FIELD>

     <FIELD ID="pos_err"
        unit="arcsec"
        datatype="F"
        width="4"
	precision="1"
        ucd="ERROR" >
       <NAME>PosErr</NAME>
       <DESCRIPTION>Mean error on position</DESCRIPTION>
      </FIELD>

      <FIELD ID="Pmag"
        ucd="PHOT_PHG_MAG"
        unit="mag"
        datatype="F"
        width="5"
	precision="2">
       <NAME>Pmag</NAME>
       <DESCRIPTION>photographic magnitude (see n_Pmag)</DESCRIPTION>
      </FIELD>

      <FIELD ID="e_Pmag"
        ucd="ERROR"
        unit="mag"
        datatype="F"
        width="5"
	precision="2">
       <NAME>e_Pmag</NAME>
       <DESCRIPTION>Mean error on photographic magnitude</DESCRIPTION>
      </FIELD>

      <FIELD ID="class"
        ucd="CLASS_CODE"
        datatype="I"
        width="1">
       <NAME>Class</NAME>
       <DESCRIPTION>Class of object (0=star; 3=non-stellar)</DESCRIPTION>
       <VALUES type="actual">
	  <OPTION value="0">star</OPTION>
	  <OPTION value="3">galaxy</OPTION>
       </VALUES>

      </FIELD>

         <LINK content-role="doc"
	    title="documentation"
	    href="http://vizier.cds.unistra.fr/viz-bin/cat/I/254"/>
         <LINK content-role="hints"
	    title="Hints for the display interface"
	    href="http://vizier.cds.unistra.fr/viz-bin/cat/I/254&amp;-hints"/>
      
    <!-- This section displays the data, in compact CSV form -->
<DATA><CSV colsep="|" headlines="2" ><![CDATA[
   _r |  GSC-id  |RA2000 |DE2000  |Err|Bmag|Err|m
arcmin|----------|deg    |deg   |arcsrc|mag|mag|
0.0146|0430201297|00 13 00.93|+72 31 19.9|3.6|8.59|0.20|0
0.9704|0430200545|00 12 50.07|+72 30 48.2|0.2|12.18|0.34|0
0.9730|0430200545|00 12 50.04|+72 30 48.1|0.2|12.09|0.20|0
1.5843|0430202363|00 12 44.05|+72 30 22.6|0.2|14.38|0.34|0
2.8586|0430200269|00 12 33.10|+72 29 22.6|0.3|14.96|0.20|3
2.9198|0430200153|00 13 24.64|+72 33 38.3|0.2|12.89|0.20|0
2.9215|0430200153|00 13 24.66|+72 33 38.4|0.2|13.06|0.34|0
3.0487|0430202336|00 12 53.35|+72 34 18.7|0.2|14.38|0.34|0
3.2247|0430200121|00 13 36.48|+72 29 30.2|0.2|12.39|0.21|0
3.2269|0430200121|00 13 36.46|+72 29 29.8|0.2|12.50|0.34|0
]]></CSV></DATA>
</TABLE>


</RESOURCE>
</ASTRO>
