We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb8827 commit 1148431Copy full SHA for 1148431
examples/plot_read_files_neo_io.py
@@ -14,16 +14,16 @@
14
url_repo = "https://web.gin.g-node.org/NeuralEnsemble/ephy_testing_data/raw/master/"
15
16
# Plexon files
17
-distantfile = url_repo + "plexon/File_plexon_3.plx"
18
-localfile = "File_plexon_3.plx"
+distantfile = url_repo + "plexon/4chDemoPLX.plx"
+localfile = "4chDemoPLX.plx"
19
urllib.request.urlretrieve(distantfile, localfile)
20
21
22
###################################################
23
# Now we can create our reader and read some data
24
25
# create a reader
26
-reader = neo.io.PlexonIO(filename="File_plexon_3.plx")
+reader = neo.io.PlexonIO(filename="4chDemoPlx.plx")
27
# read the blocks
28
blks = reader.read(lazy=False)
29
print(blks)
0 commit comments