NIR_f = np.multiply(NIR,f,where=NIR!=-28672.0). To check I made: i,j=1119,753 NIR[i][j],NIR_f[i][j]. and I got this: (-28672.0, 10058.0).
確定! 回上一頁