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

loading ULT doesn't work sometimes #150

Open
jonorthwash opened this issue Oct 18, 2020 · 0 comments
Open

loading ULT doesn't work sometimes #150

jonorthwash opened this issue Oct 18, 2020 · 0 comments
Labels
bug Something isn't working data formats

Comments

@jonorthwash
Copy link
Collaborator

I sometimes get errors like this when trying to load data using "read unannotated":

Exception in Tkinter callback
Traceback (most recent call last):
  File "/usr/lib/python3.8/tkinter/__init__.py", line 1883, in __call__
    return self.func(*args)
  File "/usr/lib/python3.8/tkinter/__init__.py", line 3943, in __call__
    self.__callback(self.__value, *args)
  File "/data/Documents/Research/PhonLab/UltraTrace/ultratrace/modules/dicom.py", line 107, in chooseMethod
    self.reader = cls(dcm)
  File "/data/Documents/Research/PhonLab/UltraTrace/ultratrace/util/framereader.py", line 103, in __init__
    arr = np.ndarray(shape=sh, buffer=dt, dtype='uint8')
TypeError: buffer is too small for requested array
@jonorthwash jonorthwash added bug Something isn't working data formats labels Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working data formats
Projects
None yet
Development

No branches or pull requests

1 participant