-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EP: Move AD to DA channel conversion into EP_FetchEpochs
- When epochs are retrieved AD channels are converted to the associated DA channels, as only DA channels carry epoch information. This was done in SFH_GetSweepsForFormula and in BSP_AddTracesForEpochs in the same way. - This conversion was moved into EP_FetchEpochs and is done automatically now. The conversion in the other functions was removed. - The utility function SFH_GetDAChannel was removed as it is now unused
- Loading branch information
1 parent
692c7a5
commit 5d33d71
Showing
3 changed files
with
17 additions
and
33 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