Skip to content

Commit

Permalink
Update CH3_04-Linear_Image_Approximation.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
gduscher committed Mar 5, 2024
1 parent 7cf5569 commit 2bff1e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Imaging/CH3_04-Linear_Image_Approximation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,8 @@
"Within this weak phase object aberration, we can already investigate the influence of lens aberrations on the image.\n",
"\n",
"We do now all steps together and check the effect of the aberration, acceleration voltage, aperture, and element onto the final image (in weak phase approximation).\n",
"\n",
"Try an astigmatism ($C_{12}$) value of 30 nm to see an effect. How small of a value is invisible? How does astigmatism ($C_{12}$) depend on defocus ($C_{10}$)?\n",
"\n"
]
},
Expand Down Expand Up @@ -618,14 +620,14 @@
],
"source": [
"# -----Input -----\n",
"ab={'C10':-110.0, 'C12a': 00.0, 'C12b': 00.0, 'C30': 0.5*1e7} # aberrations in nm\n",
"ab={'C10':-110.0, 'C12a': 0.0, 'C12b': 0.0, 'C30': 0.5} # aberrations in nm\n",
"# -------------\n",
"\n",
"nx = ny = 1024\n",
"n_cell_x = 16\n",
"a = 2.4\n",
"acceleration_voltage = 200000\n",
"resolution = 1.5\n",
"resolution = 1.\n",
"\n",
"\n",
"potential = ds.potential_2dim('Au', nx, nx, n_cell_x, n_cell_x, a, [[0,0], [0.5,0.5]])\n",
Expand Down

0 comments on commit 2bff1e3

Please sign in to comment.