@@ -4228,7 +4228,7 class PedestalInformation(Operation): | |||
|
4228 | 4228 | dataOut.azimuth = round(az, 2) |
|
4229 | 4229 | dataOut.elevation = round(el, 2) |
|
4230 | 4230 | dataOut.mode_op = scan |
|
4231 | dataOut.time_pedestal = time_pedestal # N 6 | |
|
4231 | dataOut.time_pedestal = round(time_pedestal,2) # N 6 | |
|
4232 | 4232 | #log.log("TIME-----------------{}".format(self.delay),dataOut.time_pedestal) |
|
4233 | 4233 | return dataOut |
|
4234 | 4234 |
General Comments 0
You need to be logged in to leave comments.
Login now