Loading csst_mci_sim/csst_mci_sim.py +1 −1 Original line number Diff line number Diff line Loading @@ -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() Loading Loading
csst_mci_sim/csst_mci_sim.py +1 −1 Original line number Diff line number Diff line Loading @@ -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() Loading