Skip to content

Commit fd351b5

Browse files
EliEli
authored andcommitted
Small changes to filter notebook
1 parent f15e150 commit fd351b5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docsrc/notebooks/filters.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"source": [
77
"# Averging, Filtering and Low Passing Data\n",
88
"\n",
9+
"This tutorial covers the filtering tools in VTools as well as some motivation as to when and why you might do that instead of something simpler like taking a daily average. Sometimes doing that creates a 100% error and sometimes it is trivial ... when?\n",
10+
"\n",
911
"VTools provides simple methods for period averaging, filtering and low passing data, particularly tidal data. Basic period averaging and daily averaging is easily covered by the regular Pandas API, but these methods can distort tidal data or yield unepected results with missing data. \n",
1012
"\n",
1113
"As an introduction to the topic let's start by making a single time series with three of the most common tidal constituents. This produces a series that is complex enough to be interesting and realistic, but it doesn't have any low frequencies in it, so a reasonable tidal filtration should look like a flat line at zero. "
@@ -149,7 +151,7 @@
149151
{
150152
"data": {
151153
"text/plain": [
152-
"<matplotlib.legend.Legend at 0x2db5041b040>"
154+
"<matplotlib.legend.Legend at 0x157b7953160>"
153155
]
154156
},
155157
"execution_count": 3,
@@ -292,7 +294,7 @@
292294
},
293295
{
294296
"cell_type": "code",
295-
"execution_count": 8,
297+
"execution_count": 6,
296298
"metadata": {},
297299
"outputs": [
298300
{

0 commit comments

Comments
 (0)