File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878# https://gin.g-node.org/NeuralEnsemble/ephy_testing_data repo
7979# We download the dataset using DataLad but it can also be downloaded directly.
8080
81- # Then we can open it. Note that [MEArec](https://mearec.readthedocs.io> ) simulated files
81+ # Then we can open it. Note that [MEArec](https://mearec.readthedocs.io) simulated files
8282# contain both a "recording" and a "sorting" object.
8383
8484local_path = si .download_dataset (remote_path = "mearec/mearec_test_10s.h5" )
288288
289289# The calculations are saved in the `extensions` subfolder of the `SortingAnalyzer` folder.
290290# Similar to the waveforms we can access them using `get_extension` and `get_data`. For example,
291- # here we can make a historgram of spike amplitudes
291+ # here we can make a histogram of spike amplitudes
292292
293293# +
294294amplitudes = analyzer_TDC .get_extension ("spike_amplitudes" ).get_data ()
295295plt .hist (amplitudes , bins = 50 )
296296plt .show ()
297297# -
298298
299- # You can check which extensions have been saved (in your local folder) and which have been loaded (in your enviroment )...
299+ # You can check which extensions have been saved (in your local folder) and which have been loaded (in your environment )...
300300
301301# +
302302print (analyzer_TDC .get_saved_extension_names ())
You can’t perform that action at this time.
0 commit comments