AttocubeScan.level_image

AttocubeScan.level_image(method='plane', signal='Amp')

Remove a background signla by fitting an appropriate function.

Keyword Arguments:
  • method (str or callable) – Eirther the name of a fitting function in the global scope, or a callable. plane and parabola are already defined.

  • signal (str) – The name of the dataset to be flattened. Defaults to the Amplitude signal

Returns:

(AttocubeScan) – The current scan object with the data modified.