Skip to content
Snippets Groups Projects
Commit 5b98bfd0 authored by Jakobsen, Mads Bregenholt's avatar Jakobsen, Mads Bregenholt
Browse files

debugging

parent 9c1ca619
No related branches found
No related tags found
No related merge requests found
Pipeline #167555 passed
...@@ -185,8 +185,9 @@ class OnlineMIDProcessor(TrainMatcher.TrainMatcher): ...@@ -185,8 +185,9 @@ class OnlineMIDProcessor(TrainMatcher.TrainMatcher):
self.updateSchema(self.onlineImagePlotter.get_schema_update("plots", 'first_bunch', AgipdModulePlotter)) self.updateSchema(self.onlineImagePlotter.get_schema_update("plots", 'first_bunch', AgipdModulePlotter))
#self.updateSchema(self.onlineImagePlotter.get_schema_update("plots", 'gain_stage', GainStagePlotter)) self.assembled_output = self.signalSlotable.getOutputChannel("plots")
self.updateSchema(self.onlineImagePlotter.get_schema_update("plots", 'gain_stage', GainStagePlotter))
self.assembled_output = self.signalSlotable.getOutputChannel("plots") self.assembled_output = self.signalSlotable.getOutputChannel("plots")
if not self.get("enableKaraboOutput"): if not self.get("enableKaraboOutput"):
...@@ -379,7 +380,7 @@ class OnlineMIDProcessor(TrainMatcher.TrainMatcher): ...@@ -379,7 +380,7 @@ class OnlineMIDProcessor(TrainMatcher.TrainMatcher):
plot_hash = Hash() plot_hash = Hash()
plot_hash = self.onlineImagePlotter.add_to_hash(plot_hash, 'first_bunch', train_id, detector_data_list[0][1][0]) plot_hash = self.onlineImagePlotter.add_to_hash(plot_hash, 'first_bunch', train_id, detector_data_list[0][1][0])
#plot_hash = self.onlineImagePlotter.add_to_hash(plot_hash, 'gain_stage', train_id, numPixelPerGainStage) plot_hash = self.onlineImagePlotter.add_to_hash(plot_hash, 'gain_stage', train_id, numPixelPerGainStage)
......
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