##// END OF EJS Templates
update round time_pedestal
jespinoza -
r1781:dbbd9b4255f8 v3.0-WR
parent child
Show More
@@ -4228,7 +4228,7 class PedestalInformation(Operation):
4228 dataOut.azimuth = round(az, 2)
4228 dataOut.azimuth = round(az, 2)
4229 dataOut.elevation = round(el, 2)
4229 dataOut.elevation = round(el, 2)
4230 dataOut.mode_op = scan
4230 dataOut.mode_op = scan
4231 dataOut.time_pedestal = time_pedestal # N 6
4231 dataOut.time_pedestal = round(time_pedestal,2) # N 6
4232 #log.log("TIME-----------------{}".format(self.delay),dataOut.time_pedestal)
4232 #log.log("TIME-----------------{}".format(self.delay),dataOut.time_pedestal)
4233 return dataOut
4233 return dataOut
4234
4234
General Comments 0
You need to be logged in to leave comments. Login now