-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The new analysis functions have the following features: - Supports pre sweep event; called immediately before DAQ starts - Uses the structure AnalysisFunction_V3 to pass data into analysis functions with additional members - Allows to pass in arbitrary data via analysis function user parameters. Currently not with a GUI but only via WBP_AddAnalysisParameter. The user can enforce a list of parameters which must be present. - One analysis function for all events. Compatiblity notes: - V1 and V2 analysis functions are still executed for existing stimsets. Changed and new stimsets must use V3 functions. See TestAnalysisFunction_V3() for an example V3 function. New Textual Labnotebook Entries: - "Pre Sweep function" - "Generic function" - "Function params" Original-CommitID: 529219e6921ab3efad348a7b98e32d74b4bb37dc
- Loading branch information
Showing
14 changed files
with
518 additions
and
141 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
Oops, something went wrong.