Skip to content
Snippets Groups Projects

Interface CrystFEL with Karabo and allow automatic parameter tunning with rcrystfel

1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -259,7 +259,7 @@ class PickyBoi(PythonDevice):
def input_handler(self, input_channel):
all_metadata = input_channel.getMetaData()
have_written_something = False
source_re = self.unsafe_get("sourceFilterRegex")
source_re = self.get("sourceFilterRegex")
if len(source_re) > 0:
source_re = re.compile(source_re)
else:
Loading