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.
Tutorial |
Download Data |
File Size |
Reference |
---|---|---|---|
The Basics |
|||
No Data Required |
- |
- |
|
No Data Required |
- |
- |
|
No Data Required |
- |
- |
|
No Data Required |
- |
- |
|
No Data Required |
- |
- |
|
No Data Required |
- |
- |
|
No Data Required |
- |
- |
|
No Data Required |
- |
- |
|
Experimental X-ray Data |
|||
126 MB |
|||
1.11 GB |
|||
126 MB |
|||
1.11 GB |
|||
3.68 GB |
|||
993 MB |
|||
286 MB |
|||
1.11 GB |
|||
Electron Ptychography Data |
|||
270 MB |
|||
270 MB |
|||
270 MB |
|||
Advanced Examples |
|||
esrf_id16_AlNi_nearfield.zip |
532 MB |
TBA |
|
esrf_id16_AlNi_nearfield.zip |
532 MB |
TBA |
|
1.11 GB |
|||
No Data Required |
- |
- |
|
126 MB |
|||
User Examples |
|||
- |
- |
- |
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:
In order to execute the code cell (or any other cell), simply select the cell and type SHIFT+ENTER or ALT+ENTER