Skip to content

Expose the default display decimals for axis in the scan info

Valentin Valls requested to merge axis-acquisition-channel into master

Related to #3989 (closed)

This PR rework a bit the scan info and AcquisitionChannel to make it easier to expose a default decimals as metadata for the axis channels.

  • Added AcquisitionChannel to expose a scan_info_dict that allow to feed the channels from the scan_info
  • Create a new class AxisAcquisitionChannel to construct a AcquisitionChannel from a BLISS Axis.
  • This class now expose a decimals computed for the axis.tolerance
  • Plus few clean up

Merge request reports