{ "cells": [ { "cell_type": "markdown", "id": "42cfa8b1-20d2-47e4-a1f0-161c4517df2c", "metadata": {}, "source": [ "(path-filtering)=\n", "# Activity 7: Large clusters and path filtering" ] }, { "cell_type": "markdown", "id": "2f802e59-3ebc-4c5d-a034-42a706044d87", "metadata": { "editable": true, "slideshow": { "slide_type": "" }, "tags": [] }, "source": [ ":::{figure-md} filters-fig\n", "\"path\n", "\n", "Some examples of scattering paths with `forward_scattering`, `backward_scattering` and `distance` filters selected. The accepted forward angle is 45°, the accepted backscattering angle is 20° and the threshold distance is $6a_0$ where $a_0$ is the lattice parameter. Note that the yellow path is rejected but if the `off_cone_events` option is set to a value > 1, then it could have been accepted.\n", ":::" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.13" } }, "nbformat": 4, "nbformat_minor": 5 }