Skip to content
Snippets Groups Projects
Commit c76880b6 authored by Yb Tweezer's avatar Yb Tweezer
Browse files

comment out debugging

parent af475c91
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ def compute_mot_number(image, QE, gain, exposure_time, solid_angle,
detuning, intensity_parameter):
H, W = image.shape
im = image[H//3:2*H//3, W//3:2*W//3]
pd.Plotter().imshow(im).savefig("img.png").close()
#pd.Plotter().imshow(im).savefig("img.png").close()
electron_rate = im.astype(np.float64).sum()
photon_rate \
= electron_rate \
......
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