PSF Library Corr bug

Issue #35 resolved
Jason Wang created an issue

Reported by Lisa Poyneer:

We're not computing the last column/row of the correlation matrix for the PSF library. We should change the following lines of the rdi.py file:

line 112 to:for i in np.arange(0,self.nfiles): line 118 to: for j in np.arange(i+1,self.nfiles):

Comments (1)

  1. Log in to comment