Task #589
Milestone #576: Delta H
Task #577: Delta H calculation
Save the Delta H File
Start date:
06/01/2016
Due date:
% Done:
100%
Description
Save the Delta H file in 10.10.120.123/data_server/temp/delta
History
#1 Updated by Jose Gomero over 8 years ago
- Assignee set to Jose Gomero
- Target version set to V 1.0
#2 Updated by Jose Gomero over 8 years ago
- Status changed from New to Resolved
#3 Updated by Jose Gomero over 8 years ago
modify: the difference between the last with the second last (difh)<50, before was in 20
difp=abs(float(djphi)-float(tempp))
difh=abs(float(completar(hjp[h,i]))-float(temph))
difz=abs(float(completar(zjp[h,i]))-float(tempz))
#temp4=djphi
print count," ",difp," ", difh," ", difz
if abs(difp)<0.015 and abs(difh)<50 and abs(difz)<10: