Skip to content
Snippets Groups Projects
Commit 6493912f authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Display a value that changes more often in debug logs

parent 7f1a3577
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ class StatsCrosslet(Device): ...@@ -79,7 +79,7 @@ class StatsCrosslet(Device):
self._visibilities_real = visibilities.real self._visibilities_real = visibilities.real
self._visibilities_imag = visibilities.imag self._visibilities_imag = visibilities.imag
self._rcu_modes = rcu_modes self._rcu_modes = rcu_modes
self.debug_stream("timestamp = %s, visibilities_real [0][0] = %f", self._time_stamp, self._visibilities_real[0][0]) self.debug_stream("timestamp = %s, visibilities_real [0][1] = %f", self._time_stamp, self._visibilities_real[0][1])
except KeyboardInterrupt: except KeyboardInterrupt:
self.debug_stream("KBD interrupt caught, leaving data read loop.") self.debug_stream("KBD interrupt caught, leaving data read loop.")
self.stop_data_read_loop = True self.stop_data_read_loop = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment