Traceback (most recent call last):
File "/mnt/multipath-shares/scisoft/tomotools_env/tomwer/ubuntu20_x86_64/2022-11-16/bin/nabu", line 8, in <module>
sys.exit(main())
File "/mnt/multipath-shares/scisoft/tomotools_env/tomwer/ubuntu20_x86_64/2022-11-16/lib/python3.8/site-packages/nabu/app/reconstruct.py", line 88, in main
proc = ProcessConfig(conf_dict=conf_dict, create_logger=logfile)
File "/mnt/multipath-shares/scisoft/tomotools_env/tomwer/ubuntu20_x86_64/2022-11-16/lib/python3.8/site-packages/nabu/pipeline/processconfig.py", line 66, in __init__
self._dataset_estimations()
File "/mnt/multipath-shares/scisoft/tomotools_env/tomwer/ubuntu20_x86_64/2022-11-16/lib/python3.8/site-packages/nabu/pipeline/processconfig.py", line 165, in _dataset_estimations
self._get_cor()
File "/mnt/multipath-shares/scisoft/tomotools_env/tomwer/ubuntu20_x86_64/2022-11-16/lib/python3.8/site-packages/nabu/pipeline/fullfield/processconfig.py", line 184, in _get_cor
self.corfinder = COREstimator(
File "/mnt/multipath-shares/scisoft/tomotools_env/tomwer/ubuntu20_x86_64/2022-11-16/lib/python3.8/site-packages/nabu/pipeline/estimators.py", line 67, in __init__
self._init_flatfield()
File "/mnt/multipath-shares/scisoft/tomotools_env/tomwer/ubuntu20_x86_64/2022-11-16/lib/python3.8/site-packages/nabu/pipeline/estimators.py", line 81, in _init_flatfield
self.flatfield = FlatFieldDataUrls(
File "/mnt/multipath-shares/scisoft/tomotools_env/tomwer/ubuntu20_x86_64/2022-11-16/lib/python3.8/site-packages/nabu/preproc/flatfield.py", line 385, in __init__
flats_arrays_dict = load_images_from_dataurl_dict(flats, **chunk_reader_kwargs)
File "/mnt/multipath-shares/scisoft/tomotools_env/tomwer/ubuntu20_x86_64/2022-11-16/lib/python3.8/site-packages/nabu/io/reader.py", line 512, in load_images_from_dataurl_dict
chunk_reader = ChunkReader(data_url_dict, **chunk_reader_kwargs)
File "/mnt/multipath-shares/scisoft/tomotools_env/tomwer/ubuntu20_x86_64/2022-11-16/lib/python3.8/site-packages/nabu/io/reader.py", line 299, in __init__
self._get_reader_class(files)
File "/mnt/multipath-shares/scisoft/tomotools_env/tomwer/ubuntu20_x86_64/2022-11-16/lib/python3.8/site-packages/nabu/io/reader.py", line 344, in _get_reader_class
ext = self._infer_file_type(files)
File "/mnt/multipath-shares/scisoft/tomotools_env/tomwer/ubuntu20_x86_64/2022-11-16/lib/python3.8/site-packages/nabu/io/reader.py", line 337, in _infer_file_type
fname = files[sorted(files.keys())[0]].file_path()
IndexError: list index out of range