Skip to content
Snippets Groups Projects
Commit 40db99b2 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

fix example

parent 2325d53c
No related branches found
No related tags found
1 merge request!1467Depthprobe API: c'tor takes argument zaxis (#525)
Pipeline #92334 passed
......@@ -73,7 +73,7 @@ def get_simulation(sample):
footprint = ba.FootprintSquare(0.01)
scan.setFootprint(footprint)
z_axis = ba.FixedBinAxis(nz, z_min, z_max)
z_axis = ba.FixedBinAxis("z", nz, z_min, z_max)
simulation = ba.DepthprobeSimulation(scan, sample, z_axis)
alpha_distr = ba.DistributionGaussian(0, d_ang, 25, 3.)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment