stats_V = np.zeros(shape=(49, 3)) count = 0 for fid, FT in enumerate(FTs_V): stats_V[count] = np.array([FT[0][FT[1].argmax()], FT[1][FT[1].argmax()], np.mean(FT[1])]) count += 1