Skip to content
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

pop_syncroartifacts.m has invalid "equivalent command" output #164

Open
ammsimmons opened this issue Dec 20, 2022 · 0 comments
Open

pop_syncroartifacts.m has invalid "equivalent command" output #164

ammsimmons opened this issue Dec 20, 2022 · 0 comments
Assignees
Labels

Comments

@ammsimmons
Copy link
Collaborator

pop_syncroartifacts.m issue with argument call

When pop_syncroartifacts.m is called by the GUI, it outputs a "equivalent command" for scripting purposes but this command uses incorrect input argument calls, for example:

whereas correct syntax is:
pop_syncroartifacts(EEG,'Direction','Bidirectional');
the "equivalent command" is
pop_syncroartifacts(EEG,3);
which is invalid.


#### Steps to Reproduce Use GUI: ERPLAB > Artifact Detection in Epoched Data > Synchronize artifact info in EEG and Eventlist
#### Expected behavior: The "equivalent command" should output a command that uses the correct input arguments (according to the function documentation).
#### Actual behavior: [*What actually happened*]
#### Versions
OS version [fill in]
Matlab version [fill in]
EEGLAB version [fill in]
ERPLAB version 9.00
@ammsimmons ammsimmons self-assigned this Dec 20, 2022
@ammsimmons ammsimmons added the bug label Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant