Skip to content
Snippets Groups Projects
Commit 47a95167 authored by Nikolay Ivanov's avatar Nikolay Ivanov
Browse files

bug fix

parent b22936e5
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ class STSim(INIParser): ...@@ -117,7 +117,7 @@ class STSim(INIParser):
self.x_arr = np.linspace(-0.8 * self.ap_x / self.focus * self.defoc, self.x_arr = np.linspace(-0.8 * self.ap_x / self.focus * self.defoc,
0.8 * self.ap_x / self.focus * self.defoc, 0.8 * self.ap_x / self.focus * self.defoc,
1.6**2 * self.ap_x**2 * self.defoc / self.focus**2 / self.wl) int(1.6**2 * self.ap_x**2 * self.defoc / self.focus**2 / self.wl))
self.xx_arr = np.linspace(-0.8 * self.ap_x / self.focus * self.det_dist, self.xx_arr = np.linspace(-0.8 * self.ap_x / self.focus * self.det_dist,
0.8 * self.ap_x / self.focus * self.det_dist, 0.8 * self.ap_x / self.focus * self.det_dist,
self.fs_size) self.fs_size)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment