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

[BUG] - OspreyLoad cannot read GE data with extension .7.anon - osp_detDataType.m - Steve Hui #788

Open
shui5 opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@shui5
Copy link
Contributor

shui5 commented Oct 2, 2024

Describe the bug
OspreyLoad cannot read GE data with extension .7.anon

To Reproduce
Run a GE data with .7.anon extension

Expected behavior

Screenshots
Screenshot 2024-10-02 160144

Computer configuration (please complete the following information):

  • OS: Win11
  • Version 23H2
  • MATLAB version 2023b

Additional context
Solved by changing line 152 in osp_detDataType.m to the following.
if strcmpi(ext,'.7') || strcmpi(ext,'.anon')

@shui5 shui5 added the bug Something isn't working label Oct 2, 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
Projects
None yet
Development

No branches or pull requests

1 participant