seconds to keep is a float, not an int

2026-07-17 23:39:59 -07:00
parent 398a4507a2
commit dafab991b6
+1 -1
@@ -28,7 +28,7 @@ Reads annotations in the snirf file and throws away all data prior to *n* number
**Parameters:**
- TRIM (bool, default=True): True if trimming should occur, False if no trimming should occur.
- SECONDS_TO_KEEP (int, default=5): Number of seconds before the first event occurs to keep to ensure the start of the file is not starting exactly at the first event.
- SECONDS_TO_KEEP (float, default=5.0): Number of seconds before the first event occurs to keep to ensure the start of the file is not starting exactly at the first event.
Note: If TRIM is set to False, SECONDS_TO_KEEP will be ignored.