Skip to content

Commit a5f9a27

Browse files
Update dspeed_processing_chain.py
1 parent 69345fd commit a5f9a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/dsp/dspeed_processing_chain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def build_raw(RAW_PATH: str, lh5_file: str, signal: dict):
2525
Parameters:
2626
RAW_PATH: str - Path to raw converted file.
2727
lh5_file: str - Path to lh5 converted file.
28-
signal: dict - Empty dictionary to store channel data.
28+
signal: dict - Dictionary of stored channel data.
2929
3030
Returns:
3131
f_raw : table - Output of Pygama converted file.

0 commit comments

Comments
 (0)