Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions notebooks/digital_dark_field_01_two_phase_titanium.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
"tags": []
},
"source": [
"# Virtual Dark Field Imaging - Ti550\n",
"# Digital Dark Field Imaging Tutorial 01 - two-phase titanium\n",
"\n",
"This notebook performs virtual dark field (VDF) mapping of a SPED dataset of a Ti550 specimen taken by Dr Ian MacLaren Dr Enrique Frutos-Myro.\n",
"This notebook demonstrates digital dark field (VDF) mapping of a SPED dataset of a Ti550 specimen taken by Dr Ian MacLaren and Dr Enrique Frutos-Myro. Specifically, it demonstrates DDF imaging using\n",
"1. Diffraction peak positions from one position in the dataset to form the aperture array\n",
"2. Aperture arrays made from two basis vectors determined using the *strain* module\n",
"\n",
"## Data\n",
"This is a real SPED dataset from a sample provided by Timet\n",
Expand All @@ -18,13 +20,19 @@
"The notebook uses the bragg_peaks in the file at:\n",
"https://drive.google.com/file/d/12AO5SKkH84Q6oGxTMN1vE8gpd2PGYMsS/view\n",
"\n",
"The data shown in this was originally published at https://doi.org/10.1111/jmi.13275\n",
"\n",
"## Acknowlegements\n",
"\n",
"This notebook was made Ian MacLaren. Contact ian.maclaren@glasgow.ac.uk with any questions.\n",
"\n",
"### Versioning\n",
"\n",
"Last updated on 2025-11-13 with the current dev version of py4DSTEM v.0.14.19. It is essential that you upgrade to the dev version from this date or any subsequent version for this to run. Otherwise, digital_dark_field is missing one function definition for filter_by_position."
"Last updated on 2025-11-18 with the current dev version of py4DSTEM v.0.14.19. It is essential that you upgrade to the dev version from this 2025-11-13 onwards or any subsequent numbered release for this to run. \n",
"\n",
"(e.g. pip install git+https://github.com/py4dstem/py4DSTEM.git#dev --upgrade)\n",
"\n",
"Otherwise, digital_dark_field is missing one function definition for filter_by_position."
]
},
{
Expand Down