-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- wrap to 100 instead of 120 - Remove some superfluous formatting - Clarity edits
- Loading branch information
Showing
9 changed files
with
224 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
When the workflow is started, the current time (based on | ||
[Coordinated Universal Time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time)) | ||
is saved, along with global hardware parameters governing data acquisition. This is | ||
accomplished using a [TimeStamp](https://bonsai-rx.org/docs/api/Bonsai.Reactive.Timestamp.html) operator | ||
to capture the computer's wall clock time. This | ||
`Timestamp` is saved along with `ContextTask`'s properties (e.g., | ||
`AcquisitionClockHz`, `BlockReadSize`, `BlockWriteSize`) to a csv | ||
file (`start-time_<filecount>.csv`) when the the workflow is started. | ||
[Coordinated Universal Time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time)) is saved, along with global | ||
hardware parameters governing data acquisition. This is accomplished using a | ||
[TimeStamp](https://bonsai-rx.org/docs/api/Bonsai.Reactive.Timestamp.html) operator to capture the computer's wall clock | ||
time. The timestamp is saved along with `ContextTask`'s properties (e.g. AcquisitionClockHz, BlockReadSize, | ||
BlockWriteSize) to a csv file (`start-time_<filecount>.csv`) when the workflow is started. |
Oops, something went wrong.