pms icon indicating copy to clipboard operation
pms copied to clipboard

Two bugs?

Open BjoernHaefner opened this issue 2 years ago • 0 comments

Could it be that this should actually be changed from Q[:, 4:] *= 2 to Q[4:, :] *= 2? As we don't want to multiply by two in the pixel axis. And shouldn't this be changed from VQ[:,9] to VQ[9, :]? As we want to get the eigenvector in VQ.T to the smallest singular value of Q.

BjoernHaefner avatar May 11 '22 05:05 BjoernHaefner