<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>scipy.interpolate.RectSphereBivariateSpline.get_knots — SciPy v1.1.0.dev0+4e64658 Reference Guide</title> <link rel="stylesheet" type="text/css" href="../_static/css/spc-bootstrap.css"> <link rel="stylesheet" type="text/css" href="../_static/css/spc-extend.css"> <link rel="stylesheet" href="../_static/scipy.css" type="text/css" > <link rel="stylesheet" href="../_static/pygments.css" type="text/css" > <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '1.1.0.dev0+4e64658', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: false }; </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/scipy-mathjax/MathJax.js?config=scipy-mathjax"></script> <script type="text/javascript" src="../_static/js/copybutton.js"></script> <link rel="index" title="Index" href="../genindex.html" > <link rel="search" title="Search" href="../search.html" > <link rel="top" title="SciPy v1.1.0.dev0+4e64658 Reference Guide" href="../index.html" > <link rel="up" title="scipy.interpolate.RectSphereBivariateSpline" href="scipy.interpolate.RectSphereBivariateSpline.html" > <link rel="next" title="scipy.interpolate.RectSphereBivariateSpline.get_residual" href="scipy.interpolate.RectSphereBivariateSpline.get_residual.html" > <link rel="prev" title="scipy.interpolate.RectSphereBivariateSpline.get_coeffs" href="scipy.interpolate.RectSphereBivariateSpline.get_coeffs.html" > </head> <body> <div class="container"> <div class="header"> </div> </div> <div class="container"> <div class="main"> <div class="row-fluid"> <div class="span12"> <div class="spc-navbar"> <ul class="nav nav-pills pull-left"> <li class="active"><a href="../index.html">SciPy v1.1.0.dev0+4e64658 Reference Guide</a></li> <li class="active"><a href="../interpolate.html" >Interpolation (<code class="docutils literal"><span class="pre">scipy.interpolate</span></code>)</a></li> <li class="active"><a href="scipy.interpolate.RectSphereBivariateSpline.html" accesskey="U">scipy.interpolate.RectSphereBivariateSpline</a></li> </ul> <ul class="nav nav-pills pull-right"> <li class="active"> <a href="../genindex.html" title="General Index" accesskey="I">index</a> </li> <li class="active"> <a href="../py-modindex.html" title="Python Module Index" >modules</a> </li> <li class="active"> <a href="scipy.interpolate.RectSphereBivariateSpline.get_residual.html" title="scipy.interpolate.RectSphereBivariateSpline.get_residual" accesskey="N">next</a> </li> <li class="active"> <a href="scipy.interpolate.RectSphereBivariateSpline.get_coeffs.html" title="scipy.interpolate.RectSphereBivariateSpline.get_coeffs" accesskey="P">previous</a> </li> </ul> </div> </div> </div> <div class="row-fluid"> <div class="spc-rightsidebar span3"> <div class="sphinxsidebarwrapper"> <p class="logo"><a href="../index.html"> <img class="logo" src="../_static/scipyshiny_small.png" alt="Logo"> </a></p> <h4>Previous topic</h4> <p class="topless"><a href="scipy.interpolate.RectSphereBivariateSpline.get_coeffs.html" title="previous chapter">scipy.interpolate.RectSphereBivariateSpline.get_coeffs</a></p> <h4>Next topic</h4> <p class="topless"><a href="scipy.interpolate.RectSphereBivariateSpline.get_residual.html" title="next chapter">scipy.interpolate.RectSphereBivariateSpline.get_residual</a></p> </div> </div> <div class="span9"> <div class="bodywrapper"> <div class="body" id="spc-section-body"> <div class="section" id="scipy-interpolate-rectspherebivariatespline-get-knots"> <h1>scipy.interpolate.RectSphereBivariateSpline.get_knots<a class="headerlink" href="#scipy-interpolate-rectspherebivariatespline-get-knots" title="Permalink to this headline">¶</a></h1> <dl class="method"> <dt id="scipy.interpolate.RectSphereBivariateSpline.get_knots"> <code class="descclassname">RectSphereBivariateSpline.</code><code class="descname">get_knots</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/scipy/scipy/blob/4e64658/scipy/interpolate/fitpack2.py#L786-L792"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#scipy.interpolate.RectSphereBivariateSpline.get_knots" title="Permalink to this definition">¶</a></dt> <dd><p>Return a tuple (tx,ty) where tx,ty contain knots positions of the spline with respect to x-, y-variable, respectively. The position of interior and additional knots are given as t[k+1:-k-1] and t[:k+1]=b, t[-k-1:]=e, respectively.</p> </dd></dl> </div> </div> </div> </div> </div> </div> </div> <div class="container container-navbar-bottom"> <div class="spc-navbar"> </div> </div> <div class="container"> <div class="footer"> <div class="row-fluid"> <ul class="inline pull-left"> <li> © Copyright 2008-2016, The Scipy community. </li> <li> Last updated on Sep 21, 2017. </li> <li> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.6.3. </li> </ul> </div> </div> </div> </body> </html>