dm4 icon indicating copy to clipboard operation
dm4 copied to clipboard

A python file reader for Digital Micrograph's DM4 file format

Results 1 dm4 issues
Sort by recently updated
recently updated
newest added

I am getting the following error when trying to run `tags = dm4data.read_directory()` ``` AttributeError Traceback (most recent call last) Cell In[20], line 1 ----> 1 tags = dm4data.read_directory() AttributeError:...