Skip to content

Commit 1c1b169

Browse files
committed
add time unit
1 parent 47befa3 commit 1c1b169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

element_interface/intan_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def load_rhs(folder: str, file_expr: str):
244244
245245
Returns:
246246
signals (np.array_like): Signal amplitudes in microvolts
247-
time (np.array_like): Time stamps
247+
time (np.array_like): Time stamps in seconds
248248
"""
249249

250250
header_filepath = next(Path(folder).glob("info.rhs"))

0 commit comments

Comments
 (0)