We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129dd91 commit ec5b26bCopy full SHA for ec5b26b
dim_reduction/hdr.py
@@ -59,7 +59,6 @@ def dimReduction(img, Parameters=None):
59
mergedData[i-1, :] = np.mean(InputData[:, band_clusters == i], 1)
60
61
mergedData = np.reshape(mergedData.T, (numRows, numCols, maxNumClusters))
62
-
63
return mergedData
64
65
0 commit comments