Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 82fd441cd3f2a8bc33fc3ed41403eced > files > 1299

python-astropy-0.2.4-4.mga4.x86_64.rpm


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Field &mdash; Astropy v0.2.4</title>
    
    <link rel="stylesheet" href="../_static/bootstrap-astropy.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '0.2.4',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="../_static/jquery.js"></script>
    <script type="text/javascript" src="../_static/underscore.js"></script>
    <script type="text/javascript" src="../_static/doctools.js"></script>
    <script type="text/javascript" src="../_static/sidebar.js"></script>
    <link rel="shortcut icon" href="../_static/astropy_logo.ico"/>
    <link rel="top" title="Astropy v0.2.4" href="../index.html" />
    <link rel="up" title="VOTable XML handling (astropy.io.votable)" href="../io/votable/index.html" />
    <link rel="next" title="Param" href="astropy.io.votable.tree.Param.html" />
    <link rel="prev" title="Values" href="astropy.io.votable.tree.Values.html" /> 
  </head>
  <body>
<div class="topbar">
  <a class="brand" title="Documentation Home" href="../index.html"></a>
  <ul>
    <li><a class="homelink" title="AstroPy Homepage" href="http://www.astropy.org"></a></li>
    <li><a title="General Index" href="../genindex.html">Index</a></li>
    <li><a title="Python Module Index" href="../py-modindex.html">Modules</a></li>
    <li>
      
      
<form action="../search.html" method="get">
  <input type="text" name="q" placeholder="Search" />
  <input type="hidden" name="check_keywords" value="yes" />
  <input type="hidden" name="area" value="default" />
</form>
      
    </li>
  </ul>
</div>

<div class="related">
    <h3>Navigation</h3>
    <ul>
      <li class="right">
	<a href="astropy.io.votable.tree.Param.html" title="Param">
	  next &raquo;
	</a>
      </li>
      <li class="right">
	<a href="astropy.io.votable.tree.Values.html" title="Values">
	  &laquo; previous
	</a>
	 |
      </li>
      <li>
	<a href="../index.html">Astropy v0.2.4</a>
	 &raquo;
      </li>
      <li><a href="../io/votable/index.html" accesskey="U">VOTable XML handling (<tt class="docutils literal"><span class="pre">astropy.io.votable</span></tt>)</a> &raquo;</li>
      
      <li>Field</li> 
    </ul>
</div>
  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="id1">
<h1>Field<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
<dl class="class">
<dt id="astropy.io.votable.tree.Field">
<em class="property">class </em><tt class="descclassname">astropy.io.votable.tree.</tt><tt class="descname">Field</tt><big>(</big><em>votable</em>, <em>ID=None</em>, <em>name=None</em>, <em>datatype=None</em>, <em>arraysize=None</em>, <em>ucd=None</em>, <em>unit=None</em>, <em>width=None</em>, <em>precision=None</em>, <em>utype=None</em>, <em>ref=None</em>, <em>type=None</em>, <em>id=None</em>, <em>xtype=None</em>, <em>config={}</em>, <em>pos=None</em>, <em>**extra</em><big>)</big><a class="reference external" href="http://github.com/astropy/astropy/tree/v0.2.4/astropy/io/votable/tree.py#L1016" title="Push the Edit button on the next page"><span class="edit-on-github viewcode-link">&nbsp;[edit on github]</span></a><a class="reference internal" href="../_modules/astropy/io/votable/tree.html#Field"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.io.votable.tree.Field" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">astropy.io.votable.tree.SimpleElement</span></tt>, <tt class="xref py py-class docutils literal"><span class="pre">astropy.io.votable.tree._IDProperty</span></tt>, <tt class="xref py py-class docutils literal"><span class="pre">astropy.io.votable.tree._NameProperty</span></tt>, <tt class="xref py py-class docutils literal"><span class="pre">astropy.io.votable.tree._XtypeProperty</span></tt>, <tt class="xref py py-class docutils literal"><span class="pre">astropy.io.votable.tree._UtypeProperty</span></tt>, <tt class="xref py py-class docutils literal"><span class="pre">astropy.io.votable.tree._UcdProperty</span></tt></p>
<p><a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC24">FIELD</a> element: describes the datatype of a particular column of data.</p>
<p>The keyword arguments correspond to setting members of the same
name, documented below.</p>
<p>If <em>ID</em> is provided, it is used for the column name in the
resulting recarray of the table.  If no <em>ID</em> is provided, <em>name</em>
is used instead.  If neither is provided, an exception will be
raised.</p>
<p class="rubric">Attributes Summary</p>
<table border="1" class="longtable docutils">
<colgroup>
<col width="10%" />
<col width="90%" />
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td><a class="reference internal" href="#astropy.io.votable.tree.Field.arraysize" title="astropy.io.votable.tree.Field.arraysize"><tt class="xref py py-obj docutils literal"><span class="pre">arraysize</span></tt></a></td>
<td>Specifies the size of the multidimensional array if this <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC24">FIELD</a> contains more than a single value.</td>
</tr>
<tr class="row-even"><td><a class="reference internal" href="#astropy.io.votable.tree.Field.datatype" title="astropy.io.votable.tree.Field.datatype"><tt class="xref py py-obj docutils literal"><span class="pre">datatype</span></tt></a></td>
<td>[<em>required</em>] The datatype of the column.  Valid values (as</td>
</tr>
<tr class="row-odd"><td><a class="reference internal" href="#astropy.io.votable.tree.Field.links" title="astropy.io.votable.tree.Field.links"><tt class="xref py py-obj docutils literal"><span class="pre">links</span></tt></a></td>
<td>A list of <a class="reference internal" href="astropy.io.votable.tree.Link.html#astropy.io.votable.tree.Link" title="astropy.io.votable.tree.Link"><tt class="xref py py-class docutils literal"><span class="pre">Link</span></tt></a> instances used to reference more details about the meaning of the <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC24">FIELD</a>.</td>
</tr>
<tr class="row-even"><td><a class="reference internal" href="#astropy.io.votable.tree.Field.precision" title="astropy.io.votable.tree.Field.precision"><tt class="xref py py-obj docutils literal"><span class="pre">precision</span></tt></a></td>
<td>Along with <a class="reference internal" href="#astropy.io.votable.tree.Field.width" title="astropy.io.votable.tree.Field.width"><tt class="xref py py-attr docutils literal"><span class="pre">width</span></tt></a>, defines the <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC26">numerical accuracy</a> associated with the data.</td>
</tr>
<tr class="row-odd"><td><a class="reference internal" href="#astropy.io.votable.tree.Field.ref" title="astropy.io.votable.tree.Field.ref"><tt class="xref py py-obj docutils literal"><span class="pre">ref</span></tt></a></td>
<td>On <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC24">FIELD</a> elements, ref is used only for informational purposes, for example to refer to a <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC19">COOSYS</a> element.</td>
</tr>
<tr class="row-even"><td><a class="reference internal" href="#astropy.io.votable.tree.Field.type" title="astropy.io.votable.tree.Field.type"><tt class="xref py py-obj docutils literal"><span class="pre">type</span></tt></a></td>
<td>The type attribute on <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC24">FIELD</a> elements is reserved for future extensions.</td>
</tr>
<tr class="row-odd"><td><a class="reference internal" href="#astropy.io.votable.tree.Field.unit" title="astropy.io.votable.tree.Field.unit"><tt class="xref py py-obj docutils literal"><span class="pre">unit</span></tt></a></td>
<td>A string specifying the <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC27">units</a> for the <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC24">FIELD</a>.</td>
</tr>
<tr class="row-even"><td><a class="reference internal" href="#astropy.io.votable.tree.Field.values" title="astropy.io.votable.tree.Field.values"><tt class="xref py py-obj docutils literal"><span class="pre">values</span></tt></a></td>
<td>A <a class="reference internal" href="astropy.io.votable.tree.Values.html#astropy.io.votable.tree.Values" title="astropy.io.votable.tree.Values"><tt class="xref py py-class docutils literal"><span class="pre">Values</span></tt></a> instance (or <tt class="docutils literal"><span class="pre">None</span></tt>) defining the domain of the column.</td>
</tr>
<tr class="row-odd"><td><a class="reference internal" href="#astropy.io.votable.tree.Field.width" title="astropy.io.votable.tree.Field.width"><tt class="xref py py-obj docutils literal"><span class="pre">width</span></tt></a></td>
<td>Along with <a class="reference internal" href="#astropy.io.votable.tree.Field.precision" title="astropy.io.votable.tree.Field.precision"><tt class="xref py py-attr docutils literal"><span class="pre">precision</span></tt></a>, defines the <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC26">numerical accuracy</a> associated with the data.</td>
</tr>
</tbody>
</table>
<p class="rubric">Methods Summary</p>
<table border="1" class="longtable docutils">
<colgroup>
<col width="10%" />
<col width="90%" />
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td><a class="reference internal" href="#astropy.io.votable.tree.Field.from_table_column" title="astropy.io.votable.tree.Field.from_table_column"><tt class="xref py py-obj docutils literal"><span class="pre">from_table_column</span></tt></a>(votable,&nbsp;column)</td>
<td>Restores a <a class="reference internal" href="#astropy.io.votable.tree.Field" title="astropy.io.votable.tree.Field"><tt class="xref py py-obj docutils literal"><span class="pre">Field</span></tt></a> instance from a given <tt class="xref py py-obj docutils literal"><span class="pre">astropy.table.Column</span></tt> instance.</td>
</tr>
<tr class="row-even"><td><a class="reference internal" href="#astropy.io.votable.tree.Field.parse" title="astropy.io.votable.tree.Field.parse"><tt class="xref py py-obj docutils literal"><span class="pre">parse</span></tt></a>(iterator,&nbsp;config)</td>
<td></td>
</tr>
<tr class="row-odd"><td><a class="reference internal" href="#astropy.io.votable.tree.Field.to_table_column" title="astropy.io.votable.tree.Field.to_table_column"><tt class="xref py py-obj docutils literal"><span class="pre">to_table_column</span></tt></a>(column)</td>
<td>Sets the attributes of a given <tt class="xref py py-obj docutils literal"><span class="pre">astropy.table.Column</span></tt> instance to match the information in this <a class="reference internal" href="#astropy.io.votable.tree.Field" title="astropy.io.votable.tree.Field"><tt class="xref py py-obj docutils literal"><span class="pre">Field</span></tt></a>.</td>
</tr>
<tr class="row-even"><td><a class="reference internal" href="#astropy.io.votable.tree.Field.to_xml" title="astropy.io.votable.tree.Field.to_xml"><tt class="xref py py-obj docutils literal"><span class="pre">to_xml</span></tt></a>(w,&nbsp;**kwargs)</td>
<td></td>
</tr>
<tr class="row-odd"><td><a class="reference internal" href="#astropy.io.votable.tree.Field.uniqify_names" title="astropy.io.votable.tree.Field.uniqify_names"><tt class="xref py py-obj docutils literal"><span class="pre">uniqify_names</span></tt></a>(fields)</td>
<td>Make sure that all names and titles in a list of fields are unique, by appending numbers if necessary.</td>
</tr>
</tbody>
</table>
<p class="rubric">Attributes Documentation</p>
<dl class="attribute">
<dt id="astropy.io.votable.tree.Field.arraysize">
<tt class="descname">arraysize</tt><a class="reference internal" href="../_modules/astropy/io/votable/tree.html#Field.arraysize"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.io.votable.tree.Field.arraysize" title="Permalink to this definition">¶</a></dt>
<dd><p>Specifies the size of the multidimensional array if this
<a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC24">FIELD</a> contains more than a single value.</p>
<p>See <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC12">multidimensional arrays</a>.</p>
</dd></dl>

<dl class="attribute">
<dt id="astropy.io.votable.tree.Field.datatype">
<tt class="descname">datatype</tt><a class="reference internal" href="../_modules/astropy/io/votable/tree.html#Field.datatype"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.io.votable.tree.Field.datatype" title="Permalink to this definition">¶</a></dt>
<dd><p>[<em>required</em>] The datatype of the column.  Valid values (as
defined by the spec) are:</p>
<blockquote>
<div>&#8216;boolean&#8217;, &#8216;bit&#8217;, &#8216;unsignedByte&#8217;, &#8216;short&#8217;, &#8216;int&#8217;, &#8216;long&#8217;,
&#8216;char&#8217;, &#8216;unicodeChar&#8217;, &#8216;float&#8217;, &#8216;double&#8217;, &#8216;floatComplex&#8217;, or
&#8216;doubleComplex&#8217;</div></blockquote>
<p>Many VOTABLE files in the wild use &#8216;string&#8217; instead of &#8216;char&#8217;,
so that is also a valid option, though &#8216;string&#8217; will always be
converted to &#8216;char&#8217; when writing the file back out.</p>
</dd></dl>

<dl class="attribute">
<dt id="astropy.io.votable.tree.Field.links">
<tt class="descname">links</tt><a class="reference internal" href="../_modules/astropy/io/votable/tree.html#Field.links"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.io.votable.tree.Field.links" title="Permalink to this definition">¶</a></dt>
<dd><p>A list of <a class="reference internal" href="astropy.io.votable.tree.Link.html#astropy.io.votable.tree.Link" title="astropy.io.votable.tree.Link"><tt class="xref py py-class docutils literal"><span class="pre">Link</span></tt></a> instances used to reference more
details about the meaning of the <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC24">FIELD</a>.  This is purely
informational and is not used by the <a class="reference internal" href="../io/votable/index.html#module-astropy.io.votable" title="astropy.io.votable"><tt class="xref py py-obj docutils literal"><span class="pre">astropy.io.votable</span></tt></a>
package.</p>
</dd></dl>

<dl class="attribute">
<dt id="astropy.io.votable.tree.Field.precision">
<tt class="descname">precision</tt><a class="reference internal" href="../_modules/astropy/io/votable/tree.html#Field.precision"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.io.votable.tree.Field.precision" title="Permalink to this definition">¶</a></dt>
<dd><p>Along with <a class="reference internal" href="#astropy.io.votable.tree.Field.width" title="astropy.io.votable.tree.Field.width"><tt class="xref py py-attr docutils literal"><span class="pre">width</span></tt></a>, defines the <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC26">numerical accuracy</a>
associated with the data.  These values are used to limit the
precision when writing floating point values back to the XML
file.  Otherwise, it is purely informational &#8211; the Numpy
recarray containing the data itself does not use this
information.</p>
</dd></dl>

<dl class="attribute">
<dt id="astropy.io.votable.tree.Field.ref">
<tt class="descname">ref</tt><a class="reference internal" href="../_modules/astropy/io/votable/tree.html#Field.ref"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.io.votable.tree.Field.ref" title="Permalink to this definition">¶</a></dt>
<dd><p>On <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC24">FIELD</a> elements, ref is used only for informational
purposes, for example to refer to a <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC19">COOSYS</a> element.</p>
</dd></dl>

<dl class="attribute">
<dt id="astropy.io.votable.tree.Field.type">
<tt class="descname">type</tt><a class="reference internal" href="../_modules/astropy/io/votable/tree.html#Field.type"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.io.votable.tree.Field.type" title="Permalink to this definition">¶</a></dt>
<dd><p>The type attribute on <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC24">FIELD</a> elements is reserved for future
extensions.</p>
</dd></dl>

<dl class="attribute">
<dt id="astropy.io.votable.tree.Field.unit">
<tt class="descname">unit</tt><a class="reference internal" href="../_modules/astropy/io/votable/tree.html#Field.unit"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.io.votable.tree.Field.unit" title="Permalink to this definition">¶</a></dt>
<dd><p>A string specifying the <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC27">units</a> for the <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC24">FIELD</a>.</p>
</dd></dl>

<dl class="attribute">
<dt id="astropy.io.votable.tree.Field.values">
<tt class="descname">values</tt><a class="reference internal" href="../_modules/astropy/io/votable/tree.html#Field.values"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.io.votable.tree.Field.values" title="Permalink to this definition">¶</a></dt>
<dd><p>A <a class="reference internal" href="astropy.io.votable.tree.Values.html#astropy.io.votable.tree.Values" title="astropy.io.votable.tree.Values"><tt class="xref py py-class docutils literal"><span class="pre">Values</span></tt></a> instance (or <tt class="docutils literal"><span class="pre">None</span></tt>) defining the domain
of the column.</p>
</dd></dl>

<dl class="attribute">
<dt id="astropy.io.votable.tree.Field.width">
<tt class="descname">width</tt><a class="reference internal" href="../_modules/astropy/io/votable/tree.html#Field.width"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.io.votable.tree.Field.width" title="Permalink to this definition">¶</a></dt>
<dd><p>Along with <a class="reference internal" href="#astropy.io.votable.tree.Field.precision" title="astropy.io.votable.tree.Field.precision"><tt class="xref py py-attr docutils literal"><span class="pre">precision</span></tt></a>, defines the <a class="reference external" href="http://www.ivoa.net/Documents/REC/VOTable/VOTable-20040811.html#ToC26">numerical
accuracy</a> associated with the data.  These values are used to
limit the precision when writing floating point values back to
the XML file.  Otherwise, it is purely informational &#8211; the
Numpy recarray containing the data itself does not use this
information.</p>
</dd></dl>

<p class="rubric">Methods Documentation</p>
<dl class="classmethod">
<dt id="astropy.io.votable.tree.Field.from_table_column">
<em class="property">classmethod </em><tt class="descname">from_table_column</tt><big>(</big><em>votable</em>, <em>column</em><big>)</big><a class="reference external" href="http://github.com/astropy/astropy/tree/v0.2.4/astropy/io/votable/tree.py#L1406" title="Push the Edit button on the next page"><span class="edit-on-github viewcode-link">&nbsp;[edit on github]</span></a><a class="reference internal" href="../_modules/astropy/io/votable/tree.html#Field.from_table_column"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.io.votable.tree.Field.from_table_column" title="Permalink to this definition">¶</a></dt>
<dd><p>Restores a <a class="reference internal" href="#astropy.io.votable.tree.Field" title="astropy.io.votable.tree.Field"><tt class="xref py py-obj docutils literal"><span class="pre">Field</span></tt></a> instance from a given
<tt class="xref py py-obj docutils literal"><span class="pre">astropy.table.Column</span></tt> instance.</p>
</dd></dl>

<dl class="method">
<dt id="astropy.io.votable.tree.Field.parse">
<tt class="descname">parse</tt><big>(</big><em>iterator</em>, <em>config</em><big>)</big><a class="reference external" href="http://github.com/astropy/astropy/tree/v0.2.4/astropy/io/votable/tree.py#L1338" title="Push the Edit button on the next page"><span class="edit-on-github viewcode-link">&nbsp;[edit on github]</span></a><a class="reference internal" href="../_modules/astropy/io/votable/tree.html#Field.parse"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.io.votable.tree.Field.parse" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="astropy.io.votable.tree.Field.to_table_column">
<tt class="descname">to_table_column</tt><big>(</big><em>column</em><big>)</big><a class="reference external" href="http://github.com/astropy/astropy/tree/v0.2.4/astropy/io/votable/tree.py#L1385" title="Push the Edit button on the next page"><span class="edit-on-github viewcode-link">&nbsp;[edit on github]</span></a><a class="reference internal" href="../_modules/astropy/io/votable/tree.html#Field.to_table_column"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.io.votable.tree.Field.to_table_column" title="Permalink to this definition">¶</a></dt>
<dd><p>Sets the attributes of a given <tt class="xref py py-obj docutils literal"><span class="pre">astropy.table.Column</span></tt> instance
to match the information in this <a class="reference internal" href="#astropy.io.votable.tree.Field" title="astropy.io.votable.tree.Field"><tt class="xref py py-obj docutils literal"><span class="pre">Field</span></tt></a>.</p>
</dd></dl>

<dl class="method">
<dt id="astropy.io.votable.tree.Field.to_xml">
<tt class="descname">to_xml</tt><big>(</big><em>w</em>, <em>**kwargs</em><big>)</big><a class="reference external" href="http://github.com/astropy/astropy/tree/v0.2.4/astropy/io/votable/tree.py#L1373" title="Push the Edit button on the next page"><span class="edit-on-github viewcode-link">&nbsp;[edit on github]</span></a><a class="reference internal" href="../_modules/astropy/io/votable/tree.html#Field.to_xml"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.io.votable.tree.Field.to_xml" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

<dl class="classmethod">
<dt id="astropy.io.votable.tree.Field.uniqify_names">
<em class="property">classmethod </em><tt class="descname">uniqify_names</tt><big>(</big><em>fields</em><big>)</big><a class="reference external" href="http://github.com/astropy/astropy/tree/v0.2.4/astropy/io/votable/tree.py#L1115" title="Push the Edit button on the next page"><span class="edit-on-github viewcode-link">&nbsp;[edit on github]</span></a><a class="reference internal" href="../_modules/astropy/io/votable/tree.html#Field.uniqify_names"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.io.votable.tree.Field.uniqify_names" title="Permalink to this definition">¶</a></dt>
<dd><p>Make sure that all names and titles in a list of fields are
unique, by appending numbers if necessary.</p>
</dd></dl>

</dd></dl>

</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper"><h3>Page Contents</h3>
<ul>
<li><a class="reference internal" href="#">Field</a></li>
</ul>


        </div>
      </div>
      <div class="clearer"></div>
    </div>
<footer class="footer">
  <p class="pull-right">
    <a href="../_sources/_generated/astropy.io.votable.tree.Field.txt"
       rel="nofollow">Page Source</a> &nbsp;
    <a href="#">Back to Top</a></p>
  <p>
    &copy; Copyright 2011-2013, The Astropy Developers.<br/>
    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3. &nbsp;
    Last built 22 Oct 2013. <br/>
  </p>
</footer>
  </body>
</html>