commenting last commit

This commit is contained in:
Martin Diehl 2016-09-11 14:41:48 +02:00
parent 06405bc251
commit 77729f39e3
1 changed files with 1 additions and 2 deletions

View File

@ -78,8 +78,7 @@ for name in filenames:
for type, data in items.iteritems():
for column in data['column']:
(u,v) = np.linalg.eigh(np.array(map(float,table.data[column:column+data['dim']])).reshape(data['shape']))
if np.dot(np.cross(v[:,0], v[:,1]), v[:,2]) < 0.0 :
v[:, 2] *= -1.0
if np.dot(np.cross(v[:,0], v[:,1]), v[:,2]) < 0.0 : v[:, 2] *= -1.0 # ensure right-handed coordinate system
table.data_append(list(u))
table.data_append(list(v.transpose().reshape(data['dim'])))
outputAlive = table.data_write() # output processed line