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

[m.resonator] Remove footprint from 'rawEx/resonator' ()

Merging branch 'm.resonator'  into 'main'.

See merge request !2154
parents d61b4887 7eac7dc2
No related branches found
No related tags found
1 merge request!2154Remove footprint from 'rawEx/resonator'
Pipeline #120793 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.
Finish editing this message first!
Please register or to comment