pixels_to_calibrated_units#
- BeamShift.pixels_to_calibrated_units(signal_axes=None, inplace=False, **kwargs)[source]#
Convert the beam shifts from pixels to calibrated units using the signal axes passed or saved in the metadata.
- Parameters:
signal_axes (list of UniformDataAxis, optional) – The signal axes to use for the conversion. If not provided, the signal axes saved in the metadata will be used.
inplace (bool, optional) – If True, the data will be replaced with the converted data. Default is False.
**kwargs (dict) – Additional keyword arguments to pass to the map method.