APS-4ID-POLAR / ipython-polar

4-ID-Polar ipython configuration for bluesky (and other)
1 stars 3 forks source link

Change qxscan_params? #81

Closed gfabbris closed 1 year ago

gfabbris commented 3 years ago

At some point I converted the parameters in qxscan_params to be Signal, the idea was to have an automatic record of these values. But now I wonder if this is an overkill. We could just have it in the metadata as a dictionary created by qxscan_params._make_params_dict(), and that can be read using something like: qxscan_params._read_params_dict(db[scanno].metadata['start']['qxscan_params']).

gfabbris commented 3 years ago

Also add repr and str methods

gfabbris commented 3 years ago

move it to "utils"?