Check out the Hyperspy Workshop May 13-17, 2024 Online

plot_calibrated_data#

CalibrationGenerator.plot_calibrated_data(data_to_plot, line=None, unwrap=False, *args, **kwargs)[source]#

Plot calibrated data for visual inspection.

Parameters:
  • data_to_plot (str) – Specify the calibrated data to be plotted. Valid options are: {‘au_x_grating_dp’, ‘au_x_grating_im’, ‘moo3_dp’, ‘moo3_im’, ‘rotation_overlay’}

  • line (hyperspy.roi.Line2DROI) – An optional Line2DROI object, as detailed in HyperSpy, to be added as a widget to the calibration data plot and the trace plotted interactively.

  • *args (arguments) – Arguments to be passed to the plot method.

  • **kwargs (keyword arguments) – Keyword arguments to be passed to the plot method.