Commit 7aa06361 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

update

parent 3ed4b012
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1926,7 +1926,7 @@ class MCIsimulator():
                    psf[ch] = ndimage.rotate(
                        temp, theta.deg, order=1, reshape=True)
                else:
                    psf[ch] = tempIDWindex
                    psf[ch] = temp

                conv = psf[ch]
                conv = conv/conv.sum()