You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nanoscope.py, line 137, in _read_image_data
raw_data = (np.frombuffer(file_object.read(data_size * number_points),
ValueError: buffer is smaller than requested size
Works with Nanoscope files that are perfectly square sized, but anything with unequal lines and samples per line does not work as the buffer is not set up right. If there is any insight into fixing this that would be fantastic.
The text was updated successfully, but these errors were encountered:
nanoscope.py, line 137, in _read_image_data
raw_data = (np.frombuffer(file_object.read(data_size * number_points),
ValueError: buffer is smaller than requested size
Works with Nanoscope files that are perfectly square sized, but anything with unequal lines and samples per line does not work as the buffer is not set up right. If there is any insight into fixing this that would be fantastic.
The text was updated successfully, but these errors were encountered: