Skip to content
Snippets Groups Projects

Allow pipelines to be part of nodes in DataFile API

Merged Philipp Schmidt requested to merge fix/pipelines-in-nodes into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -107,7 +107,7 @@ class DataFile(h5py.File):
filename_format = '{prefix}-R{run:04d}-{aggregator}-S{sequence:05d}.h5'
aggregator_pattern = re.compile(r'^[A-Z]{2,}\d{2}$')
instrument_source_pattern = re.compile(r'^[\w\/-]+:\w+$')
instrument_source_pattern = re.compile(r'^[\w\/-]+:[\w.]+$')
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
Loading