polyTEM.utilitiesΒΆ

These helper functions are specific to my project and instrumentation in some way

Functions

load_json(filename)

read_mdoc(filename)

Reads the mdoc file generated during imaging and extracts parameters

saveas_json(obj, filename)

A weakness of pickle is that if I change the class structure after I pickle, I can no longer unpickle it.