Browse Source

Aggiorna 'code/python/supportFunctions/get_all_data.py'

Stefano Diomedi 5 months ago
parent
commit
9a8c100f45
1 changed files with 5 additions and 3 deletions
  1. 5 3
      code/python/supportFunctions/get_all_data.py

+ 5 - 3
code/python/supportFunctions/get_all_data.py

@@ -1,10 +1,12 @@
+# The function extracts the spikes and the markers from a .h5 dataset
+# authors: Stefano Diomedi
+# date: 10/2022
+
 import h5py
 import numpy as np
-#import pandas as pd
 
 def get_all_data_from_level_h5(filename, str):
-    # The function extracts the spikes and the markers from a .h5 dataset
-
+   
     # INPUT:
     #     filename = a string that identifies the h5 file from which to extract data
     #     str = the group from which to extract the data. The function