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

adjust cropping

parent 7b8dcf60
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ class FluorescenceData(ImagingData):
def compute_mot_number(image, QE, gain, exposure_time, solid_angle,
detuning, intensity_parameter, k=0):
H, W = image.shape
K_h = 3.5
K_h = 3.0
slice_h = pd.S[int(H / K_h) : int((K_h - 1) * H / K_h)]
K_w = 3.0
slice_w = pd.S[int(W / K_w) : int((K_w - 1) * W / K_w)]
......
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