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

Program not compatible with version 0x06140001 / No support for force distance graphs? #5

Open
Rory-Lambert opened this issue Jul 14, 2017 · 1 comment

Comments

@Rory-Lambert
Copy link

I know you've stated there are hardcoded dependencies for certain versions, so this issue is already known. I've tried running the software with check_version=False, in which case the read() operation succeeds and returns a <nanoscope.nanoscope.NanoscopeFile> object. When trying to do any processing however, it returns a NoneType object. I've checked the methods and there are no images in the list_images. Is this package only designed for image files then? I'm unsure if the problem is because of the version or because I'm processing curves not images.

Please let me know if you have any advice on correctly pulling the F-D data from the binary portion of the file!

@jmarini
Copy link
Owner

jmarini commented Jul 15, 2017

The software was initially designed with only images in mind - so the issue is likely that there is no support for curves in the parsing code rather than the file version. As far as fulling the F-D data from the raw binary I'd have to check the documentation on how it's stored.

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

No branches or pull requests

2 participants