Skip to content
Snippets Groups Projects
Commit 7eac7dc2 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

rm footprint from rawEx/resonator

parent d61b4887
Branches
Tags
1 merge request!2154Remove footprint from 'rawEx/resonator'
Pipeline #120790 passed
......@@ -70,8 +70,6 @@ def get_simulation(sample):
scan = ba.AlphaScan(na, ai_min, ai_max)
scan.setWavelength(wl)
footprint = ba.FootprintSquare(0.01)
scan.setFootprint(footprint)
z_axis = ba.EquiDivision("z (nm)", nz, z_min, z_max)
simulation = ba.DepthprobeSimulation(scan, sample, z_axis)
......
......@@ -70,8 +70,6 @@ def get_simulation(sample):
scan = ba.AlphaScan(na, ai_min, ai_max)
scan.setWavelength(wl)
footprint = ba.FootprintSquare(0.01)
scan.setFootprint(footprint)
z_axis = ba.EquiDivision("z (nm)", nz, z_min, z_max)
simulation = ba.DepthprobeSimulation(scan, sample, z_axis)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment