Skip to content

Commit

Permalink
Fix error in lofarimaging notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
matmanc committed Jun 16, 2020
1 parent 9844a41 commit 3b0dd89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lofarimaging.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,7 @@
"output_type": "stream",
"text": [
"Searching for available files in ./test\n",
"0: ./test/20200525_084652_mode_5_xst_sb100.dat\n",
"1: ./test/20170720_095816_mode_3_xst_sb297.dat\n"
"0: ./test/20170720_095816_mode_3_xst_sb297.dat\n"
]
}
],
Expand All @@ -198,7 +197,7 @@
],
"source": [
"# Select a file\n",
"xst_filename = files[1]\n",
"xst_filename = files[0]\n",
"\n",
"print(\"File selected:\", xst_filename)"
]
Expand Down

0 comments on commit 3b0dd89

Please sign in to comment.