Commit c96dd2bb authored by Andrea Orlat's avatar Andrea Orlat
Browse files

python program to verify the focus of Noto scu

parent 06b66215
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ TCL_SCRIPTS_L =
#
# Python stuff (public and local)
# ----------------------------
PY_SCRIPTS         = subr subrOff
PY_SCRIPTS         = subr subrOff peakf
PY_SCRIPTS_L       =

PY_MODULES         =
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ def main():
		pipeString="%lf,%lf,%lf"%(X,Y,Z)
		pipeOut.write(pipeString)
		print "command sent!"
		pipeOut.close()
	except Exception, ex:
		print ex