Sophie

Sophie

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

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>TimeDeltaJD &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="Time and Dates (astropy.time)" href="../time/index.html" />
    <link rel="next" title="TimeDeltaSec" href="astropy.time.core.TimeDeltaSec.html" />
    <link rel="prev" title="TimeDeltaFormat" href="astropy.time.core.TimeDeltaFormat.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.time.core.TimeDeltaSec.html" title="TimeDeltaSec">
	  next &raquo;
	</a>
      </li>
      <li class="right">
	<a href="astropy.time.core.TimeDeltaFormat.html" title="TimeDeltaFormat">
	  &laquo; previous
	</a>
	 |
      </li>
      <li>
	<a href="../index.html">Astropy v0.2.4</a>
	 &raquo;
      </li>
      <li><a href="../time/index.html" accesskey="U">Time and Dates (<tt class="docutils literal"><span class="pre">astropy.time</span></tt>)</a> &raquo;</li>
      
      <li>TimeDeltaJD</li> 
    </ul>
</div>
  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="timedeltajd">
<h1>TimeDeltaJD<a class="headerlink" href="#timedeltajd" title="Permalink to this headline">¶</a></h1>
<dl class="class">
<dt id="astropy.time.core.TimeDeltaJD">
<em class="property">class </em><tt class="descclassname">astropy.time.core.</tt><tt class="descname">TimeDeltaJD</tt><big>(</big><em>val1</em>, <em>val2</em>, <em>scale</em>, <em>precision</em>, <em>in_subfmt</em>, <em>out_subfmt</em>, <em>from_jd=False</em><big>)</big><a class="reference external" href="http://github.com/astropy/astropy/tree/v0.2.4/astropy/time/core.py#L1151" 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/time/core.html#TimeDeltaJD"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.time.core.TimeDeltaJD" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <a class="reference internal" href="astropy.time.core.TimeDeltaFormat.html#astropy.time.core.TimeDeltaFormat" title="astropy.time.core.TimeDeltaFormat"><tt class="xref py py-class docutils literal"><span class="pre">astropy.time.core.TimeDeltaFormat</span></tt></a></p>
<p>Time delta in Julian days (86400 SI seconds)</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.time.core.TimeDeltaJD.name" title="astropy.time.core.TimeDeltaJD.name"><tt class="xref py py-obj docutils literal"><span class="pre">name</span></tt></a></td>
<td>str(object=&#8217;&#8216;) -&gt; string</td>
</tr>
<tr class="row-even"><td><a class="reference internal" href="#astropy.time.core.TimeDeltaJD.vals" title="astropy.time.core.TimeDeltaJD.vals"><tt class="xref py py-obj docutils literal"><span class="pre">vals</span></tt></a></td>
<td></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.time.core.TimeDeltaJD.set_jds" title="astropy.time.core.TimeDeltaJD.set_jds"><tt class="xref py py-obj docutils literal"><span class="pre">set_jds</span></tt></a>(val1,&nbsp;val2)</td>
<td></td>
</tr>
</tbody>
</table>
<p class="rubric">Attributes Documentation</p>
<dl class="attribute">
<dt id="astropy.time.core.TimeDeltaJD.name">
<tt class="descname">name</tt><em class="property"> = 'jd'</em><a class="headerlink" href="#astropy.time.core.TimeDeltaJD.name" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="astropy.time.core.TimeDeltaJD.vals">
<tt class="descname">vals</tt><a class="reference internal" href="../_modules/astropy/time/core.html#TimeDeltaJD.vals"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.time.core.TimeDeltaJD.vals" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

<p class="rubric">Methods Documentation</p>
<dl class="method">
<dt id="astropy.time.core.TimeDeltaJD.set_jds">
<tt class="descname">set_jds</tt><big>(</big><em>val1</em>, <em>val2</em><big>)</big><a class="reference external" href="http://github.com/astropy/astropy/tree/v0.2.4/astropy/time/core.py#L1155" 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/time/core.html#TimeDeltaJD.set_jds"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#astropy.time.core.TimeDeltaJD.set_jds" title="Permalink to this definition">¶</a></dt>
<dd></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="#">TimeDeltaJD</a></li>
</ul>


        </div>
      </div>
      <div class="clearer"></div>
    </div>
<footer class="footer">
  <p class="pull-right">
    <a href="../_sources/_generated/astropy.time.core.TimeDeltaJD.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>