Skip to content

Commit d19c2cc

Browse files
committed
Merge branch 'dev' of https://github.com/QI2lab/mcSIM into dev
2 parents d6de438 + 122bb3f commit d19c2cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

calibration/psf_calibration.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@ def curvature_model_fn(p):
194194
# average PSF
195195
# ###############################
196196
psf_roi_size = (11, 21, 21)
197-
psf, psf_coords, otf, otf_coords = fit_psf.average_exp_psfs(img,
198-
coords_3d,
199-
centers,
200-
psf_roi_size,
201-
backgrounds=backgrounds)
197+
psf = fit_psf.average_exp_psfs(img,
198+
coords_3d,
199+
centers,
200+
psf_roi_size,
201+
backgrounds=backgrounds)
202202

203203
tifffile.imwrite(save_dir / "psf.tif",
204204
tifffile.transpose_axes(psf.astype(np.float32), "ZYX", asaxes="TZCYXS"),

0 commit comments

Comments
 (0)