109 |
# just add to our in-memory data structure for now... |
# just add to our in-memory data structure for now... |
110 |
try: |
try: |
111 |
i = self.getIntegrator() |
i = self.getIntegrator() |
112 |
#print str(i.getCurrentObservations()) |
print str(i.getCurrentObservations()) |
113 |
self.data.append((i.getCurrentTime(),i.getCurrentObservations())) |
self.data.append((i.getCurrentTime(),i.getCurrentObservations())) |
114 |
except Exception,e: |
except Exception,e: |
115 |
print "\n\nERROR IN RECORDOBSERVEDVALUES!",str(e) |
print "\n\nERROR IN RECORDOBSERVEDVALUES!",str(e) |