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

[ERPLAB studio] Issue with Automatic Selection of Periods to Delete in Reject Artifactual Time Segments #192

Open
coolmintmild opened this issue Jun 26, 2024 · 4 comments

Comments

@coolmintmild
Copy link

Description

I'm new to ERPLAB and currently following a tutorial to familiarize myself with ERPLAB Studio. I encountered an issue with the "Reject Artifactual Time Segments" panel, specifically under the "Automatic Selection of Periods to Delete" option. It doesn't appear to be functioning as expected.

During the preview, I can see the segments marked as artifactual, and the MATLAB command window confirms this with the message "5 segments were marked." The MATLAB command used is as follows:

5 segments were marked.

Done. What's next?

EEG = pop_continuousartdet( EEG , 'ampth', 200, 'chanArray', [ 2:14 16:28], 'colorseg', [ 0.83 0.82 0.79], 'forder', 100, 'numChanThreshold', 1, 'shortisi', 1000, 'stepms', 500, 'threshType', 'peak-to-peak', 'winms', 1000 );
Creating a new ALLEEG dataset 1

However, after finalizing the changes, no alterations are evident in the EEG data. The segments that were marked do not show any signs of deletion or modification, and the 96-second segment highlighted in the tutorial still remains unchanged. Could someone please help me understand why the marked segments are not being deleted or altered as expected?


#### Steps to Reproduce
  1. Open ERPLAB Studio and navigate to the "Reject Artifactual Time Segments" panel.
  2. Preview the marked segments in the EEG data.
  3. Finalize changes and review the EEG dataset.

#### Expected behavior: I expected the marked artifactual segments to be deleted from the EEG dataset, reflecting changes when reviewed post-finalization.
#### Actual behavior: The preview shows the segments as marked. However, after finalizing, no changes appear in the EEG dataset. The segments remain unchanged, and the 96-second segment from the tutorial is still present.
#### Versions
OS version [Windows11]
Matlab version [R2023B]
EEGLAB version [2024.0]
ERPLAB version [11.01]
@stevenjluck
Copy link
Collaborator

stevenjluck commented Jun 26, 2024 via email

@coolmintmild
Copy link
Author

Thank you for the prompt response and for providing the updated version. I appreciate the clear instructions for downloading and installing the new version of ERPLAB.

I followed the steps as outlined, but unfortunately, I'm still experiencing the same issue where the marked artifactual segments are not being deleted post-finalization, just as before.

Could there be another step I need to ensure is configured correctly, or might there be a specific setting in the new version that requires adjustment? Any further guidance you can provide would be greatly appreciated.

@coolmintmild
Copy link
Author

I've encountered another issue with the Plot Settings panel when using a custom grid layout. After importing a custom grid layout file (GridLocations_Custom.tsv), the plot updates to reflect the new layout positions—column, row, and graph arrangement change as specified. However, despite these visual updates, the channel names remain in their original numerical order and do not update to match the new layout. I appreciate any help you can provide on this issue.

bug1_custom-montage

Thank you!

@stevenjluck
Copy link
Collaborator

stevenjluck commented Jun 28, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants