Skip to content

Commit 3b0dd89

Browse files
committed
Fix error in lofarimaging notebook
1 parent 9844a41 commit 3b0dd89

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lofarimaging.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,7 @@
170170
"output_type": "stream",
171171
"text": [
172172
"Searching for available files in ./test\n",
173-
"0: ./test/20200525_084652_mode_5_xst_sb100.dat\n",
174-
"1: ./test/20170720_095816_mode_3_xst_sb297.dat\n"
173+
"0: ./test/20170720_095816_mode_3_xst_sb297.dat\n"
175174
]
176175
}
177176
],
@@ -198,7 +197,7 @@
198197
],
199198
"source": [
200199
"# Select a file\n",
201-
"xst_filename = files[1]\n",
200+
"xst_filename = files[0]\n",
202201
"\n",
203202
"print(\"File selected:\", xst_filename)"
204203
]

0 commit comments

Comments
 (0)