moved dir creation directly to where files are written into the respective dir, cleaned up parameter names between Scanner and ScanBackend, make_dir is in utils now

This commit is contained in:
2020-04-15 10:33:19 +00:00
parent 7aee282776
commit 8014c4e600

View File

@ -35,7 +35,6 @@ scansJF = Scanner(
scan_info_dir="./",
default_counters=[bsdaqJF],
checker=check_intensity,
scan_directories=True
)
@ -47,7 +46,6 @@ scansBSreadLocal = Scanner(
data_base_dir="./",
scan_info_dir="./",
default_counters=[bsdaq],
scan_directories=True
)