Florian

Results 2 issues of Florian

I cannot import a file created with NanoScope 9.4. The error message is: > File "...translators\bruker_afm.py", line 321, in _read_image_layer > data_mat = data_vec.reshape(layer_info['Number of lines'], layer_info['Samps/line']) > ValueError: cannot...

The comment table in the tool table displays the comments as b'My comment'. Looks like the Python 3 branch needs a ```bytes.decode()``` somewhere.