From dbbd9b4255f8eebd684a6d6af634d7b5a6a6d3e3 2025-02-26 15:12:33 From: Juan C. Espinoza Date: 2025-02-26 15:12:33 Subject: [PATCH] update round time_pedestal --- diff --git a/schainpy/model/proc/jroproc_parameters.py b/schainpy/model/proc/jroproc_parameters.py index 51cf5e1..da16c68 100644 --- a/schainpy/model/proc/jroproc_parameters.py +++ b/schainpy/model/proc/jroproc_parameters.py @@ -4228,7 +4228,7 @@ class PedestalInformation(Operation): dataOut.azimuth = round(az, 2) dataOut.elevation = round(el, 2) dataOut.mode_op = scan - dataOut.time_pedestal = time_pedestal # N 6 + dataOut.time_pedestal = round(time_pedestal,2) # N 6 #log.log("TIME-----------------{}".format(self.delay),dataOut.time_pedestal) return dataOut