-
Notifications
You must be signed in to change notification settings - Fork 74
ERPLAB version 9.2 #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
ERPLAB version 9.2 #170
Conversation
This file contains hidden or 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
added large STUDIO folder
created studio_functions
the user can reset the seeds if they want and generate the simulated ERP based on the changed seeds.
Channel Operation: Allow the user to add white noise, pink noise, and line noise to EEG data with a specific channel. ERP simulation: All the user to update seed that used for generate a new noise signal.
Add Cancel option that can cancel the changed parameters to all panels
…o erpwaveviewer
Changes for the other panels will be applied automatically if parameters are changed for the current panel.
This allows the user to reset the parameters for each panel that uses the default ones.
More than one type of noise is allowed to add to the EEG or ERP data now.
This allows the users to select the one of layouts. The first option will be forced to use if the sampling rate varied across the selected ERPsets.
fixed issues with globals (a warning used to pop-up on the screen). This version incorporates the start of ERPLABv9.2 (no Waveviewr, no Estudio).
…o erplab_ver9.2
"WARNING: It seems like erpAutoYLim() found flatlined ERPs. So auto Y-limit was set to [-1 1]". It should be abs(ylim(1))< 0 && abs(ylim(2))<0
First revision by AMS prior to v9.2 release
The fontsize will be adopted automatically based on the different platforms.
Delete main Estudio for v9.2 release
Collaborator
Author
|
Bypassing "2 reviewer" requirement. Merging branch approved by Simmons & Zhang |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Main version update: Create Artificial Waveform routine, add noise to data via EEG/ERP Channel Operation, bug fixes, etc.