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

GUI issues in version 6.1.1 #591

Closed
teddychao opened this issue Jan 19, 2024 · 4 comments · Fixed by #706
Closed

GUI issues in version 6.1.1 #591

teddychao opened this issue Jan 19, 2024 · 4 comments · Fixed by #706
Assignees
Labels
Bug Something isn't working Urgent Urgent issue which should be resolved at once.
Milestone

Comments

@teddychao
Copy link
Contributor

teddychao commented Jan 19, 2024

Summary

Several issues appear in version 6.1.1 and they seem to be caused by the incorrect / unmanaged variables in the GUI rather than the functions.

Relevant functions are:

  • pspm_find_validfixation
    • "all eyes" and "combined eyes" appear at the same time?
  • pspm_glm
    • Specifying "overwrite" is not possible for pspm_glm through the GUI.
    • GLM for SPS does not parse the modelling properly if "best eye" is selected.
  • pspm_process_illuminance
    • Through the GUI, options.missing can be specified as "no missing epochs", but this information raises an error saying "Warning: options.missing has an invalid value.

Technical Info

  • PsPM version: 6.1.1
  • MATLAB version: 2023b
@teddychao teddychao self-assigned this Jan 19, 2024
@teddychao teddychao added this to the 6.1.2 milestone Jan 19, 2024
@teddychao teddychao added Bug Something isn't working Urgent Urgent issue which should be resolved at once. labels Jan 19, 2024
@iPsych
Copy link

iPsych commented Jan 21, 2024

GUI data display can't draw wave at all in Matlab 2022b in MacOS. Tested with both my data and tutorial data.
I guess the current gui works properly with very specific version of matlab.

Index in position 1 exceeds array bounds. Index must not exceed 1.

@teddychao
Copy link
Contributor Author

GUI data display can't draw wave at all in Matlab 2022b in MacOS. Tested with both my data and tutorial data. I guess the current gui works properly with very specific version of matlab.

Index in position 1 exceeds array bounds. Index must not exceed 1.

Hi @iPsych
Thank you so much for posting the issue here. The warning means the data transferred at the specific line was empty and therefore cannot be read. We would be grateful if you could let us know which tutorial data you are using.
Best wishes
Teddy

@iPsych
Copy link

iPsych commented Jan 21, 2024

Resolved : ) MacOS, Matlab 2019b can't initiate PSPM, 2020b tested, works.
The index of position 1 issue was different one, and now resolved.

@teddychao teddychao modified the milestones: v6.1.2, v6.2 Jan 25, 2024
@dominikbach
Copy link
Contributor

dominikbach commented May 7, 2024

All issues are solved in current develop version with one exception: data channel selection for GLM has not been implemented correctly in #666 (some channel selectors were not deleted from specific GLM functions). This will be fixed in a future PR.

dominikbach pushed a commit that referenced this issue May 8, 2024
@dominikbach dominikbach mentioned this issue May 8, 2024
@teddychao teddychao modified the milestones: v6.2, v7.0 Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Urgent Urgent issue which should be resolved at once.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants