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

update

parent 3ed4b012
Pipeline #7887 failed with stage
in 0 seconds
...@@ -1926,7 +1926,7 @@ class MCIsimulator(): ...@@ -1926,7 +1926,7 @@ class MCIsimulator():
psf[ch] = ndimage.rotate( psf[ch] = ndimage.rotate(
temp, theta.deg, order=1, reshape=True) temp, theta.deg, order=1, reshape=True)
else: else:
psf[ch] = tempIDWindex psf[ch] = temp
conv = psf[ch] conv = psf[ch]
conv = conv/conv.sum() conv = conv/conv.sum()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment