.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "sl_examples/plot_07_2PE.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code. .. rst-class:: sphx-glr-example-title .. _sphx_glr_sl_examples_plot_07_2PE.py: Two-Pulse ESEEM (#7) ==================== .. GENERATED FROM PYTHON SOURCE LINES 7-8 This example demonstrates how to load and plot a Two-Pulse Electron Spin Echo Envelop Modulation (ESEEM) spectrum. .. GENERATED FROM PYTHON SOURCE LINES 8-12 .. code-block:: Python import spinlab as sl import numpy as np .. GENERATED FROM PYTHON SOURCE LINES 13-14 Once the Python environment is properly set up the data files can be loaded. .. GENERATED FROM PYTHON SOURCE LINES 14-17 .. code-block:: Python data_E580 = sl.load("../data/EPR/Two-Pulse ESEEM/33727-2PE.DTA") .. GENERATED FROM PYTHON SOURCE LINES 18-20 E580: BDPA/PS ------------- .. GENERATED FROM PYTHON SOURCE LINES 20-26 .. code-block:: Python sl.plt.figure() sl.fancy_plot(data_E580) sl.plt.title("Two-Pulse ESEEM, BDPA/PS, E580, X-Band") sl.plt.show() .. image-sg:: /sl_examples/images/sphx_glr_plot_07_2PE_001.png :alt: Two-Pulse ESEEM, BDPA/PS, E580, X-Band :srcset: /sl_examples/images/sphx_glr_plot_07_2PE_001.png :class: sphx-glr-single-img .. GENERATED FROM PYTHON SOURCE LINES 27-28 The data set can be downloaded from the :ref:`SampleData` page. .. rst-class:: sphx-glr-timing **Total running time of the script:** (0 minutes 0.097 seconds) .. _sphx_glr_download_sl_examples_plot_07_2PE.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: plot_07_2PE.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: plot_07_2PE.py ` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: plot_07_2PE.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_