Skip to content

Commit 1cfc17b

Browse files
author
Joshua William Foster
committed
Fix Frequency in Text
1 parent faed095 commit 1cfc17b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

examples/Load_Effelsberg_Example.ipynb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"source": [
7575
"## Reduce the Data\n",
7676
"\n",
77-
"The raw data is provided at frequencies outside the data-taking range for each observation. Following Effelsberg documentation, the LBand data should be reduced to the frequency range `1.28 - 1.45 GHz` and the SBand data to `2.4 - 2.7 GHz`. "
77+
"The raw data is provided at frequencies outside the data-taking range for each observation. Following Effelsberg documentation, the LBand data should be reduced to the frequency range `1.28 - 1.46 GHz` and the SBand data to `2.4 - 2.7 GHz`. "
7878
]
7979
},
8080
{
@@ -163,13 +163,6 @@
163163
"plt.tight_layout()\n",
164164
"plt.show()"
165165
]
166-
},
167-
{
168-
"cell_type": "code",
169-
"execution_count": null,
170-
"metadata": {},
171-
"outputs": [],
172-
"source": []
173166
}
174167
],
175168
"metadata": {

0 commit comments

Comments
 (0)