33< head >
44 < meta charset ="utf-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < title > diffpy.utils.parsers.resample — diffpy.utils 3.3.1 documentation</ title >
6+ < title > diffpy.utils.parsers.resample — diffpy.utils 3.4.0 documentation</ title >
77 < link rel ="stylesheet " type ="text/css " href ="../../../../_static/pygments.css?v=fa44fd50 " />
88 < link rel ="stylesheet " type ="text/css " href ="../../../../_static/css/theme.css?v=19f00094 " />
99
1414
1515 < script src ="../../../../_static/jquery.js?v=5d32c60e "> </ script >
1616 < script src ="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c "> </ script >
17- < script src ="../../../../_static/documentation_options.js?v=6f23fdb8 "> </ script >
17+ < script src ="../../../../_static/documentation_options.js?v=237dbe43 "> </ script >
1818 < script src ="../../../../_static/doctools.js?v=9a2dae69 "> </ script >
1919 < script src ="../../../../_static/sphinx_highlight.js?v=dc90522c "> </ script >
2020 < script src ="../../../../_static/js/theme.js "> </ script >
3434 diffpy.utils
3535 </ a >
3636 < div class ="version ">
37- 3.3.1
37+ 3.4.0
3838 </ div >
3939< div role ="search ">
4040 < form id ="rtd-search-form " class ="wy-form " action ="../../../../search.html " method ="get ">
4747 < ul >
4848< li class ="toctree-l1 "> < a class ="reference internal " href ="../../../../license.html "> License</ a > </ li >
4949< li class ="toctree-l1 "> < a class ="reference internal " href ="../../../../release.html "> Release Notes</ a > </ li >
50+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../../../../utilities/utilities.html "> Utilities</ a > </ li >
5051< li class ="toctree-l1 "> < a class ="reference internal " href ="../../../../examples/examples.html "> Examples</ a > </ li >
5152< li class ="toctree-l1 "> < a class ="reference internal " href ="../../../../api/diffpy.utils.html "> Package API</ a > </ li >
5253</ ul >
@@ -104,8 +105,7 @@ <h1>Source code for diffpy.utils.parsers.resample</h1><div class="highlight"><pr
104105< span class ="w "> </ span > < span class ="sd "> """One-dimensional Whittaker-Shannon interpolation.</ span >
105106
106107< span class ="sd "> This uses the Whittaker-Shannon interpolation formula to interpolate the value of fp (array),</ span >
107- < span class ="sd "> which is defined over</ span >
108- < span class ="sd "> xp (array), at x (array or float).</ span >
108+ < span class ="sd "> which is defined over xp (array), at x (array or float).</ span >
109109
110110< span class ="sd "> Parameters</ span >
111111< span class ="sd "> ----------</ span >
@@ -117,8 +117,7 @@ <h1>Source code for diffpy.utils.parsers.resample</h1><div class="highlight"><pr
117117< span class ="sd "> Function to be interpolated.</ span >
118118< span class ="sd "> left: float</ span >
119119< span class ="sd "> If given, set fp for x < xp[0] to left. Otherwise, if left is None (default) or not given,</ span >
120- < span class ="sd "> set fp for x < xp[0]</ span >
121- < span class ="sd "> to fp evaluated at xp[-1].</ span >
120+ < span class ="sd "> set fp for x < xp[0] to fp evaluated at xp[-1].</ span >
122121< span class ="sd "> right: float</ span >
123122< span class ="sd "> If given, set fp for x > xp[-1] to right. Otherwise, if right is None (default) or not given, set fp for</ span >
124123< span class ="sd "> x > xp[-1] to fp evaluated at xp[-1].</ span >
0 commit comments