jakesmbeattie commited on
Commit
301e548
·
verified ·
1 Parent(s): 7ff9413

Update check.py

Browse files
Files changed (1) hide show
  1. check.py +4 -0
check.py CHANGED
@@ -3,6 +3,10 @@ from datetime import datetime
3
  import wave
4
  import contextlib
5
 
 
 
 
 
6
  base_dir = os.path.dirname(os.path.abspath("__file__")) # Gets the script's directory
7
 
8
  # Output file
 
3
  import wave
4
  import contextlib
5
 
6
+ """
7
+ Prints a summary of data in the dataset. Specifically, analyzes length of recordings for each recorder and prints recorder_data_summary.txt
8
+ """
9
+
10
  base_dir = os.path.dirname(os.path.abspath("__file__")) # Gets the script's directory
11
 
12
  # Output file