Closed gadamc closed 1 year ago
Other options.
In the 'save' function, we could add another file type option of '.json' or '.pickle'. When those are selected, we package the data array along with the xmin, xmax, ymin and ymax values in a dictionary and serialize those to disk.
Currently we just save the numpy array of the scan without the scan axis positions.
We could fix this through a few ways.