Introduction

Introduction#

The purpose of these tutorials is to provide a comprehensive collection of examples targeting a wide range of scientists and engineers interested in ptychography, from experimental users to algorithm and code developers.

Overview#

The table below gives an overview of all examples with associated data and a link for downloading the data.

Jupyter Lab/Notebooks#

Note

Most of the content of this tutorial has been created in the form of Jupyter Notebooks and the JupyterLab interface is the recommended way of working through these examples. JupyterLab is very easy to use, should you wish to learn more about the Jupyter project and the tools it provides, visit: https://jupyter.org.

As a minimal introduction, a few words about Jupyter Notebooks, which offer a convenient way to provide executable code (e.g. Python) alongside formatted text (using markdown). All notebooks used here are structured in the same way, with some informative content at the top and a full code example at the bottom, separated by a horizontal line:

_images/jupyter_notebook_1.PNG

In order to execute the code cell (or any other cell), simply select the cell and type SHIFT+ENTER or ALT+ENTER

_images/jupyter_notebook_2.PNG