101 |
# just add to our in-memory data structure for now... |
# just add to our in-memory data structure for now... |
102 |
try: |
try: |
103 |
i = self.getIntegrator() |
i = self.getIntegrator() |
104 |
print str(i.getCurrentObservations()) |
#print str(i.getCurrentObservations()) |
105 |
self.data.append((i.getCurrentTime(),i.getCurrentObservations())) |
self.data.append((i.getCurrentTime(),i.getCurrentObservations())) |
106 |
except Exception,e: |
except Exception,e: |
107 |
print "\n\nERROR IN RECORDOBSERVEDVALUES!",str(e) |
print "\n\nERROR IN RECORDOBSERVEDVALUES!",str(e) |