Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions configs/DigitalTwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ devices:
module_name: asyncroscopy.instruments.electron_microscope.hardware.scan
stage:
module_name: asyncroscopy.instruments.electron_microscope.hardware.stage
corrector:
class_name: DigitalTwinCorrector
module_name: asyncroscopy.instruments.electron_microscope.hardware.corrector_digital_twin

tango:
host: localhost
Expand Down
3 changes: 3 additions & 0 deletions notebooks/00_Testing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "3d123a5e",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -296,6 +297,7 @@
},
{
"cell_type": "markdown",
"id": "32a12191",
"metadata": {},
"source": [
"### Connect to devices\n"
Expand All @@ -304,6 +306,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "0457a46d",
"metadata": {},
"outputs": [
{
Expand Down
10 changes: 10 additions & 0 deletions notebooks/01_Aberrations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
{
"cell_type": "code",
"execution_count": 8,
"id": "5b5e0c24",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -69,6 +70,7 @@
},
{
"cell_type": "markdown",
"id": "e7d02413",
"metadata": {},
"source": [
"### Ping servers\n"
Expand All @@ -77,6 +79,7 @@
{
"cell_type": "code",
"execution_count": 9,
"id": "64a037db",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -700,6 +703,7 @@
},
{
"cell_type": "markdown",
"id": "b4e63271",
"metadata": {},
"source": [
"### Connect to devices\n"
Expand All @@ -708,6 +712,7 @@
{
"cell_type": "code",
"execution_count": 10,
"id": "3de1d972",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -748,6 +753,7 @@
},
{
"cell_type": "markdown",
"id": "99b0acef",
"metadata": {},
"source": [
"### Start Tiled data server\n"
Expand All @@ -756,6 +762,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "f595df4d",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -767,6 +774,7 @@
},
{
"cell_type": "markdown",
"id": "73be11b0",
"metadata": {},
"source": [
"### Inspect the corrector device\n"
Expand All @@ -786,6 +794,7 @@
},
{
"cell_type": "markdown",
"id": "eeef4bf4",
"metadata": {},
"source": [
"### Acquire a corrector tableau\n",
Expand Down Expand Up @@ -2133,6 +2142,7 @@
},
{
"cell_type": "markdown",
"id": "da1b957b",
"metadata": {},
"source": [
"### Aberration correction GUI\n"
Expand Down
Loading
Loading