Statistic Notebook for NMR

The following statistics can be created with this notebook:

  • Statistics of the utilization time (based on “duration”) of each instrument. (per year, month, calendar week, comparison heatmap)

  • Statistics of the different types of NMR experiment of each instrument.

A chart per instrument is created as html.

Important: The statistics are only generated for a period between 21.09.1677 and 11.04.2262. All other data is excluded from the statistics.If only the “discarded” time or “modified on” time falls within the period, the date is only removed from the statistics for “discarded”/”modified on”.

To run this notebook you need a Jupyter kernel. A kernel is a Python environment that executes the code from your notebook. If no Jupyter kernel is set up yet, you can register one with the following command in the terminal:

python -m ipykernel install --user --name env_name --display-name "YourName"

Imports

Please import all necessary modules first by executing the following section

import sys, os
sys.path.append(os.path.abspath("..")) # for local imports
from datetime import datetime # for begin_date and end_date

from LOGS import LOGS
from LOGS_solutions.GenerateStatistics.StatisticNMR.StatisticsDurationTime import StatisticsDurationTime
from LOGS_solutions.GenerateStatistics.StatisticNMR.StatisticsTypesOfExperiments import StatisticsTypesOfExperiments

Parameters

Please set the parameters as you like.

target_path: The target path, where all statistics should be saved. Default: Within the folder containing the script, a new folder “statistics” is created in which all statistics are saved.

begin_date: Lowest date limit of datastes used for statistics to be created. Has to be a datetime object.
Default: None (no limit)

end_date: Highest date limit of datasets used for statistics to be created. Has to be a datetime object.
Default: None (no limit)

target_path = "./statistics"
begin_date = None # begin_date example: datetime(2024, 1, 1)
end_date = None # end_date example: datetime(2024, 2, 28)

Initialize class objects

Please make sure that the logs.json config file is in the same folder as the other classes and the notebook.

If the formatting of the config file is not clear, refer to the instructions for help: https://docs.logs-python.com/pages/setup.html

The different classes do the following:

  • StatisticsDurationTime: Generates reports with the statistics for the utilization time of each instrument.

  • StatisticsTypesOfInstruments: Generates a statistical analysis of the different types of NMR experiments of each instrument.

CustomFields = [95]
logs = LOGS()
statistics_duration_time = StatisticsDurationTime(logs, begin_date, end_date, target_path, custom_fields=CustomFields)
statistics_types_experiments = StatisticsTypesOfExperiments(logs, begin_date, end_date, target_path, custom_fields=CustomFields)

Create Statistics

If you would like to create all statistics, simply complete the following section. If you only want to create one specific statistic, please comment out the other.

statistics_duration_time.create_statistic()
statistics_types_experiments.create_statistic()
2026-02-24 10:23:47,530 - INFO - Starting to generate a statistical analysis of the utilization time.
2026-02-24 10:23:47,987 - INFO - Processing datasets with the format 'BrukerNMR' and 'VarianNMR' in the given time frame: begin date: 2015-10-22 00:00:00+02:00 - end date: 2026-02-11 00:00:00+01:00.
2026-02-24 10:23:48,370 - WARNING - The duration parameter of the Dataset JF-P5-02/1060 is empty.
2026-02-24 10:23:48,372 - WARNING - The duration parameter of the Dataset JF-P5-02/1060 is empty.
2026-02-24 10:23:48,372 - WARNING - The duration parameter of the Dataset JF-P5-02/1060 is empty.
2026-02-24 10:23:48,373 - WARNING - The duration parameter of the Dataset JF-P5-02/1060 is empty.
2026-02-24 10:23:48,373 - WARNING - The duration parameter of the Dataset JF-P5-02/1060 is empty.
2026-02-24 10:23:48,374 - WARNING - The duration parameter of the Dataset JF-P5-02/1060 is empty.
2026-02-24 10:23:48,375 - WARNING - The duration parameter of the Dataset JF-P5-02/1060 is empty.
2026-02-24 10:23:48,375 - WARNING - The duration parameter of the Dataset JF-P5-02/1060 is empty.
2026-02-24 10:23:48,376 - WARNING - The duration parameter of the Dataset JF-P5-02/1060 is empty.
Not None
No time
2026-02-24 10:23:48,490 - WARNING - The duration parameter of the Dataset JF-P5-02/1061 is empty.
2026-02-24 10:23:48,491 - WARNING - The duration parameter of the Dataset JF-P5-02/1061 is empty.
2026-02-24 10:23:48,492 - WARNING - The duration parameter of the Dataset JF-P5-02/1061 is empty.
2026-02-24 10:23:48,493 - WARNING - The duration parameter of the Dataset JF-P5-02/1061 is empty.
2026-02-24 10:23:48,493 - WARNING - The duration parameter of the Dataset JF-P5-02/1061 is empty.
2026-02-24 10:23:48,494 - WARNING - The duration parameter of the Dataset JF-P5-02/1061 is empty.
2026-02-24 10:23:48,495 - WARNING - The duration parameter of the Dataset JF-P5-02/1061 is empty.
2026-02-24 10:23:48,495 - WARNING - The duration parameter of the Dataset JF-P5-02/1061 is empty.
2026-02-24 10:23:48,496 - WARNING - The duration parameter of the Dataset JF-P5-02/1061 is empty.
Not None
No time
Not None
2 min 12 s 
Not None
25 min 18 s 
Not None
23 min 55 s 
2026-02-24 10:23:48,929 - WARNING - The duration parameter of the Dataset JF-P5-02/52 is empty.
2026-02-24 10:23:48,930 - WARNING - The duration parameter of the Dataset JF-P5-02/52 is empty.
2026-02-24 10:23:48,931 - WARNING - The duration parameter of the Dataset JF-P5-02/52 is empty.
2026-02-24 10:23:48,932 - WARNING - The duration parameter of the Dataset JF-P5-02/52 is empty.
2026-02-24 10:23:48,932 - WARNING - The duration parameter of the Dataset JF-P5-02/52 is empty.
2026-02-24 10:23:48,933 - WARNING - The duration parameter of the Dataset JF-P5-02/52 is empty.
2026-02-24 10:23:48,934 - WARNING - The duration parameter of the Dataset JF-P5-02/52 is empty.
2026-02-24 10:23:48,934 - WARNING - The duration parameter of the Dataset JF-P5-02/52 is empty.
2026-02-24 10:23:48,934 - WARNING - The duration parameter of the Dataset JF-P5-02/52 is empty.
Not None
No time
2026-02-24 10:23:49,051 - WARNING - The duration parameter of the Dataset JF-P5-02/53 is empty.
2026-02-24 10:23:49,052 - WARNING - The duration parameter of the Dataset JF-P5-02/53 is empty.
2026-02-24 10:23:49,053 - WARNING - The duration parameter of the Dataset JF-P5-02/53 is empty.
2026-02-24 10:23:49,054 - WARNING - The duration parameter of the Dataset JF-P5-02/53 is empty.
2026-02-24 10:23:49,054 - WARNING - The duration parameter of the Dataset JF-P5-02/53 is empty.
2026-02-24 10:23:49,055 - WARNING - The duration parameter of the Dataset JF-P5-02/53 is empty.
2026-02-24 10:23:49,055 - WARNING - The duration parameter of the Dataset JF-P5-02/53 is empty.
2026-02-24 10:23:49,056 - WARNING - The duration parameter of the Dataset JF-P5-02/53 is empty.
2026-02-24 10:23:49,056 - WARNING - The duration parameter of the Dataset JF-P5-02/53 is empty.
Not None
No time
2026-02-24 10:23:49,163 - WARNING - The duration parameter of the Dataset JF-P5-02/54 is empty.
2026-02-24 10:23:49,164 - WARNING - The duration parameter of the Dataset JF-P5-02/54 is empty.
2026-02-24 10:23:49,164 - WARNING - The duration parameter of the Dataset JF-P5-02/54 is empty.
2026-02-24 10:23:49,165 - WARNING - The duration parameter of the Dataset JF-P5-02/54 is empty.
2026-02-24 10:23:49,165 - WARNING - The duration parameter of the Dataset JF-P5-02/54 is empty.
2026-02-24 10:23:49,166 - WARNING - The duration parameter of the Dataset JF-P5-02/54 is empty.
2026-02-24 10:23:49,167 - WARNING - The duration parameter of the Dataset JF-P5-02/54 is empty.
2026-02-24 10:23:49,167 - WARNING - The duration parameter of the Dataset JF-P5-02/54 is empty.
2026-02-24 10:23:49,168 - WARNING - The duration parameter of the Dataset JF-P5-02/54 is empty.
Not None
No time
2026-02-24 10:23:49,271 - WARNING - The duration parameter of the Dataset JF-P5-02/55 is empty.
2026-02-24 10:23:49,273 - WARNING - The duration parameter of the Dataset JF-P5-02/55 is empty.
2026-02-24 10:23:49,273 - WARNING - The duration parameter of the Dataset JF-P5-02/55 is empty.
2026-02-24 10:23:49,274 - WARNING - The duration parameter of the Dataset JF-P5-02/55 is empty.
2026-02-24 10:23:49,274 - WARNING - The duration parameter of the Dataset JF-P5-02/55 is empty.
2026-02-24 10:23:49,275 - WARNING - The duration parameter of the Dataset JF-P5-02/55 is empty.
2026-02-24 10:23:49,276 - WARNING - The duration parameter of the Dataset JF-P5-02/55 is empty.
2026-02-24 10:23:49,276 - WARNING - The duration parameter of the Dataset JF-P5-02/55 is empty.
2026-02-24 10:23:49,277 - WARNING - The duration parameter of the Dataset JF-P5-02/55 is empty.
Not None
No time
2026-02-24 10:23:49,379 - WARNING - The duration parameter of the Dataset JF-P5-02/56 is empty.
2026-02-24 10:23:49,380 - WARNING - The duration parameter of the Dataset JF-P5-02/56 is empty.
2026-02-24 10:23:49,381 - WARNING - The duration parameter of the Dataset JF-P5-02/56 is empty.
2026-02-24 10:23:49,382 - WARNING - The duration parameter of the Dataset JF-P5-02/56 is empty.
2026-02-24 10:23:49,382 - WARNING - The duration parameter of the Dataset JF-P5-02/56 is empty.
2026-02-24 10:23:49,383 - WARNING - The duration parameter of the Dataset JF-P5-02/56 is empty.
2026-02-24 10:23:49,384 - WARNING - The duration parameter of the Dataset JF-P5-02/56 is empty.
2026-02-24 10:23:49,384 - WARNING - The duration parameter of the Dataset JF-P5-02/56 is empty.
2026-02-24 10:23:49,385 - WARNING - The duration parameter of the Dataset JF-P5-02/56 is empty.
Not None
No time
2026-02-24 10:23:49,490 - WARNING - The duration parameter of the Dataset JF-P5-02/57 is empty.
2026-02-24 10:23:49,492 - WARNING - The duration parameter of the Dataset JF-P5-02/57 is empty.
2026-02-24 10:23:49,492 - WARNING - The duration parameter of the Dataset JF-P5-02/57 is empty.
2026-02-24 10:23:49,493 - WARNING - The duration parameter of the Dataset JF-P5-02/57 is empty.
2026-02-24 10:23:49,494 - WARNING - The duration parameter of the Dataset JF-P5-02/57 is empty.
2026-02-24 10:23:49,495 - WARNING - The duration parameter of the Dataset JF-P5-02/57 is empty.
2026-02-24 10:23:49,495 - WARNING - The duration parameter of the Dataset JF-P5-02/57 is empty.
2026-02-24 10:23:49,496 - WARNING - The duration parameter of the Dataset JF-P5-02/57 is empty.
2026-02-24 10:23:49,496 - WARNING - The duration parameter of the Dataset JF-P5-02/57 is empty.
Not None
No time
Not None
3 h 23 min 9 s 
Not None
12 min 25 s 
Not None
23 min 56 s 
Not None
23 min 55 s 
Not None
23 min 56 s 
2026-02-24 10:23:50,134 - WARNING - The duration parameter of the Dataset JF-P5-07/1022 is empty.
2026-02-24 10:23:50,135 - WARNING - The duration parameter of the Dataset JF-P5-07/1022 is empty.
2026-02-24 10:23:50,136 - WARNING - The duration parameter of the Dataset JF-P5-07/1022 is empty.
2026-02-24 10:23:50,136 - WARNING - The duration parameter of the Dataset JF-P5-07/1022 is empty.
2026-02-24 10:23:50,137 - WARNING - The duration parameter of the Dataset JF-P5-07/1022 is empty.
2026-02-24 10:23:50,137 - WARNING - The duration parameter of the Dataset JF-P5-07/1022 is empty.
2026-02-24 10:23:50,137 - WARNING - The duration parameter of the Dataset JF-P5-07/1022 is empty.
2026-02-24 10:23:50,138 - WARNING - The duration parameter of the Dataset JF-P5-07/1022 is empty.
2026-02-24 10:23:50,138 - WARNING - The duration parameter of the Dataset JF-P5-07/1022 is empty.
Not None
No time
2026-02-24 10:23:50,240 - WARNING - The duration parameter of the Dataset JF-P5-07/1023 is empty.
2026-02-24 10:23:50,241 - WARNING - The duration parameter of the Dataset JF-P5-07/1023 is empty.
2026-02-24 10:23:50,242 - WARNING - The duration parameter of the Dataset JF-P5-07/1023 is empty.
2026-02-24 10:23:50,242 - WARNING - The duration parameter of the Dataset JF-P5-07/1023 is empty.
2026-02-24 10:23:50,242 - WARNING - The duration parameter of the Dataset JF-P5-07/1023 is empty.
2026-02-24 10:23:50,243 - WARNING - The duration parameter of the Dataset JF-P5-07/1023 is empty.
2026-02-24 10:23:50,243 - WARNING - The duration parameter of the Dataset JF-P5-07/1023 is empty.
2026-02-24 10:23:50,243 - WARNING - The duration parameter of the Dataset JF-P5-07/1023 is empty.
2026-02-24 10:23:50,243 - WARNING - The duration parameter of the Dataset JF-P5-07/1023 is empty.
Not None
No time
Not None
23 min 55 s 
Not None
6 h 44 min 42 s 
Not None
25 min 17 s 
2026-02-24 10:23:50,715 - WARNING - The duration parameter of the Dataset JF-P5-07/25 is empty.
2026-02-24 10:23:50,716 - WARNING - The duration parameter of the Dataset JF-P5-07/25 is empty.
2026-02-24 10:23:50,717 - WARNING - The duration parameter of the Dataset JF-P5-07/25 is empty.
2026-02-24 10:23:50,717 - WARNING - The duration parameter of the Dataset JF-P5-07/25 is empty.
2026-02-24 10:23:50,718 - WARNING - The duration parameter of the Dataset JF-P5-07/25 is empty.
2026-02-24 10:23:50,719 - WARNING - The duration parameter of the Dataset JF-P5-07/25 is empty.
2026-02-24 10:23:50,719 - WARNING - The duration parameter of the Dataset JF-P5-07/25 is empty.
2026-02-24 10:23:50,720 - WARNING - The duration parameter of the Dataset JF-P5-07/25 is empty.
2026-02-24 10:23:50,721 - WARNING - The duration parameter of the Dataset JF-P5-07/25 is empty.
Not None
No time
2026-02-24 10:23:50,832 - WARNING - The duration parameter of the Dataset JF-P5-07/24 is empty.
2026-02-24 10:23:50,833 - WARNING - The duration parameter of the Dataset JF-P5-07/24 is empty.
2026-02-24 10:23:50,834 - WARNING - The duration parameter of the Dataset JF-P5-07/24 is empty.
2026-02-24 10:23:50,835 - WARNING - The duration parameter of the Dataset JF-P5-07/24 is empty.
2026-02-24 10:23:50,835 - WARNING - The duration parameter of the Dataset JF-P5-07/24 is empty.
2026-02-24 10:23:50,836 - WARNING - The duration parameter of the Dataset JF-P5-07/24 is empty.
2026-02-24 10:23:50,837 - WARNING - The duration parameter of the Dataset JF-P5-07/24 is empty.
2026-02-24 10:23:50,837 - WARNING - The duration parameter of the Dataset JF-P5-07/24 is empty.
2026-02-24 10:23:50,838 - WARNING - The duration parameter of the Dataset JF-P5-07/24 is empty.
Not None
No time
2026-02-24 10:23:50,945 - WARNING - The duration parameter of the Dataset JF-P5-07/26 is empty.
2026-02-24 10:23:50,946 - WARNING - The duration parameter of the Dataset JF-P5-07/26 is empty.
2026-02-24 10:23:50,946 - WARNING - The duration parameter of the Dataset JF-P5-07/26 is empty.
2026-02-24 10:23:50,947 - WARNING - The duration parameter of the Dataset JF-P5-07/26 is empty.
2026-02-24 10:23:50,947 - WARNING - The duration parameter of the Dataset JF-P5-07/26 is empty.
2026-02-24 10:23:50,948 - WARNING - The duration parameter of the Dataset JF-P5-07/26 is empty.
2026-02-24 10:23:50,948 - WARNING - The duration parameter of the Dataset JF-P5-07/26 is empty.
2026-02-24 10:23:50,949 - WARNING - The duration parameter of the Dataset JF-P5-07/26 is empty.
2026-02-24 10:23:50,949 - WARNING - The duration parameter of the Dataset JF-P5-07/26 is empty.
Not None
No time
2026-02-24 10:23:51,055 - WARNING - The duration parameter of the Dataset JF-P5-07/27 is empty.
2026-02-24 10:23:51,056 - WARNING - The duration parameter of the Dataset JF-P5-07/27 is empty.
2026-02-24 10:23:51,057 - WARNING - The duration parameter of the Dataset JF-P5-07/27 is empty.
2026-02-24 10:23:51,057 - WARNING - The duration parameter of the Dataset JF-P5-07/27 is empty.
2026-02-24 10:23:51,058 - WARNING - The duration parameter of the Dataset JF-P5-07/27 is empty.
2026-02-24 10:23:51,059 - WARNING - The duration parameter of the Dataset JF-P5-07/27 is empty.
2026-02-24 10:23:51,059 - WARNING - The duration parameter of the Dataset JF-P5-07/27 is empty.
2026-02-24 10:23:51,060 - WARNING - The duration parameter of the Dataset JF-P5-07/27 is empty.
2026-02-24 10:23:51,060 - WARNING - The duration parameter of the Dataset JF-P5-07/27 is empty.
Not None
No time
2026-02-24 10:23:51,165 - WARNING - The duration parameter of the Dataset JF-P5-07/29 is empty.
2026-02-24 10:23:51,166 - WARNING - The duration parameter of the Dataset JF-P5-07/29 is empty.
2026-02-24 10:23:51,166 - WARNING - The duration parameter of the Dataset JF-P5-07/29 is empty.
2026-02-24 10:23:51,167 - WARNING - The duration parameter of the Dataset JF-P5-07/29 is empty.
2026-02-24 10:23:51,168 - WARNING - The duration parameter of the Dataset JF-P5-07/29 is empty.
2026-02-24 10:23:51,169 - WARNING - The duration parameter of the Dataset JF-P5-07/29 is empty.
2026-02-24 10:23:51,169 - WARNING - The duration parameter of the Dataset JF-P5-07/29 is empty.
2026-02-24 10:23:51,170 - WARNING - The duration parameter of the Dataset JF-P5-07/29 is empty.
2026-02-24 10:23:51,170 - WARNING - The duration parameter of the Dataset JF-P5-07/29 is empty.
Not None
No time
2026-02-24 10:23:51,290 - WARNING - The duration parameter of the Dataset JF-P5-07/28 is empty.
2026-02-24 10:23:51,291 - WARNING - The duration parameter of the Dataset JF-P5-07/28 is empty.
2026-02-24 10:23:51,291 - WARNING - The duration parameter of the Dataset JF-P5-07/28 is empty.
2026-02-24 10:23:51,292 - WARNING - The duration parameter of the Dataset JF-P5-07/28 is empty.
2026-02-24 10:23:51,293 - WARNING - The duration parameter of the Dataset JF-P5-07/28 is empty.
2026-02-24 10:23:51,293 - WARNING - The duration parameter of the Dataset JF-P5-07/28 is empty.
2026-02-24 10:23:51,294 - WARNING - The duration parameter of the Dataset JF-P5-07/28 is empty.
2026-02-24 10:23:51,294 - WARNING - The duration parameter of the Dataset JF-P5-07/28 is empty.
2026-02-24 10:23:51,295 - WARNING - The duration parameter of the Dataset JF-P5-07/28 is empty.
Not None
No time
Not None
18 min 25 s 
Not None
19 min 31 s 
Not None
20 min 37 s 
Not None
21 min 43 s 
Not None
22 min 50 s 
Not None
23 min 55 s 
Not None
25 min 1 s 
Not None
26 min 7 s 
Not None
30 min 31 s 
Not None
28 min 19 s 
Not None
39 min 19 s 
Not None
23 min 55 s 
Not None
6 h 44 min 42 s 
Not None
9 h 44 min 13 s 
2026-02-24 10:23:53,002 - WARNING - The duration parameter of the Dataset JF-P5-08/61 is empty.
2026-02-24 10:23:53,003 - WARNING - The duration parameter of the Dataset JF-P5-08/61 is empty.
2026-02-24 10:23:53,004 - WARNING - The duration parameter of the Dataset JF-P5-08/61 is empty.
2026-02-24 10:23:53,005 - WARNING - The duration parameter of the Dataset JF-P5-08/61 is empty.
2026-02-24 10:23:53,005 - WARNING - The duration parameter of the Dataset JF-P5-08/61 is empty.
2026-02-24 10:23:53,005 - WARNING - The duration parameter of the Dataset JF-P5-08/61 is empty.
2026-02-24 10:23:53,006 - WARNING - The duration parameter of the Dataset JF-P5-08/61 is empty.
2026-02-24 10:23:53,006 - WARNING - The duration parameter of the Dataset JF-P5-08/61 is empty.
2026-02-24 10:23:53,006 - WARNING - The duration parameter of the Dataset JF-P5-08/61 is empty.
Not None
No time
Not None
25 min 18 s 
2026-02-24 10:23:53,223 - WARNING - The duration parameter of the Dataset JF-P5-08/62 is empty.
2026-02-24 10:23:53,224 - WARNING - The duration parameter of the Dataset JF-P5-08/62 is empty.
2026-02-24 10:23:53,224 - WARNING - The duration parameter of the Dataset JF-P5-08/62 is empty.
2026-02-24 10:23:53,225 - WARNING - The duration parameter of the Dataset JF-P5-08/62 is empty.
2026-02-24 10:23:53,225 - WARNING - The duration parameter of the Dataset JF-P5-08/62 is empty.
2026-02-24 10:23:53,226 - WARNING - The duration parameter of the Dataset JF-P5-08/62 is empty.
2026-02-24 10:23:53,226 - WARNING - The duration parameter of the Dataset JF-P5-08/62 is empty.
2026-02-24 10:23:53,227 - WARNING - The duration parameter of the Dataset JF-P5-08/62 is empty.
2026-02-24 10:23:53,227 - WARNING - The duration parameter of the Dataset JF-P5-08/62 is empty.
Not None
No time
2026-02-24 10:23:53,339 - WARNING - The duration parameter of the Dataset JF-P5-08/63 is empty.
2026-02-24 10:23:53,340 - WARNING - The duration parameter of the Dataset JF-P5-08/63 is empty.
2026-02-24 10:23:53,340 - WARNING - The duration parameter of the Dataset JF-P5-08/63 is empty.
2026-02-24 10:23:53,340 - WARNING - The duration parameter of the Dataset JF-P5-08/63 is empty.
2026-02-24 10:23:53,341 - WARNING - The duration parameter of the Dataset JF-P5-08/63 is empty.
2026-02-24 10:23:53,341 - WARNING - The duration parameter of the Dataset JF-P5-08/63 is empty.
2026-02-24 10:23:53,341 - WARNING - The duration parameter of the Dataset JF-P5-08/63 is empty.
2026-02-24 10:23:53,341 - WARNING - The duration parameter of the Dataset JF-P5-08/63 is empty.
2026-02-24 10:23:53,342 - WARNING - The duration parameter of the Dataset JF-P5-08/63 is empty.
Not None
No time
2026-02-24 10:23:53,459 - WARNING - The duration parameter of the Dataset JF-P5-08/64 is empty.
2026-02-24 10:23:53,460 - WARNING - The duration parameter of the Dataset JF-P5-08/64 is empty.
2026-02-24 10:23:53,460 - WARNING - The duration parameter of the Dataset JF-P5-08/64 is empty.
2026-02-24 10:23:53,461 - WARNING - The duration parameter of the Dataset JF-P5-08/64 is empty.
2026-02-24 10:23:53,461 - WARNING - The duration parameter of the Dataset JF-P5-08/64 is empty.
2026-02-24 10:23:53,462 - WARNING - The duration parameter of the Dataset JF-P5-08/64 is empty.
2026-02-24 10:23:53,462 - WARNING - The duration parameter of the Dataset JF-P5-08/64 is empty.
2026-02-24 10:23:53,463 - WARNING - The duration parameter of the Dataset JF-P5-08/64 is empty.
2026-02-24 10:23:53,463 - WARNING - The duration parameter of the Dataset JF-P5-08/64 is empty.
Not None
No time
2026-02-24 10:23:53,578 - WARNING - The duration parameter of the Dataset JF-P5-08/65 is empty.
2026-02-24 10:23:53,579 - WARNING - The duration parameter of the Dataset JF-P5-08/65 is empty.
2026-02-24 10:23:53,579 - WARNING - The duration parameter of the Dataset JF-P5-08/65 is empty.
2026-02-24 10:23:53,580 - WARNING - The duration parameter of the Dataset JF-P5-08/65 is empty.
2026-02-24 10:23:53,580 - WARNING - The duration parameter of the Dataset JF-P5-08/65 is empty.
2026-02-24 10:23:53,581 - WARNING - The duration parameter of the Dataset JF-P5-08/65 is empty.
2026-02-24 10:23:53,581 - WARNING - The duration parameter of the Dataset JF-P5-08/65 is empty.
2026-02-24 10:23:53,582 - WARNING - The duration parameter of the Dataset JF-P5-08/65 is empty.
2026-02-24 10:23:53,582 - WARNING - The duration parameter of the Dataset JF-P5-08/65 is empty.
Not None
No time
2026-02-24 10:23:53,690 - WARNING - The duration parameter of the Dataset JF-P5-08/66 is empty.
2026-02-24 10:23:53,691 - WARNING - The duration parameter of the Dataset JF-P5-08/66 is empty.
2026-02-24 10:23:53,692 - WARNING - The duration parameter of the Dataset JF-P5-08/66 is empty.
2026-02-24 10:23:53,692 - WARNING - The duration parameter of the Dataset JF-P5-08/66 is empty.
2026-02-24 10:23:53,693 - WARNING - The duration parameter of the Dataset JF-P5-08/66 is empty.
2026-02-24 10:23:53,693 - WARNING - The duration parameter of the Dataset JF-P5-08/66 is empty.
2026-02-24 10:23:53,694 - WARNING - The duration parameter of the Dataset JF-P5-08/66 is empty.
2026-02-24 10:23:53,694 - WARNING - The duration parameter of the Dataset JF-P5-08/66 is empty.
2026-02-24 10:23:53,695 - WARNING - The duration parameter of the Dataset JF-P5-08/66 is empty.
Not None
No time
Not None
23 min 55 s 
Not None
6 h 44 min 42 s 
2026-02-24 10:23:54,549 - WARNING - The duration parameter of the Dataset JF-P5-09/61 is empty.
2026-02-24 10:23:54,551 - WARNING - The duration parameter of the Dataset JF-P5-09/61 is empty.
2026-02-24 10:23:54,551 - WARNING - The duration parameter of the Dataset JF-P5-09/61 is empty.
2026-02-24 10:23:54,552 - WARNING - The duration parameter of the Dataset JF-P5-09/61 is empty.
2026-02-24 10:23:54,552 - WARNING - The duration parameter of the Dataset JF-P5-09/61 is empty.
2026-02-24 10:23:54,553 - WARNING - The duration parameter of the Dataset JF-P5-09/61 is empty.
2026-02-24 10:23:54,553 - WARNING - The duration parameter of the Dataset JF-P5-09/61 is empty.
2026-02-24 10:23:54,553 - WARNING - The duration parameter of the Dataset JF-P5-09/61 is empty.
2026-02-24 10:23:54,554 - WARNING - The duration parameter of the Dataset JF-P5-09/61 is empty.
Not None
No time
Not None
25 min 17 s 
2026-02-24 10:23:54,786 - WARNING - The duration parameter of the Dataset JF-P5-09/62 is empty.
2026-02-24 10:23:54,787 - WARNING - The duration parameter of the Dataset JF-P5-09/62 is empty.
2026-02-24 10:23:54,788 - WARNING - The duration parameter of the Dataset JF-P5-09/62 is empty.
2026-02-24 10:23:54,788 - WARNING - The duration parameter of the Dataset JF-P5-09/62 is empty.
2026-02-24 10:23:54,789 - WARNING - The duration parameter of the Dataset JF-P5-09/62 is empty.
2026-02-24 10:23:54,789 - WARNING - The duration parameter of the Dataset JF-P5-09/62 is empty.
2026-02-24 10:23:54,789 - WARNING - The duration parameter of the Dataset JF-P5-09/62 is empty.
2026-02-24 10:23:54,790 - WARNING - The duration parameter of the Dataset JF-P5-09/62 is empty.
2026-02-24 10:23:54,790 - WARNING - The duration parameter of the Dataset JF-P5-09/62 is empty.
Not None
No time
2026-02-24 10:23:54,896 - WARNING - The duration parameter of the Dataset JF-P5-09/63 is empty.
2026-02-24 10:23:54,897 - WARNING - The duration parameter of the Dataset JF-P5-09/63 is empty.
2026-02-24 10:23:54,897 - WARNING - The duration parameter of the Dataset JF-P5-09/63 is empty.
2026-02-24 10:23:54,898 - WARNING - The duration parameter of the Dataset JF-P5-09/63 is empty.
2026-02-24 10:23:54,898 - WARNING - The duration parameter of the Dataset JF-P5-09/63 is empty.
2026-02-24 10:23:54,899 - WARNING - The duration parameter of the Dataset JF-P5-09/63 is empty.
2026-02-24 10:23:54,899 - WARNING - The duration parameter of the Dataset JF-P5-09/63 is empty.
2026-02-24 10:23:54,900 - WARNING - The duration parameter of the Dataset JF-P5-09/63 is empty.
2026-02-24 10:23:54,900 - WARNING - The duration parameter of the Dataset JF-P5-09/63 is empty.
Not None
No time
2026-02-24 10:23:55,013 - WARNING - The duration parameter of the Dataset JF-P5-09/65 is empty.
2026-02-24 10:23:55,014 - WARNING - The duration parameter of the Dataset JF-P5-09/65 is empty.
2026-02-24 10:23:55,014 - WARNING - The duration parameter of the Dataset JF-P5-09/65 is empty.
2026-02-24 10:23:55,015 - WARNING - The duration parameter of the Dataset JF-P5-09/65 is empty.
2026-02-24 10:23:55,015 - WARNING - The duration parameter of the Dataset JF-P5-09/65 is empty.
2026-02-24 10:23:55,015 - WARNING - The duration parameter of the Dataset JF-P5-09/65 is empty.
2026-02-24 10:23:55,016 - WARNING - The duration parameter of the Dataset JF-P5-09/65 is empty.
2026-02-24 10:23:55,016 - WARNING - The duration parameter of the Dataset JF-P5-09/65 is empty.
2026-02-24 10:23:55,016 - WARNING - The duration parameter of the Dataset JF-P5-09/65 is empty.
Not None
No time
2026-02-24 10:23:55,119 - WARNING - The duration parameter of the Dataset JF-P5-09/64 is empty.
2026-02-24 10:23:55,120 - WARNING - The duration parameter of the Dataset JF-P5-09/64 is empty.
2026-02-24 10:23:55,120 - WARNING - The duration parameter of the Dataset JF-P5-09/64 is empty.
2026-02-24 10:23:55,121 - WARNING - The duration parameter of the Dataset JF-P5-09/64 is empty.
2026-02-24 10:23:55,121 - WARNING - The duration parameter of the Dataset JF-P5-09/64 is empty.
2026-02-24 10:23:55,122 - WARNING - The duration parameter of the Dataset JF-P5-09/64 is empty.
2026-02-24 10:23:55,122 - WARNING - The duration parameter of the Dataset JF-P5-09/64 is empty.
2026-02-24 10:23:55,122 - WARNING - The duration parameter of the Dataset JF-P5-09/64 is empty.
2026-02-24 10:23:55,123 - WARNING - The duration parameter of the Dataset JF-P5-09/64 is empty.
Not None
No time
2026-02-24 10:23:55,228 - WARNING - The duration parameter of the Dataset JF-P5-09/66 is empty.
2026-02-24 10:23:55,230 - WARNING - The duration parameter of the Dataset JF-P5-09/66 is empty.
2026-02-24 10:23:55,230 - WARNING - The duration parameter of the Dataset JF-P5-09/66 is empty.
2026-02-24 10:23:55,231 - WARNING - The duration parameter of the Dataset JF-P5-09/66 is empty.
2026-02-24 10:23:55,231 - WARNING - The duration parameter of the Dataset JF-P5-09/66 is empty.
2026-02-24 10:23:55,232 - WARNING - The duration parameter of the Dataset JF-P5-09/66 is empty.
2026-02-24 10:23:55,232 - WARNING - The duration parameter of the Dataset JF-P5-09/66 is empty.
2026-02-24 10:23:55,232 - WARNING - The duration parameter of the Dataset JF-P5-09/66 is empty.
2026-02-24 10:23:55,233 - WARNING - The duration parameter of the Dataset JF-P5-09/66 is empty.
Not None
No time
Not None
21 min 43 s 
Not None
21 min 43 s 
Not None
21 min 43 s 
Not None
21 min 43 s 
Not None
21 min 44 s 
Not None
21 min 43 s 
Not None
21 min 43 s 
Not None
21 min 43 s 
Not None
21 min 43 s 
Not None
21 min 43 s 
Not None
21 min 43 s 
Not None
21 min 43 s 
Not None
21 min 43 s 
Not None
23 min 59 s 
Not None
24 min 
Not None
23 min 59 s 
Not None
23 min 59 s 
Not None
23 min 59 s 
Not None
24 min 
Not None
24 min 
Not None
23 min 59 s 
Not None
24 min 
Not None
23 min 59 s 
Not None
23 min 59 s 
Not None
23 min 59 s 
Not None
23 min 59 s 
Not None
23 min 59 s 
Not None
23 min 59 s 
Not None
23 min 56 s 
Not None
3 min 44 s 
Not None
4 min 27 s 
Not None
4 min 27 s 
Not None
23 min 55 s 
Not None
2 min 36 s 
Not None
23 min 59 s 
Not None
30 min 35 s 
Not None
1 h 20 min 37 s 
Not None
23 min 59 s 
Not None
30 min 36 s 
Not None
1 h 20 min 37 s 
Not None
23 min 59 s 
Not None
30 min 35 s 
Not None
1 h 20 min 37 s 
Not None
23 min 59 s 
Not None
30 min 35 s 
Not None
2 min 36 s 
Not None
1 h 20 min 37 s 
Not None
23 min 59 s 
Not None
30 min 35 s 
Not None
1 h 20 min 37 s 
Not None
24 min 
Not None
30 min 35 s 
Not None
1 h 20 min 37 s 
Not None
23 min 59 s 
Not None
30 min 35 s 
Not None
1 h 20 min 37 s 
Not None
23 min 59 s 
Not None
30 min 35 s 
Not None
1 h 20 min 37 s 
Not None
23 min 59 s 
Not None
2 min 36 s 
Not None
30 min 35 s 
Not None
1 h 20 min 38 s 
Not None
24 min 
Not None
30 min 36 s 
Not None
2 min 36 s 
Not None
1 h 20 min 37 s 
Not None
24 min 
Not None
30 min 36 s 
Not None
1 h 20 min 37 s 
Not None
23 min 59 s 
Not None
30 min 35 s 
Not None
1 h 20 min 37 s 
Not None
50 min 18 s 
2026-02-24 10:24:03,694 - WARNING - The duration parameter of the Dataset JF-P5-43/24 is empty.
2026-02-24 10:24:03,696 - WARNING - The duration parameter of the Dataset JF-P5-43/24 is empty.
2026-02-24 10:24:03,696 - WARNING - The duration parameter of the Dataset JF-P5-43/24 is empty.
2026-02-24 10:24:03,696 - WARNING - The duration parameter of the Dataset JF-P5-43/24 is empty.
2026-02-24 10:24:03,697 - WARNING - The duration parameter of the Dataset JF-P5-43/24 is empty.
2026-02-24 10:24:03,697 - WARNING - The duration parameter of the Dataset JF-P5-43/24 is empty.
2026-02-24 10:24:03,698 - WARNING - The duration parameter of the Dataset JF-P5-43/24 is empty.
2026-02-24 10:24:03,698 - WARNING - The duration parameter of the Dataset JF-P5-43/24 is empty.
2026-02-24 10:24:03,698 - WARNING - The duration parameter of the Dataset JF-P5-43/24 is empty.
Not None
No time
2026-02-24 10:24:03,804 - WARNING - The duration parameter of the Dataset JF-P5-43/25 is empty.
2026-02-24 10:24:03,805 - WARNING - The duration parameter of the Dataset JF-P5-43/25 is empty.
2026-02-24 10:24:03,805 - WARNING - The duration parameter of the Dataset JF-P5-43/25 is empty.
2026-02-24 10:24:03,806 - WARNING - The duration parameter of the Dataset JF-P5-43/25 is empty.
2026-02-24 10:24:03,806 - WARNING - The duration parameter of the Dataset JF-P5-43/25 is empty.
2026-02-24 10:24:03,806 - WARNING - The duration parameter of the Dataset JF-P5-43/25 is empty.
2026-02-24 10:24:03,807 - WARNING - The duration parameter of the Dataset JF-P5-43/25 is empty.
2026-02-24 10:24:03,807 - WARNING - The duration parameter of the Dataset JF-P5-43/25 is empty.
2026-02-24 10:24:03,807 - WARNING - The duration parameter of the Dataset JF-P5-43/25 is empty.
Not None
No time
2026-02-24 10:24:03,912 - WARNING - The duration parameter of the Dataset JF-P5-43/26 is empty.
2026-02-24 10:24:03,913 - WARNING - The duration parameter of the Dataset JF-P5-43/26 is empty.
2026-02-24 10:24:03,913 - WARNING - The duration parameter of the Dataset JF-P5-43/26 is empty.
2026-02-24 10:24:03,914 - WARNING - The duration parameter of the Dataset JF-P5-43/26 is empty.
2026-02-24 10:24:03,914 - WARNING - The duration parameter of the Dataset JF-P5-43/26 is empty.
2026-02-24 10:24:03,915 - WARNING - The duration parameter of the Dataset JF-P5-43/26 is empty.
2026-02-24 10:24:03,915 - WARNING - The duration parameter of the Dataset JF-P5-43/26 is empty.
2026-02-24 10:24:03,915 - WARNING - The duration parameter of the Dataset JF-P5-43/26 is empty.
2026-02-24 10:24:03,916 - WARNING - The duration parameter of the Dataset JF-P5-43/26 is empty.
Not None
No time
2026-02-24 10:24:04,021 - WARNING - The duration parameter of the Dataset JF-P5-43/27 is empty.
2026-02-24 10:24:04,023 - WARNING - The duration parameter of the Dataset JF-P5-43/27 is empty.
2026-02-24 10:24:04,023 - WARNING - The duration parameter of the Dataset JF-P5-43/27 is empty.
2026-02-24 10:24:04,024 - WARNING - The duration parameter of the Dataset JF-P5-43/27 is empty.
2026-02-24 10:24:04,024 - WARNING - The duration parameter of the Dataset JF-P5-43/27 is empty.
2026-02-24 10:24:04,025 - WARNING - The duration parameter of the Dataset JF-P5-43/27 is empty.
2026-02-24 10:24:04,025 - WARNING - The duration parameter of the Dataset JF-P5-43/27 is empty.
2026-02-24 10:24:04,025 - WARNING - The duration parameter of the Dataset JF-P5-43/27 is empty.
2026-02-24 10:24:04,026 - WARNING - The duration parameter of the Dataset JF-P5-43/27 is empty.
Not None
No time
2026-02-24 10:24:04,133 - WARNING - The duration parameter of the Dataset JF-P5-43/28 is empty.
2026-02-24 10:24:04,135 - WARNING - The duration parameter of the Dataset JF-P5-43/28 is empty.
2026-02-24 10:24:04,135 - WARNING - The duration parameter of the Dataset JF-P5-43/28 is empty.
2026-02-24 10:24:04,136 - WARNING - The duration parameter of the Dataset JF-P5-43/28 is empty.
2026-02-24 10:24:04,136 - WARNING - The duration parameter of the Dataset JF-P5-43/28 is empty.
2026-02-24 10:24:04,137 - WARNING - The duration parameter of the Dataset JF-P5-43/28 is empty.
2026-02-24 10:24:04,137 - WARNING - The duration parameter of the Dataset JF-P5-43/28 is empty.
2026-02-24 10:24:04,137 - WARNING - The duration parameter of the Dataset JF-P5-43/28 is empty.
2026-02-24 10:24:04,138 - WARNING - The duration parameter of the Dataset JF-P5-43/28 is empty.
Not None
No time
2026-02-24 10:24:04,252 - WARNING - The duration parameter of the Dataset JF-P5-43/29 is empty.
2026-02-24 10:24:04,253 - WARNING - The duration parameter of the Dataset JF-P5-43/29 is empty.
2026-02-24 10:24:04,253 - WARNING - The duration parameter of the Dataset JF-P5-43/29 is empty.
2026-02-24 10:24:04,254 - WARNING - The duration parameter of the Dataset JF-P5-43/29 is empty.
2026-02-24 10:24:04,254 - WARNING - The duration parameter of the Dataset JF-P5-43/29 is empty.
2026-02-24 10:24:04,254 - WARNING - The duration parameter of the Dataset JF-P5-43/29 is empty.
2026-02-24 10:24:04,255 - WARNING - The duration parameter of the Dataset JF-P5-43/29 is empty.
2026-02-24 10:24:04,255 - WARNING - The duration parameter of the Dataset JF-P5-43/29 is empty.
2026-02-24 10:24:04,255 - WARNING - The duration parameter of the Dataset JF-P5-43/29 is empty.
Not None
No time
Not None
23 min 55 s 
Not None
2 min 36 s 
Not None
23 min 55 s 
Not None
21 s
Not None
23 min 59 s 
Not None
30 min 35 s 
Not None
50 min 19 s 
Not None
1 h 20 min 37 s 
2026-02-24 10:24:05,243 - WARNING - The duration parameter of the Dataset JF-P5-44/24 is empty.
2026-02-24 10:24:05,244 - WARNING - The duration parameter of the Dataset JF-P5-44/24 is empty.
2026-02-24 10:24:05,244 - WARNING - The duration parameter of the Dataset JF-P5-44/24 is empty.
2026-02-24 10:24:05,245 - WARNING - The duration parameter of the Dataset JF-P5-44/24 is empty.
2026-02-24 10:24:05,245 - WARNING - The duration parameter of the Dataset JF-P5-44/24 is empty.
2026-02-24 10:24:05,246 - WARNING - The duration parameter of the Dataset JF-P5-44/24 is empty.
2026-02-24 10:24:05,246 - WARNING - The duration parameter of the Dataset JF-P5-44/24 is empty.
2026-02-24 10:24:05,247 - WARNING - The duration parameter of the Dataset JF-P5-44/24 is empty.
2026-02-24 10:24:05,247 - WARNING - The duration parameter of the Dataset JF-P5-44/24 is empty.
Not None
No time
2026-02-24 10:24:05,361 - WARNING - The duration parameter of the Dataset JF-P5-44/25 is empty.
2026-02-24 10:24:05,362 - WARNING - The duration parameter of the Dataset JF-P5-44/25 is empty.
2026-02-24 10:24:05,362 - WARNING - The duration parameter of the Dataset JF-P5-44/25 is empty.
2026-02-24 10:24:05,363 - WARNING - The duration parameter of the Dataset JF-P5-44/25 is empty.
2026-02-24 10:24:05,363 - WARNING - The duration parameter of the Dataset JF-P5-44/25 is empty.
2026-02-24 10:24:05,364 - WARNING - The duration parameter of the Dataset JF-P5-44/25 is empty.
2026-02-24 10:24:05,364 - WARNING - The duration parameter of the Dataset JF-P5-44/25 is empty.
2026-02-24 10:24:05,365 - WARNING - The duration parameter of the Dataset JF-P5-44/25 is empty.
2026-02-24 10:24:05,365 - WARNING - The duration parameter of the Dataset JF-P5-44/25 is empty.
Not None
No time
2026-02-24 10:24:05,483 - WARNING - The duration parameter of the Dataset JF-P5-44/26 is empty.
2026-02-24 10:24:05,484 - WARNING - The duration parameter of the Dataset JF-P5-44/26 is empty.
2026-02-24 10:24:05,485 - WARNING - The duration parameter of the Dataset JF-P5-44/26 is empty.
2026-02-24 10:24:05,485 - WARNING - The duration parameter of the Dataset JF-P5-44/26 is empty.
2026-02-24 10:24:05,486 - WARNING - The duration parameter of the Dataset JF-P5-44/26 is empty.
2026-02-24 10:24:05,486 - WARNING - The duration parameter of the Dataset JF-P5-44/26 is empty.
2026-02-24 10:24:05,487 - WARNING - The duration parameter of the Dataset JF-P5-44/26 is empty.
2026-02-24 10:24:05,487 - WARNING - The duration parameter of the Dataset JF-P5-44/26 is empty.
2026-02-24 10:24:05,487 - WARNING - The duration parameter of the Dataset JF-P5-44/26 is empty.
Not None
No time
2026-02-24 10:24:05,593 - WARNING - The duration parameter of the Dataset JF-P5-44/27 is empty.
2026-02-24 10:24:05,594 - WARNING - The duration parameter of the Dataset JF-P5-44/27 is empty.
2026-02-24 10:24:05,594 - WARNING - The duration parameter of the Dataset JF-P5-44/27 is empty.
2026-02-24 10:24:05,595 - WARNING - The duration parameter of the Dataset JF-P5-44/27 is empty.
2026-02-24 10:24:05,595 - WARNING - The duration parameter of the Dataset JF-P5-44/27 is empty.
2026-02-24 10:24:05,595 - WARNING - The duration parameter of the Dataset JF-P5-44/27 is empty.
2026-02-24 10:24:05,596 - WARNING - The duration parameter of the Dataset JF-P5-44/27 is empty.
2026-02-24 10:24:05,596 - WARNING - The duration parameter of the Dataset JF-P5-44/27 is empty.
2026-02-24 10:24:05,596 - WARNING - The duration parameter of the Dataset JF-P5-44/27 is empty.
Not None
No time
2026-02-24 10:24:05,703 - WARNING - The duration parameter of the Dataset JF-P5-44/28 is empty.
2026-02-24 10:24:05,704 - WARNING - The duration parameter of the Dataset JF-P5-44/28 is empty.
2026-02-24 10:24:05,704 - WARNING - The duration parameter of the Dataset JF-P5-44/28 is empty.
2026-02-24 10:24:05,704 - WARNING - The duration parameter of the Dataset JF-P5-44/28 is empty.
2026-02-24 10:24:05,705 - WARNING - The duration parameter of the Dataset JF-P5-44/28 is empty.
2026-02-24 10:24:05,705 - WARNING - The duration parameter of the Dataset JF-P5-44/28 is empty.
2026-02-24 10:24:05,705 - WARNING - The duration parameter of the Dataset JF-P5-44/28 is empty.
2026-02-24 10:24:05,706 - WARNING - The duration parameter of the Dataset JF-P5-44/28 is empty.
2026-02-24 10:24:05,706 - WARNING - The duration parameter of the Dataset JF-P5-44/28 is empty.
Not None
No time
2026-02-24 10:24:06,116 - WARNING - The duration parameter of the Dataset JF-P5-44/29 is empty.
2026-02-24 10:24:06,117 - WARNING - The duration parameter of the Dataset JF-P5-44/29 is empty.
2026-02-24 10:24:06,118 - WARNING - The duration parameter of the Dataset JF-P5-44/29 is empty.
2026-02-24 10:24:06,118 - WARNING - The duration parameter of the Dataset JF-P5-44/29 is empty.
2026-02-24 10:24:06,118 - WARNING - The duration parameter of the Dataset JF-P5-44/29 is empty.
2026-02-24 10:24:06,118 - WARNING - The duration parameter of the Dataset JF-P5-44/29 is empty.
2026-02-24 10:24:06,119 - WARNING - The duration parameter of the Dataset JF-P5-44/29 is empty.
2026-02-24 10:24:06,119 - WARNING - The duration parameter of the Dataset JF-P5-44/29 is empty.
2026-02-24 10:24:06,120 - WARNING - The duration parameter of the Dataset JF-P5-44/29 is empty.
Not None
No time
Not None
2 min 36 s 
Not None
23 min 55 s 
2026-02-24 10:24:06,437 - WARNING - The duration parameter of the Dataset JF-P5-45/1030 is empty.
2026-02-24 10:24:06,438 - WARNING - The duration parameter of the Dataset JF-P5-45/1030 is empty.
2026-02-24 10:24:06,439 - WARNING - The duration parameter of the Dataset JF-P5-45/1030 is empty.
2026-02-24 10:24:06,439 - WARNING - The duration parameter of the Dataset JF-P5-45/1030 is empty.
2026-02-24 10:24:06,440 - WARNING - The duration parameter of the Dataset JF-P5-45/1030 is empty.
2026-02-24 10:24:06,440 - WARNING - The duration parameter of the Dataset JF-P5-45/1030 is empty.
2026-02-24 10:24:06,441 - WARNING - The duration parameter of the Dataset JF-P5-45/1030 is empty.
2026-02-24 10:24:06,441 - WARNING - The duration parameter of the Dataset JF-P5-45/1030 is empty.
2026-02-24 10:24:06,441 - WARNING - The duration parameter of the Dataset JF-P5-45/1030 is empty.
Not None
No time
2026-02-24 10:24:06,559 - WARNING - The duration parameter of the Dataset JF-P5-45/1031 is empty.
2026-02-24 10:24:06,560 - WARNING - The duration parameter of the Dataset JF-P5-45/1031 is empty.
2026-02-24 10:24:06,561 - WARNING - The duration parameter of the Dataset JF-P5-45/1031 is empty.
2026-02-24 10:24:06,561 - WARNING - The duration parameter of the Dataset JF-P5-45/1031 is empty.
2026-02-24 10:24:06,562 - WARNING - The duration parameter of the Dataset JF-P5-45/1031 is empty.
2026-02-24 10:24:06,562 - WARNING - The duration parameter of the Dataset JF-P5-45/1031 is empty.
2026-02-24 10:24:06,563 - WARNING - The duration parameter of the Dataset JF-P5-45/1031 is empty.
2026-02-24 10:24:06,563 - WARNING - The duration parameter of the Dataset JF-P5-45/1031 is empty.
2026-02-24 10:24:06,563 - WARNING - The duration parameter of the Dataset JF-P5-45/1031 is empty.
Not None
No time
Not None
23 min 59 s 
Not None
30 min 35 s 
Not None
1 h 20 min 37 s 
Not None
3 h 23 min 9 s 
2026-02-24 10:24:07,101 - WARNING - The duration parameter of the Dataset JF-P5-46/1030 is empty.
2026-02-24 10:24:07,103 - WARNING - The duration parameter of the Dataset JF-P5-46/1030 is empty.
2026-02-24 10:24:07,103 - WARNING - The duration parameter of the Dataset JF-P5-46/1030 is empty.
2026-02-24 10:24:07,104 - WARNING - The duration parameter of the Dataset JF-P5-46/1030 is empty.
2026-02-24 10:24:07,105 - WARNING - The duration parameter of the Dataset JF-P5-46/1030 is empty.
2026-02-24 10:24:07,105 - WARNING - The duration parameter of the Dataset JF-P5-46/1030 is empty.
2026-02-24 10:24:07,106 - WARNING - The duration parameter of the Dataset JF-P5-46/1030 is empty.
2026-02-24 10:24:07,107 - WARNING - The duration parameter of the Dataset JF-P5-46/1030 is empty.
2026-02-24 10:24:07,107 - WARNING - The duration parameter of the Dataset JF-P5-46/1030 is empty.
Not None
No time
2026-02-24 10:24:07,213 - WARNING - The duration parameter of the Dataset JF-P5-46/1031 is empty.
2026-02-24 10:24:07,215 - WARNING - The duration parameter of the Dataset JF-P5-46/1031 is empty.
2026-02-24 10:24:07,215 - WARNING - The duration parameter of the Dataset JF-P5-46/1031 is empty.
2026-02-24 10:24:07,216 - WARNING - The duration parameter of the Dataset JF-P5-46/1031 is empty.
2026-02-24 10:24:07,216 - WARNING - The duration parameter of the Dataset JF-P5-46/1031 is empty.
2026-02-24 10:24:07,217 - WARNING - The duration parameter of the Dataset JF-P5-46/1031 is empty.
2026-02-24 10:24:07,217 - WARNING - The duration parameter of the Dataset JF-P5-46/1031 is empty.
2026-02-24 10:24:07,218 - WARNING - The duration parameter of the Dataset JF-P5-46/1031 is empty.
2026-02-24 10:24:07,218 - WARNING - The duration parameter of the Dataset JF-P5-46/1031 is empty.
Not None
No time
Not None
23 min 55 s 
Not None
2 min 36 s 
Not None
7 h 39 min 3 s 
Not None
1 h 13 min 16 s 
Not None
30 min 36 s 
Not None
1 h 20 min 37 s 
Not None
3 h 23 min 9 s 
Not None
2 min 36 s 
Not None
23 min 55 s 
Not None
23 min 57 s 
Not None
2 min 39 s 
Not None
4 min 54 s 
Not None
9 h 30 min 36 s 
Not None
12 h 12 min 3 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
9 h 47 min 35 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
23 min 56 s 
Not None
2 min 36 s 
Not None
23 min 55 s 
2026-02-24 10:24:10,255 - WARNING - The duration parameter of the Dataset OA-001/1021 is empty.
2026-02-24 10:24:10,256 - WARNING - The duration parameter of the Dataset OA-001/1021 is empty.
2026-02-24 10:24:10,256 - WARNING - The duration parameter of the Dataset OA-001/1021 is empty.
2026-02-24 10:24:10,257 - WARNING - The duration parameter of the Dataset OA-001/1021 is empty.
2026-02-24 10:24:10,257 - WARNING - The duration parameter of the Dataset OA-001/1021 is empty.
2026-02-24 10:24:10,257 - WARNING - The duration parameter of the Dataset OA-001/1021 is empty.
2026-02-24 10:24:10,258 - WARNING - The duration parameter of the Dataset OA-001/1021 is empty.
2026-02-24 10:24:10,258 - WARNING - The duration parameter of the Dataset OA-001/1021 is empty.
2026-02-24 10:24:10,258 - WARNING - The duration parameter of the Dataset OA-001/1021 is empty.
Not None
No time
2026-02-24 10:24:10,365 - WARNING - The duration parameter of the Dataset OA-001/1022 is empty.
2026-02-24 10:24:10,366 - WARNING - The duration parameter of the Dataset OA-001/1022 is empty.
2026-02-24 10:24:10,367 - WARNING - The duration parameter of the Dataset OA-001/1022 is empty.
2026-02-24 10:24:10,367 - WARNING - The duration parameter of the Dataset OA-001/1022 is empty.
2026-02-24 10:24:10,368 - WARNING - The duration parameter of the Dataset OA-001/1022 is empty.
2026-02-24 10:24:10,368 - WARNING - The duration parameter of the Dataset OA-001/1022 is empty.
2026-02-24 10:24:10,369 - WARNING - The duration parameter of the Dataset OA-001/1022 is empty.
2026-02-24 10:24:10,369 - WARNING - The duration parameter of the Dataset OA-001/1022 is empty.
2026-02-24 10:24:10,370 - WARNING - The duration parameter of the Dataset OA-001/1022 is empty.
Not None
No time
Not None
13 h 27 min 52 s 
Not None
23 min 55 s 
Not None
12 h 22 min 26 s 
Not None
2 h 53 min 59 s 
2026-02-24 10:24:10,901 - WARNING - The duration parameter of the Dataset OA-005/14 is empty.
2026-02-24 10:24:10,902 - WARNING - The duration parameter of the Dataset OA-005/14 is empty.
2026-02-24 10:24:10,903 - WARNING - The duration parameter of the Dataset OA-005/14 is empty.
2026-02-24 10:24:10,903 - WARNING - The duration parameter of the Dataset OA-005/14 is empty.
2026-02-24 10:24:10,904 - WARNING - The duration parameter of the Dataset OA-005/14 is empty.
2026-02-24 10:24:10,905 - WARNING - The duration parameter of the Dataset OA-005/14 is empty.
2026-02-24 10:24:10,906 - WARNING - The duration parameter of the Dataset OA-005/14 is empty.
2026-02-24 10:24:10,906 - WARNING - The duration parameter of the Dataset OA-005/14 is empty.
2026-02-24 10:24:10,907 - WARNING - The duration parameter of the Dataset OA-005/14 is empty.
Not None
No time
2026-02-24 10:24:11,031 - WARNING - The duration parameter of the Dataset OA-005/15 is empty.
2026-02-24 10:24:11,033 - WARNING - The duration parameter of the Dataset OA-005/15 is empty.
2026-02-24 10:24:11,033 - WARNING - The duration parameter of the Dataset OA-005/15 is empty.
2026-02-24 10:24:11,034 - WARNING - The duration parameter of the Dataset OA-005/15 is empty.
2026-02-24 10:24:11,035 - WARNING - The duration parameter of the Dataset OA-005/15 is empty.
2026-02-24 10:24:11,035 - WARNING - The duration parameter of the Dataset OA-005/15 is empty.
2026-02-24 10:24:11,036 - WARNING - The duration parameter of the Dataset OA-005/15 is empty.
2026-02-24 10:24:11,036 - WARNING - The duration parameter of the Dataset OA-005/15 is empty.
2026-02-24 10:24:11,037 - WARNING - The duration parameter of the Dataset OA-005/15 is empty.
Not None
No time
Not None
6 min 8 s 
Not None
23 min 55 s 
Not None
1 h 34 min 16 s 
Not None
23 min 59 s 
Not None
12 h 22 min 26 s 
Not None
23 min 55 s 
Not None
24 min 
Not None
23 min 55 s 
Not None
23 min 55 s 
Not None
23 min 55 s 
Not None
23 min 55 s 
Not None
23 min 55 s 
Not None
23 min 56 s 
Not None
1 min 28 s 
Not None
3 min 39 s 
Not None
23 min 55 s 
Not None
12 min 28 s 
Not None
23 min 55 s 
Not None
6 min 38 s 
Not None
23 min 56 s 
2026-02-24 10:24:13,633 - WARNING - The duration parameter of the Dataset OA-016/1022 is empty.
2026-02-24 10:24:13,634 - WARNING - The duration parameter of the Dataset OA-016/1022 is empty.
2026-02-24 10:24:13,634 - WARNING - The duration parameter of the Dataset OA-016/1022 is empty.
2026-02-24 10:24:13,635 - WARNING - The duration parameter of the Dataset OA-016/1022 is empty.
2026-02-24 10:24:13,636 - WARNING - The duration parameter of the Dataset OA-016/1022 is empty.
2026-02-24 10:24:13,636 - WARNING - The duration parameter of the Dataset OA-016/1022 is empty.
2026-02-24 10:24:13,637 - WARNING - The duration parameter of the Dataset OA-016/1022 is empty.
2026-02-24 10:24:13,637 - WARNING - The duration parameter of the Dataset OA-016/1022 is empty.
2026-02-24 10:24:13,638 - WARNING - The duration parameter of the Dataset OA-016/1022 is empty.
Not None
No time
2026-02-24 10:24:13,749 - WARNING - The duration parameter of the Dataset OA-016/1023 is empty.
2026-02-24 10:24:13,750 - WARNING - The duration parameter of the Dataset OA-016/1023 is empty.
2026-02-24 10:24:13,750 - WARNING - The duration parameter of the Dataset OA-016/1023 is empty.
2026-02-24 10:24:13,751 - WARNING - The duration parameter of the Dataset OA-016/1023 is empty.
2026-02-24 10:24:13,751 - WARNING - The duration parameter of the Dataset OA-016/1023 is empty.
2026-02-24 10:24:13,752 - WARNING - The duration parameter of the Dataset OA-016/1023 is empty.
2026-02-24 10:24:13,752 - WARNING - The duration parameter of the Dataset OA-016/1023 is empty.
2026-02-24 10:24:13,753 - WARNING - The duration parameter of the Dataset OA-016/1023 is empty.
2026-02-24 10:24:13,753 - WARNING - The duration parameter of the Dataset OA-016/1023 is empty.
Not None
No time
Not None
23 min 55 s 
Not None
23 min 55 s 
Not None
6 h 44 min 42 s 
Not None
25 min 18 s 
2026-02-24 10:24:19,395 - WARNING - The duration parameter of the Dataset OA-016/24 is empty.
2026-02-24 10:24:19,396 - WARNING - The duration parameter of the Dataset OA-016/24 is empty.
2026-02-24 10:24:19,397 - WARNING - The duration parameter of the Dataset OA-016/24 is empty.
2026-02-24 10:24:19,397 - WARNING - The duration parameter of the Dataset OA-016/24 is empty.
2026-02-24 10:24:19,398 - WARNING - The duration parameter of the Dataset OA-016/24 is empty.
2026-02-24 10:24:19,398 - WARNING - The duration parameter of the Dataset OA-016/24 is empty.
2026-02-24 10:24:19,399 - WARNING - The duration parameter of the Dataset OA-016/24 is empty.
2026-02-24 10:24:19,399 - WARNING - The duration parameter of the Dataset OA-016/24 is empty.
2026-02-24 10:24:19,400 - WARNING - The duration parameter of the Dataset OA-016/24 is empty.
Not None
No time
2026-02-24 10:24:19,512 - WARNING - The duration parameter of the Dataset OA-016/25 is empty.
2026-02-24 10:24:19,513 - WARNING - The duration parameter of the Dataset OA-016/25 is empty.
2026-02-24 10:24:19,514 - WARNING - The duration parameter of the Dataset OA-016/25 is empty.
2026-02-24 10:24:19,516 - WARNING - The duration parameter of the Dataset OA-016/25 is empty.
2026-02-24 10:24:19,517 - WARNING - The duration parameter of the Dataset OA-016/25 is empty.
2026-02-24 10:24:19,517 - WARNING - The duration parameter of the Dataset OA-016/25 is empty.
2026-02-24 10:24:19,518 - WARNING - The duration parameter of the Dataset OA-016/25 is empty.
2026-02-24 10:24:19,519 - WARNING - The duration parameter of the Dataset OA-016/25 is empty.
2026-02-24 10:24:19,520 - WARNING - The duration parameter of the Dataset OA-016/25 is empty.
Not None
No time
2026-02-24 10:24:19,636 - WARNING - The duration parameter of the Dataset OA-016/26 is empty.
2026-02-24 10:24:19,638 - WARNING - The duration parameter of the Dataset OA-016/26 is empty.
2026-02-24 10:24:19,638 - WARNING - The duration parameter of the Dataset OA-016/26 is empty.
2026-02-24 10:24:19,638 - WARNING - The duration parameter of the Dataset OA-016/26 is empty.
2026-02-24 10:24:19,639 - WARNING - The duration parameter of the Dataset OA-016/26 is empty.
2026-02-24 10:24:19,639 - WARNING - The duration parameter of the Dataset OA-016/26 is empty.
2026-02-24 10:24:19,639 - WARNING - The duration parameter of the Dataset OA-016/26 is empty.
2026-02-24 10:24:19,639 - WARNING - The duration parameter of the Dataset OA-016/26 is empty.
2026-02-24 10:24:19,640 - WARNING - The duration parameter of the Dataset OA-016/26 is empty.
Not None
No time
2026-02-24 10:24:19,745 - WARNING - The duration parameter of the Dataset OA-016/27 is empty.
2026-02-24 10:24:19,746 - WARNING - The duration parameter of the Dataset OA-016/27 is empty.
2026-02-24 10:24:19,747 - WARNING - The duration parameter of the Dataset OA-016/27 is empty.
2026-02-24 10:24:19,747 - WARNING - The duration parameter of the Dataset OA-016/27 is empty.
2026-02-24 10:24:19,748 - WARNING - The duration parameter of the Dataset OA-016/27 is empty.
2026-02-24 10:24:19,749 - WARNING - The duration parameter of the Dataset OA-016/27 is empty.
2026-02-24 10:24:19,749 - WARNING - The duration parameter of the Dataset OA-016/27 is empty.
2026-02-24 10:24:19,750 - WARNING - The duration parameter of the Dataset OA-016/27 is empty.
2026-02-24 10:24:19,751 - WARNING - The duration parameter of the Dataset OA-016/27 is empty.
Not None
No time
2026-02-24 10:24:19,860 - WARNING - The duration parameter of the Dataset OA-016/28 is empty.
2026-02-24 10:24:19,861 - WARNING - The duration parameter of the Dataset OA-016/28 is empty.
2026-02-24 10:24:19,862 - WARNING - The duration parameter of the Dataset OA-016/28 is empty.
2026-02-24 10:24:19,862 - WARNING - The duration parameter of the Dataset OA-016/28 is empty.
2026-02-24 10:24:19,863 - WARNING - The duration parameter of the Dataset OA-016/28 is empty.
2026-02-24 10:24:19,863 - WARNING - The duration parameter of the Dataset OA-016/28 is empty.
2026-02-24 10:24:19,864 - WARNING - The duration parameter of the Dataset OA-016/28 is empty.
2026-02-24 10:24:19,865 - WARNING - The duration parameter of the Dataset OA-016/28 is empty.
2026-02-24 10:24:19,865 - WARNING - The duration parameter of the Dataset OA-016/28 is empty.
Not None
No time
2026-02-24 10:24:19,974 - WARNING - The duration parameter of the Dataset OA-016/29 is empty.
2026-02-24 10:24:19,975 - WARNING - The duration parameter of the Dataset OA-016/29 is empty.
2026-02-24 10:24:19,975 - WARNING - The duration parameter of the Dataset OA-016/29 is empty.
2026-02-24 10:24:19,976 - WARNING - The duration parameter of the Dataset OA-016/29 is empty.
2026-02-24 10:24:19,977 - WARNING - The duration parameter of the Dataset OA-016/29 is empty.
2026-02-24 10:24:19,977 - WARNING - The duration parameter of the Dataset OA-016/29 is empty.
2026-02-24 10:24:19,978 - WARNING - The duration parameter of the Dataset OA-016/29 is empty.
2026-02-24 10:24:19,978 - WARNING - The duration parameter of the Dataset OA-016/29 is empty.
2026-02-24 10:24:19,979 - WARNING - The duration parameter of the Dataset OA-016/29 is empty.
Not None
No time
Not None
8 min 37 s 
Not None
23 min 55 s 
Not None
23 min 56 s 
Not None
25 min 18 s 
Not None
6 h 44 min 42 s 
Not None
23 min 55 s 
2026-02-24 10:24:20,742 - WARNING - The duration parameter of the Dataset OA-017/25 is empty.
2026-02-24 10:24:20,743 - WARNING - The duration parameter of the Dataset OA-017/25 is empty.
2026-02-24 10:24:20,743 - WARNING - The duration parameter of the Dataset OA-017/25 is empty.
2026-02-24 10:24:20,744 - WARNING - The duration parameter of the Dataset OA-017/25 is empty.
2026-02-24 10:24:20,745 - WARNING - The duration parameter of the Dataset OA-017/25 is empty.
2026-02-24 10:24:20,745 - WARNING - The duration parameter of the Dataset OA-017/25 is empty.
2026-02-24 10:24:20,746 - WARNING - The duration parameter of the Dataset OA-017/25 is empty.
2026-02-24 10:24:20,747 - WARNING - The duration parameter of the Dataset OA-017/25 is empty.
2026-02-24 10:24:20,747 - WARNING - The duration parameter of the Dataset OA-017/25 is empty.
Not None
No time
2026-02-24 10:24:20,856 - WARNING - The duration parameter of the Dataset OA-017/26 is empty.
2026-02-24 10:24:20,859 - WARNING - The duration parameter of the Dataset OA-017/26 is empty.
2026-02-24 10:24:20,860 - WARNING - The duration parameter of the Dataset OA-017/26 is empty.
2026-02-24 10:24:20,861 - WARNING - The duration parameter of the Dataset OA-017/26 is empty.
2026-02-24 10:24:20,862 - WARNING - The duration parameter of the Dataset OA-017/26 is empty.
2026-02-24 10:24:20,863 - WARNING - The duration parameter of the Dataset OA-017/26 is empty.
2026-02-24 10:24:20,863 - WARNING - The duration parameter of the Dataset OA-017/26 is empty.
2026-02-24 10:24:20,864 - WARNING - The duration parameter of the Dataset OA-017/26 is empty.
2026-02-24 10:24:20,864 - WARNING - The duration parameter of the Dataset OA-017/26 is empty.
Not None
No time
2026-02-24 10:24:20,973 - WARNING - The duration parameter of the Dataset OA-017/27 is empty.
2026-02-24 10:24:20,974 - WARNING - The duration parameter of the Dataset OA-017/27 is empty.
2026-02-24 10:24:20,975 - WARNING - The duration parameter of the Dataset OA-017/27 is empty.
2026-02-24 10:24:20,975 - WARNING - The duration parameter of the Dataset OA-017/27 is empty.
2026-02-24 10:24:20,976 - WARNING - The duration parameter of the Dataset OA-017/27 is empty.
2026-02-24 10:24:20,976 - WARNING - The duration parameter of the Dataset OA-017/27 is empty.
2026-02-24 10:24:20,977 - WARNING - The duration parameter of the Dataset OA-017/27 is empty.
2026-02-24 10:24:20,977 - WARNING - The duration parameter of the Dataset OA-017/27 is empty.
2026-02-24 10:24:20,978 - WARNING - The duration parameter of the Dataset OA-017/27 is empty.
Not None
No time
2026-02-24 10:24:21,083 - WARNING - The duration parameter of the Dataset OA-017/28 is empty.
2026-02-24 10:24:21,084 - WARNING - The duration parameter of the Dataset OA-017/28 is empty.
2026-02-24 10:24:21,085 - WARNING - The duration parameter of the Dataset OA-017/28 is empty.
2026-02-24 10:24:21,086 - WARNING - The duration parameter of the Dataset OA-017/28 is empty.
2026-02-24 10:24:21,087 - WARNING - The duration parameter of the Dataset OA-017/28 is empty.
2026-02-24 10:24:21,087 - WARNING - The duration parameter of the Dataset OA-017/28 is empty.
2026-02-24 10:24:21,088 - WARNING - The duration parameter of the Dataset OA-017/28 is empty.
2026-02-24 10:24:21,089 - WARNING - The duration parameter of the Dataset OA-017/28 is empty.
2026-02-24 10:24:21,089 - WARNING - The duration parameter of the Dataset OA-017/28 is empty.
Not None
No time
2026-02-24 10:24:21,199 - WARNING - The duration parameter of the Dataset OA-017/29 is empty.
2026-02-24 10:24:21,201 - WARNING - The duration parameter of the Dataset OA-017/29 is empty.
2026-02-24 10:24:21,201 - WARNING - The duration parameter of the Dataset OA-017/29 is empty.
2026-02-24 10:24:21,201 - WARNING - The duration parameter of the Dataset OA-017/29 is empty.
2026-02-24 10:24:21,202 - WARNING - The duration parameter of the Dataset OA-017/29 is empty.
2026-02-24 10:24:21,202 - WARNING - The duration parameter of the Dataset OA-017/29 is empty.
2026-02-24 10:24:21,203 - WARNING - The duration parameter of the Dataset OA-017/29 is empty.
2026-02-24 10:24:21,203 - WARNING - The duration parameter of the Dataset OA-017/29 is empty.
2026-02-24 10:24:21,203 - WARNING - The duration parameter of the Dataset OA-017/29 is empty.
Not None
No time
Not None
23 min 56 s 
Not None
23 min 55 s 
Not None
6 h 44 min 42 s 
Not None
25 min 18 s 
2026-02-24 10:24:21,762 - WARNING - The duration parameter of the Dataset OA-018/24 is empty.
2026-02-24 10:24:21,764 - WARNING - The duration parameter of the Dataset OA-018/24 is empty.
2026-02-24 10:24:21,764 - WARNING - The duration parameter of the Dataset OA-018/24 is empty.
2026-02-24 10:24:21,764 - WARNING - The duration parameter of the Dataset OA-018/24 is empty.
2026-02-24 10:24:21,765 - WARNING - The duration parameter of the Dataset OA-018/24 is empty.
2026-02-24 10:24:21,765 - WARNING - The duration parameter of the Dataset OA-018/24 is empty.
2026-02-24 10:24:21,766 - WARNING - The duration parameter of the Dataset OA-018/24 is empty.
2026-02-24 10:24:21,767 - WARNING - The duration parameter of the Dataset OA-018/24 is empty.
2026-02-24 10:24:21,767 - WARNING - The duration parameter of the Dataset OA-018/24 is empty.
Not None
No time
2026-02-24 10:24:21,878 - WARNING - The duration parameter of the Dataset OA-018/25 is empty.
2026-02-24 10:24:21,879 - WARNING - The duration parameter of the Dataset OA-018/25 is empty.
2026-02-24 10:24:21,879 - WARNING - The duration parameter of the Dataset OA-018/25 is empty.
2026-02-24 10:24:21,880 - WARNING - The duration parameter of the Dataset OA-018/25 is empty.
2026-02-24 10:24:21,880 - WARNING - The duration parameter of the Dataset OA-018/25 is empty.
2026-02-24 10:24:21,881 - WARNING - The duration parameter of the Dataset OA-018/25 is empty.
2026-02-24 10:24:21,881 - WARNING - The duration parameter of the Dataset OA-018/25 is empty.
2026-02-24 10:24:21,882 - WARNING - The duration parameter of the Dataset OA-018/25 is empty.
2026-02-24 10:24:21,882 - WARNING - The duration parameter of the Dataset OA-018/25 is empty.
Not None
No time
2026-02-24 10:24:21,991 - WARNING - The duration parameter of the Dataset OA-018/26 is empty.
2026-02-24 10:24:21,992 - WARNING - The duration parameter of the Dataset OA-018/26 is empty.
2026-02-24 10:24:21,992 - WARNING - The duration parameter of the Dataset OA-018/26 is empty.
2026-02-24 10:24:21,993 - WARNING - The duration parameter of the Dataset OA-018/26 is empty.
2026-02-24 10:24:21,993 - WARNING - The duration parameter of the Dataset OA-018/26 is empty.
2026-02-24 10:24:21,994 - WARNING - The duration parameter of the Dataset OA-018/26 is empty.
2026-02-24 10:24:21,994 - WARNING - The duration parameter of the Dataset OA-018/26 is empty.
2026-02-24 10:24:21,995 - WARNING - The duration parameter of the Dataset OA-018/26 is empty.
2026-02-24 10:24:21,996 - WARNING - The duration parameter of the Dataset OA-018/26 is empty.
Not None
No time
2026-02-24 10:24:22,103 - WARNING - The duration parameter of the Dataset OA-018/27 is empty.
2026-02-24 10:24:22,104 - WARNING - The duration parameter of the Dataset OA-018/27 is empty.
2026-02-24 10:24:22,105 - WARNING - The duration parameter of the Dataset OA-018/27 is empty.
2026-02-24 10:24:22,106 - WARNING - The duration parameter of the Dataset OA-018/27 is empty.
2026-02-24 10:24:22,106 - WARNING - The duration parameter of the Dataset OA-018/27 is empty.
2026-02-24 10:24:22,107 - WARNING - The duration parameter of the Dataset OA-018/27 is empty.
2026-02-24 10:24:22,107 - WARNING - The duration parameter of the Dataset OA-018/27 is empty.
2026-02-24 10:24:22,108 - WARNING - The duration parameter of the Dataset OA-018/27 is empty.
2026-02-24 10:24:22,108 - WARNING - The duration parameter of the Dataset OA-018/27 is empty.
Not None
No time
2026-02-24 10:24:22,226 - WARNING - The duration parameter of the Dataset OA-018/29 is empty.
2026-02-24 10:24:22,228 - WARNING - The duration parameter of the Dataset OA-018/29 is empty.
2026-02-24 10:24:22,228 - WARNING - The duration parameter of the Dataset OA-018/29 is empty.
2026-02-24 10:24:22,229 - WARNING - The duration parameter of the Dataset OA-018/29 is empty.
2026-02-24 10:24:22,229 - WARNING - The duration parameter of the Dataset OA-018/29 is empty.
2026-02-24 10:24:22,230 - WARNING - The duration parameter of the Dataset OA-018/29 is empty.
2026-02-24 10:24:22,230 - WARNING - The duration parameter of the Dataset OA-018/29 is empty.
2026-02-24 10:24:22,231 - WARNING - The duration parameter of the Dataset OA-018/29 is empty.
2026-02-24 10:24:22,231 - WARNING - The duration parameter of the Dataset OA-018/29 is empty.
Not None
No time
2026-02-24 10:24:22,338 - WARNING - The duration parameter of the Dataset OA-018/28 is empty.
2026-02-24 10:24:22,339 - WARNING - The duration parameter of the Dataset OA-018/28 is empty.
2026-02-24 10:24:22,339 - WARNING - The duration parameter of the Dataset OA-018/28 is empty.
2026-02-24 10:24:22,340 - WARNING - The duration parameter of the Dataset OA-018/28 is empty.
2026-02-24 10:24:22,341 - WARNING - The duration parameter of the Dataset OA-018/28 is empty.
2026-02-24 10:24:22,341 - WARNING - The duration parameter of the Dataset OA-018/28 is empty.
2026-02-24 10:24:22,342 - WARNING - The duration parameter of the Dataset OA-018/28 is empty.
2026-02-24 10:24:22,343 - WARNING - The duration parameter of the Dataset OA-018/28 is empty.
2026-02-24 10:24:22,343 - WARNING - The duration parameter of the Dataset OA-018/28 is empty.
Not None
No time
Not None
23 min 55 s 
Not None
23 min 55 s 
Not None
23 min 55 s 
Not None
25 min 18 s 
Not None
6 h 44 min 42 s 
2026-02-24 10:24:23,347 - WARNING - The duration parameter of the Dataset OA-019/24 is empty.
2026-02-24 10:24:23,349 - WARNING - The duration parameter of the Dataset OA-019/24 is empty.
2026-02-24 10:24:23,350 - WARNING - The duration parameter of the Dataset OA-019/24 is empty.
2026-02-24 10:24:23,351 - WARNING - The duration parameter of the Dataset OA-019/24 is empty.
2026-02-24 10:24:23,351 - WARNING - The duration parameter of the Dataset OA-019/24 is empty.
2026-02-24 10:24:23,351 - WARNING - The duration parameter of the Dataset OA-019/24 is empty.
2026-02-24 10:24:23,351 - WARNING - The duration parameter of the Dataset OA-019/24 is empty.
2026-02-24 10:24:23,352 - WARNING - The duration parameter of the Dataset OA-019/24 is empty.
2026-02-24 10:24:23,352 - WARNING - The duration parameter of the Dataset OA-019/24 is empty.
Not None
No time
2026-02-24 10:24:23,462 - WARNING - The duration parameter of the Dataset OA-019/25 is empty.
2026-02-24 10:24:23,463 - WARNING - The duration parameter of the Dataset OA-019/25 is empty.
2026-02-24 10:24:23,464 - WARNING - The duration parameter of the Dataset OA-019/25 is empty.
2026-02-24 10:24:23,465 - WARNING - The duration parameter of the Dataset OA-019/25 is empty.
2026-02-24 10:24:23,465 - WARNING - The duration parameter of the Dataset OA-019/25 is empty.
2026-02-24 10:24:23,466 - WARNING - The duration parameter of the Dataset OA-019/25 is empty.
2026-02-24 10:24:23,466 - WARNING - The duration parameter of the Dataset OA-019/25 is empty.
2026-02-24 10:24:23,467 - WARNING - The duration parameter of the Dataset OA-019/25 is empty.
2026-02-24 10:24:23,468 - WARNING - The duration parameter of the Dataset OA-019/25 is empty.
Not None
No time
2026-02-24 10:24:23,577 - WARNING - The duration parameter of the Dataset OA-019/27 is empty.
2026-02-24 10:24:23,578 - WARNING - The duration parameter of the Dataset OA-019/27 is empty.
2026-02-24 10:24:23,578 - WARNING - The duration parameter of the Dataset OA-019/27 is empty.
2026-02-24 10:24:23,579 - WARNING - The duration parameter of the Dataset OA-019/27 is empty.
2026-02-24 10:24:23,580 - WARNING - The duration parameter of the Dataset OA-019/27 is empty.
2026-02-24 10:24:23,580 - WARNING - The duration parameter of the Dataset OA-019/27 is empty.
2026-02-24 10:24:23,581 - WARNING - The duration parameter of the Dataset OA-019/27 is empty.
2026-02-24 10:24:23,582 - WARNING - The duration parameter of the Dataset OA-019/27 is empty.
2026-02-24 10:24:23,582 - WARNING - The duration parameter of the Dataset OA-019/27 is empty.
Not None
No time
2026-02-24 10:24:23,690 - WARNING - The duration parameter of the Dataset OA-019/26 is empty.
2026-02-24 10:24:23,691 - WARNING - The duration parameter of the Dataset OA-019/26 is empty.
2026-02-24 10:24:23,692 - WARNING - The duration parameter of the Dataset OA-019/26 is empty.
2026-02-24 10:24:23,692 - WARNING - The duration parameter of the Dataset OA-019/26 is empty.
2026-02-24 10:24:23,692 - WARNING - The duration parameter of the Dataset OA-019/26 is empty.
2026-02-24 10:24:23,692 - WARNING - The duration parameter of the Dataset OA-019/26 is empty.
2026-02-24 10:24:23,693 - WARNING - The duration parameter of the Dataset OA-019/26 is empty.
2026-02-24 10:24:23,693 - WARNING - The duration parameter of the Dataset OA-019/26 is empty.
2026-02-24 10:24:23,693 - WARNING - The duration parameter of the Dataset OA-019/26 is empty.
Not None
No time
2026-02-24 10:24:23,802 - WARNING - The duration parameter of the Dataset OA-019/28 is empty.
2026-02-24 10:24:23,804 - WARNING - The duration parameter of the Dataset OA-019/28 is empty.
2026-02-24 10:24:23,804 - WARNING - The duration parameter of the Dataset OA-019/28 is empty.
2026-02-24 10:24:23,804 - WARNING - The duration parameter of the Dataset OA-019/28 is empty.
2026-02-24 10:24:23,805 - WARNING - The duration parameter of the Dataset OA-019/28 is empty.
2026-02-24 10:24:23,805 - WARNING - The duration parameter of the Dataset OA-019/28 is empty.
2026-02-24 10:24:23,806 - WARNING - The duration parameter of the Dataset OA-019/28 is empty.
2026-02-24 10:24:23,806 - WARNING - The duration parameter of the Dataset OA-019/28 is empty.
2026-02-24 10:24:23,807 - WARNING - The duration parameter of the Dataset OA-019/28 is empty.
Not None
No time
2026-02-24 10:24:23,921 - WARNING - The duration parameter of the Dataset OA-019/29 is empty.
2026-02-24 10:24:23,922 - WARNING - The duration parameter of the Dataset OA-019/29 is empty.
2026-02-24 10:24:23,923 - WARNING - The duration parameter of the Dataset OA-019/29 is empty.
2026-02-24 10:24:23,923 - WARNING - The duration parameter of the Dataset OA-019/29 is empty.
2026-02-24 10:24:23,924 - WARNING - The duration parameter of the Dataset OA-019/29 is empty.
2026-02-24 10:24:23,924 - WARNING - The duration parameter of the Dataset OA-019/29 is empty.
2026-02-24 10:24:23,925 - WARNING - The duration parameter of the Dataset OA-019/29 is empty.
2026-02-24 10:24:23,925 - WARNING - The duration parameter of the Dataset OA-019/29 is empty.
2026-02-24 10:24:23,926 - WARNING - The duration parameter of the Dataset OA-019/29 is empty.
Not None
No time
Not None
23 min 55 s 
Not None
23 min 55 s 
Not None
6 h 44 min 42 s 
Not None
25 min 18 s 
Not None
23 min 55 s 
2026-02-24 10:24:24,555 - WARNING - The duration parameter of the Dataset OA-020/24 is empty.
2026-02-24 10:24:24,556 - WARNING - The duration parameter of the Dataset OA-020/24 is empty.
2026-02-24 10:24:24,557 - WARNING - The duration parameter of the Dataset OA-020/24 is empty.
2026-02-24 10:24:24,558 - WARNING - The duration parameter of the Dataset OA-020/24 is empty.
2026-02-24 10:24:24,558 - WARNING - The duration parameter of the Dataset OA-020/24 is empty.
2026-02-24 10:24:24,558 - WARNING - The duration parameter of the Dataset OA-020/24 is empty.
2026-02-24 10:24:24,559 - WARNING - The duration parameter of the Dataset OA-020/24 is empty.
2026-02-24 10:24:24,559 - WARNING - The duration parameter of the Dataset OA-020/24 is empty.
2026-02-24 10:24:24,560 - WARNING - The duration parameter of the Dataset OA-020/24 is empty.
Not None
No time
2026-02-24 10:24:24,667 - WARNING - The duration parameter of the Dataset OA-020/25 is empty.
2026-02-24 10:24:24,668 - WARNING - The duration parameter of the Dataset OA-020/25 is empty.
2026-02-24 10:24:24,668 - WARNING - The duration parameter of the Dataset OA-020/25 is empty.
2026-02-24 10:24:24,669 - WARNING - The duration parameter of the Dataset OA-020/25 is empty.
2026-02-24 10:24:24,670 - WARNING - The duration parameter of the Dataset OA-020/25 is empty.
2026-02-24 10:24:24,670 - WARNING - The duration parameter of the Dataset OA-020/25 is empty.
2026-02-24 10:24:24,671 - WARNING - The duration parameter of the Dataset OA-020/25 is empty.
2026-02-24 10:24:24,672 - WARNING - The duration parameter of the Dataset OA-020/25 is empty.
2026-02-24 10:24:24,672 - WARNING - The duration parameter of the Dataset OA-020/25 is empty.
Not None
No time
2026-02-24 10:24:24,792 - WARNING - The duration parameter of the Dataset OA-020/26 is empty.
2026-02-24 10:24:24,793 - WARNING - The duration parameter of the Dataset OA-020/26 is empty.
2026-02-24 10:24:24,793 - WARNING - The duration parameter of the Dataset OA-020/26 is empty.
2026-02-24 10:24:24,794 - WARNING - The duration parameter of the Dataset OA-020/26 is empty.
2026-02-24 10:24:24,794 - WARNING - The duration parameter of the Dataset OA-020/26 is empty.
2026-02-24 10:24:24,795 - WARNING - The duration parameter of the Dataset OA-020/26 is empty.
2026-02-24 10:24:24,796 - WARNING - The duration parameter of the Dataset OA-020/26 is empty.
2026-02-24 10:24:24,796 - WARNING - The duration parameter of the Dataset OA-020/26 is empty.
2026-02-24 10:24:24,797 - WARNING - The duration parameter of the Dataset OA-020/26 is empty.
Not None
No time
2026-02-24 10:24:24,906 - WARNING - The duration parameter of the Dataset OA-020/27 is empty.
2026-02-24 10:24:24,907 - WARNING - The duration parameter of the Dataset OA-020/27 is empty.
2026-02-24 10:24:24,907 - WARNING - The duration parameter of the Dataset OA-020/27 is empty.
2026-02-24 10:24:24,908 - WARNING - The duration parameter of the Dataset OA-020/27 is empty.
2026-02-24 10:24:24,908 - WARNING - The duration parameter of the Dataset OA-020/27 is empty.
2026-02-24 10:24:24,908 - WARNING - The duration parameter of the Dataset OA-020/27 is empty.
2026-02-24 10:24:24,908 - WARNING - The duration parameter of the Dataset OA-020/27 is empty.
2026-02-24 10:24:24,909 - WARNING - The duration parameter of the Dataset OA-020/27 is empty.
2026-02-24 10:24:24,909 - WARNING - The duration parameter of the Dataset OA-020/27 is empty.
Not None
No time
2026-02-24 10:24:25,016 - WARNING - The duration parameter of the Dataset OA-020/28 is empty.
2026-02-24 10:24:25,017 - WARNING - The duration parameter of the Dataset OA-020/28 is empty.
2026-02-24 10:24:25,018 - WARNING - The duration parameter of the Dataset OA-020/28 is empty.
2026-02-24 10:24:25,018 - WARNING - The duration parameter of the Dataset OA-020/28 is empty.
2026-02-24 10:24:25,019 - WARNING - The duration parameter of the Dataset OA-020/28 is empty.
2026-02-24 10:24:25,019 - WARNING - The duration parameter of the Dataset OA-020/28 is empty.
2026-02-24 10:24:25,020 - WARNING - The duration parameter of the Dataset OA-020/28 is empty.
2026-02-24 10:24:25,020 - WARNING - The duration parameter of the Dataset OA-020/28 is empty.
2026-02-24 10:24:25,020 - WARNING - The duration parameter of the Dataset OA-020/28 is empty.
Not None
No time
2026-02-24 10:24:25,131 - WARNING - The duration parameter of the Dataset OA-020/29 is empty.
2026-02-24 10:24:25,132 - WARNING - The duration parameter of the Dataset OA-020/29 is empty.
2026-02-24 10:24:25,133 - WARNING - The duration parameter of the Dataset OA-020/29 is empty.
2026-02-24 10:24:25,133 - WARNING - The duration parameter of the Dataset OA-020/29 is empty.
2026-02-24 10:24:25,133 - WARNING - The duration parameter of the Dataset OA-020/29 is empty.
2026-02-24 10:24:25,134 - WARNING - The duration parameter of the Dataset OA-020/29 is empty.
2026-02-24 10:24:25,135 - WARNING - The duration parameter of the Dataset OA-020/29 is empty.
2026-02-24 10:24:25,136 - WARNING - The duration parameter of the Dataset OA-020/29 is empty.
2026-02-24 10:24:25,136 - WARNING - The duration parameter of the Dataset OA-020/29 is empty.
Not None
No time
Not None
23 min 55 s 
2026-02-24 10:24:25,464 - WARNING - The duration parameter of the Dataset OA-021/1022 is empty.
2026-02-24 10:24:25,465 - WARNING - The duration parameter of the Dataset OA-021/1022 is empty.
2026-02-24 10:24:25,465 - WARNING - The duration parameter of the Dataset OA-021/1022 is empty.
2026-02-24 10:24:25,466 - WARNING - The duration parameter of the Dataset OA-021/1022 is empty.
2026-02-24 10:24:25,466 - WARNING - The duration parameter of the Dataset OA-021/1022 is empty.
2026-02-24 10:24:25,467 - WARNING - The duration parameter of the Dataset OA-021/1022 is empty.
2026-02-24 10:24:25,467 - WARNING - The duration parameter of the Dataset OA-021/1022 is empty.
2026-02-24 10:24:25,468 - WARNING - The duration parameter of the Dataset OA-021/1022 is empty.
2026-02-24 10:24:25,468 - WARNING - The duration parameter of the Dataset OA-021/1022 is empty.
Not None
No time
2026-02-24 10:24:25,574 - WARNING - The duration parameter of the Dataset OA-021/1023 is empty.
2026-02-24 10:24:25,575 - WARNING - The duration parameter of the Dataset OA-021/1023 is empty.
2026-02-24 10:24:25,576 - WARNING - The duration parameter of the Dataset OA-021/1023 is empty.
2026-02-24 10:24:25,576 - WARNING - The duration parameter of the Dataset OA-021/1023 is empty.
2026-02-24 10:24:25,577 - WARNING - The duration parameter of the Dataset OA-021/1023 is empty.
2026-02-24 10:24:25,577 - WARNING - The duration parameter of the Dataset OA-021/1023 is empty.
2026-02-24 10:24:25,578 - WARNING - The duration parameter of the Dataset OA-021/1023 is empty.
2026-02-24 10:24:25,578 - WARNING - The duration parameter of the Dataset OA-021/1023 is empty.
2026-02-24 10:24:25,579 - WARNING - The duration parameter of the Dataset OA-021/1023 is empty.
Not None
No time
Not None
23 min 56 s 
Not None
6 h 44 min 42 s 
Not None
23 min 55 s 
Not None
25 min 18 s 
2026-02-24 10:24:26,111 - WARNING - The duration parameter of the Dataset OA-021/24 is empty.
2026-02-24 10:24:26,113 - WARNING - The duration parameter of the Dataset OA-021/24 is empty.
2026-02-24 10:24:26,113 - WARNING - The duration parameter of the Dataset OA-021/24 is empty.
2026-02-24 10:24:26,114 - WARNING - The duration parameter of the Dataset OA-021/24 is empty.
2026-02-24 10:24:26,114 - WARNING - The duration parameter of the Dataset OA-021/24 is empty.
2026-02-24 10:24:26,115 - WARNING - The duration parameter of the Dataset OA-021/24 is empty.
2026-02-24 10:24:26,115 - WARNING - The duration parameter of the Dataset OA-021/24 is empty.
2026-02-24 10:24:26,116 - WARNING - The duration parameter of the Dataset OA-021/24 is empty.
2026-02-24 10:24:26,116 - WARNING - The duration parameter of the Dataset OA-021/24 is empty.
Not None
No time
2026-02-24 10:24:26,220 - WARNING - The duration parameter of the Dataset OA-021/25 is empty.
2026-02-24 10:24:26,221 - WARNING - The duration parameter of the Dataset OA-021/25 is empty.
2026-02-24 10:24:26,222 - WARNING - The duration parameter of the Dataset OA-021/25 is empty.
2026-02-24 10:24:26,222 - WARNING - The duration parameter of the Dataset OA-021/25 is empty.
2026-02-24 10:24:26,222 - WARNING - The duration parameter of the Dataset OA-021/25 is empty.
2026-02-24 10:24:26,223 - WARNING - The duration parameter of the Dataset OA-021/25 is empty.
2026-02-24 10:24:26,224 - WARNING - The duration parameter of the Dataset OA-021/25 is empty.
2026-02-24 10:24:26,224 - WARNING - The duration parameter of the Dataset OA-021/25 is empty.
2026-02-24 10:24:26,225 - WARNING - The duration parameter of the Dataset OA-021/25 is empty.
Not None
No time
2026-02-24 10:24:26,329 - WARNING - The duration parameter of the Dataset OA-021/26 is empty.
2026-02-24 10:24:26,330 - WARNING - The duration parameter of the Dataset OA-021/26 is empty.
2026-02-24 10:24:26,330 - WARNING - The duration parameter of the Dataset OA-021/26 is empty.
2026-02-24 10:24:26,331 - WARNING - The duration parameter of the Dataset OA-021/26 is empty.
2026-02-24 10:24:26,331 - WARNING - The duration parameter of the Dataset OA-021/26 is empty.
2026-02-24 10:24:26,332 - WARNING - The duration parameter of the Dataset OA-021/26 is empty.
2026-02-24 10:24:26,333 - WARNING - The duration parameter of the Dataset OA-021/26 is empty.
2026-02-24 10:24:26,333 - WARNING - The duration parameter of the Dataset OA-021/26 is empty.
2026-02-24 10:24:26,333 - WARNING - The duration parameter of the Dataset OA-021/26 is empty.
Not None
No time
2026-02-24 10:24:26,442 - WARNING - The duration parameter of the Dataset OA-021/27 is empty.
2026-02-24 10:24:26,443 - WARNING - The duration parameter of the Dataset OA-021/27 is empty.
2026-02-24 10:24:26,443 - WARNING - The duration parameter of the Dataset OA-021/27 is empty.
2026-02-24 10:24:26,444 - WARNING - The duration parameter of the Dataset OA-021/27 is empty.
2026-02-24 10:24:26,444 - WARNING - The duration parameter of the Dataset OA-021/27 is empty.
2026-02-24 10:24:26,444 - WARNING - The duration parameter of the Dataset OA-021/27 is empty.
2026-02-24 10:24:26,445 - WARNING - The duration parameter of the Dataset OA-021/27 is empty.
2026-02-24 10:24:26,445 - WARNING - The duration parameter of the Dataset OA-021/27 is empty.
2026-02-24 10:24:26,445 - WARNING - The duration parameter of the Dataset OA-021/27 is empty.
Not None
No time
2026-02-24 10:24:26,557 - WARNING - The duration parameter of the Dataset OA-021/28 is empty.
2026-02-24 10:24:26,558 - WARNING - The duration parameter of the Dataset OA-021/28 is empty.
2026-02-24 10:24:26,558 - WARNING - The duration parameter of the Dataset OA-021/28 is empty.
2026-02-24 10:24:26,558 - WARNING - The duration parameter of the Dataset OA-021/28 is empty.
2026-02-24 10:24:26,559 - WARNING - The duration parameter of the Dataset OA-021/28 is empty.
2026-02-24 10:24:26,559 - WARNING - The duration parameter of the Dataset OA-021/28 is empty.
2026-02-24 10:24:26,559 - WARNING - The duration parameter of the Dataset OA-021/28 is empty.
2026-02-24 10:24:26,560 - WARNING - The duration parameter of the Dataset OA-021/28 is empty.
2026-02-24 10:24:26,560 - WARNING - The duration parameter of the Dataset OA-021/28 is empty.
Not None
No time
2026-02-24 10:24:26,668 - WARNING - The duration parameter of the Dataset OA-021/29 is empty.
2026-02-24 10:24:26,669 - WARNING - The duration parameter of the Dataset OA-021/29 is empty.
2026-02-24 10:24:26,670 - WARNING - The duration parameter of the Dataset OA-021/29 is empty.
2026-02-24 10:24:26,671 - WARNING - The duration parameter of the Dataset OA-021/29 is empty.
2026-02-24 10:24:26,671 - WARNING - The duration parameter of the Dataset OA-021/29 is empty.
2026-02-24 10:24:26,672 - WARNING - The duration parameter of the Dataset OA-021/29 is empty.
2026-02-24 10:24:26,673 - WARNING - The duration parameter of the Dataset OA-021/29 is empty.
2026-02-24 10:24:26,673 - WARNING - The duration parameter of the Dataset OA-021/29 is empty.
2026-02-24 10:24:26,674 - WARNING - The duration parameter of the Dataset OA-021/29 is empty.
Not None
No time
Not None
23 min 55 s 
Not None
45 s
Not None
23 min 56 s 
Not None
23 min 55 s 
Not None
23 min 56 s 
Not None
2 min 55 s 
Not None
23 min 55 s 
Not None
6 h 44 min 42 s 
Not None
25 min 18 s 
2026-02-24 10:24:27,740 - WARNING - The duration parameter of the Dataset OA-022/34 is empty.
2026-02-24 10:24:27,741 - WARNING - The duration parameter of the Dataset OA-022/34 is empty.
2026-02-24 10:24:27,741 - WARNING - The duration parameter of the Dataset OA-022/34 is empty.
2026-02-24 10:24:27,742 - WARNING - The duration parameter of the Dataset OA-022/34 is empty.
2026-02-24 10:24:27,743 - WARNING - The duration parameter of the Dataset OA-022/34 is empty.
2026-02-24 10:24:27,744 - WARNING - The duration parameter of the Dataset OA-022/34 is empty.
2026-02-24 10:24:27,744 - WARNING - The duration parameter of the Dataset OA-022/34 is empty.
2026-02-24 10:24:27,745 - WARNING - The duration parameter of the Dataset OA-022/34 is empty.
2026-02-24 10:24:27,745 - WARNING - The duration parameter of the Dataset OA-022/34 is empty.
Not None
No time
2026-02-24 10:24:27,855 - WARNING - The duration parameter of the Dataset OA-022/35 is empty.
2026-02-24 10:24:27,855 - WARNING - The duration parameter of the Dataset OA-022/35 is empty.
2026-02-24 10:24:27,856 - WARNING - The duration parameter of the Dataset OA-022/35 is empty.
2026-02-24 10:24:27,856 - WARNING - The duration parameter of the Dataset OA-022/35 is empty.
2026-02-24 10:24:27,856 - WARNING - The duration parameter of the Dataset OA-022/35 is empty.
2026-02-24 10:24:27,857 - WARNING - The duration parameter of the Dataset OA-022/35 is empty.
2026-02-24 10:24:27,857 - WARNING - The duration parameter of the Dataset OA-022/35 is empty.
2026-02-24 10:24:27,857 - WARNING - The duration parameter of the Dataset OA-022/35 is empty.
2026-02-24 10:24:27,857 - WARNING - The duration parameter of the Dataset OA-022/35 is empty.
Not None
No time
2026-02-24 10:24:27,962 - WARNING - The duration parameter of the Dataset OA-022/36 is empty.
2026-02-24 10:24:27,963 - WARNING - The duration parameter of the Dataset OA-022/36 is empty.
2026-02-24 10:24:27,963 - WARNING - The duration parameter of the Dataset OA-022/36 is empty.
2026-02-24 10:24:27,964 - WARNING - The duration parameter of the Dataset OA-022/36 is empty.
2026-02-24 10:24:27,964 - WARNING - The duration parameter of the Dataset OA-022/36 is empty.
2026-02-24 10:24:27,964 - WARNING - The duration parameter of the Dataset OA-022/36 is empty.
2026-02-24 10:24:27,965 - WARNING - The duration parameter of the Dataset OA-022/36 is empty.
2026-02-24 10:24:27,965 - WARNING - The duration parameter of the Dataset OA-022/36 is empty.
2026-02-24 10:24:27,965 - WARNING - The duration parameter of the Dataset OA-022/36 is empty.
Not None
No time
2026-02-24 10:24:28,069 - WARNING - The duration parameter of the Dataset OA-022/37 is empty.
2026-02-24 10:24:28,071 - WARNING - The duration parameter of the Dataset OA-022/37 is empty.
2026-02-24 10:24:28,071 - WARNING - The duration parameter of the Dataset OA-022/37 is empty.
2026-02-24 10:24:28,072 - WARNING - The duration parameter of the Dataset OA-022/37 is empty.
2026-02-24 10:24:28,072 - WARNING - The duration parameter of the Dataset OA-022/37 is empty.
2026-02-24 10:24:28,073 - WARNING - The duration parameter of the Dataset OA-022/37 is empty.
2026-02-24 10:24:28,074 - WARNING - The duration parameter of the Dataset OA-022/37 is empty.
2026-02-24 10:24:28,075 - WARNING - The duration parameter of the Dataset OA-022/37 is empty.
2026-02-24 10:24:28,076 - WARNING - The duration parameter of the Dataset OA-022/37 is empty.
Not None
No time
2026-02-24 10:24:28,197 - WARNING - The duration parameter of the Dataset OA-022/38 is empty.
2026-02-24 10:24:28,198 - WARNING - The duration parameter of the Dataset OA-022/38 is empty.
2026-02-24 10:24:28,198 - WARNING - The duration parameter of the Dataset OA-022/38 is empty.
2026-02-24 10:24:28,199 - WARNING - The duration parameter of the Dataset OA-022/38 is empty.
2026-02-24 10:24:28,199 - WARNING - The duration parameter of the Dataset OA-022/38 is empty.
2026-02-24 10:24:28,200 - WARNING - The duration parameter of the Dataset OA-022/38 is empty.
2026-02-24 10:24:28,200 - WARNING - The duration parameter of the Dataset OA-022/38 is empty.
2026-02-24 10:24:28,201 - WARNING - The duration parameter of the Dataset OA-022/38 is empty.
2026-02-24 10:24:28,201 - WARNING - The duration parameter of the Dataset OA-022/38 is empty.
Not None
No time
2026-02-24 10:24:28,307 - WARNING - The duration parameter of the Dataset OA-022/39 is empty.
2026-02-24 10:24:28,308 - WARNING - The duration parameter of the Dataset OA-022/39 is empty.
2026-02-24 10:24:28,309 - WARNING - The duration parameter of the Dataset OA-022/39 is empty.
2026-02-24 10:24:28,309 - WARNING - The duration parameter of the Dataset OA-022/39 is empty.
2026-02-24 10:24:28,310 - WARNING - The duration parameter of the Dataset OA-022/39 is empty.
2026-02-24 10:24:28,310 - WARNING - The duration parameter of the Dataset OA-022/39 is empty.
2026-02-24 10:24:28,311 - WARNING - The duration parameter of the Dataset OA-022/39 is empty.
2026-02-24 10:24:28,311 - WARNING - The duration parameter of the Dataset OA-022/39 is empty.
2026-02-24 10:24:28,311 - WARNING - The duration parameter of the Dataset OA-022/39 is empty.
Not None
No time
Not None
23 min 56 s 
Not None
23 min 56 s 
Not None
6 min 37 s 
Not None
25 min 18 s 
2026-02-24 10:24:29,193 - WARNING - The duration parameter of the Dataset OA-023/23 is empty.
2026-02-24 10:24:29,194 - WARNING - The duration parameter of the Dataset OA-023/23 is empty.
2026-02-24 10:24:29,194 - WARNING - The duration parameter of the Dataset OA-023/23 is empty.
2026-02-24 10:24:29,194 - WARNING - The duration parameter of the Dataset OA-023/23 is empty.
2026-02-24 10:24:29,195 - WARNING - The duration parameter of the Dataset OA-023/23 is empty.
2026-02-24 10:24:29,195 - WARNING - The duration parameter of the Dataset OA-023/23 is empty.
2026-02-24 10:24:29,195 - WARNING - The duration parameter of the Dataset OA-023/23 is empty.
2026-02-24 10:24:29,196 - WARNING - The duration parameter of the Dataset OA-023/23 is empty.
2026-02-24 10:24:29,196 - WARNING - The duration parameter of the Dataset OA-023/23 is empty.
Not None
No time
2026-02-24 10:24:29,304 - WARNING - The duration parameter of the Dataset OA-023/24 is empty.
2026-02-24 10:24:29,305 - WARNING - The duration parameter of the Dataset OA-023/24 is empty.
2026-02-24 10:24:29,306 - WARNING - The duration parameter of the Dataset OA-023/24 is empty.
2026-02-24 10:24:29,306 - WARNING - The duration parameter of the Dataset OA-023/24 is empty.
2026-02-24 10:24:29,307 - WARNING - The duration parameter of the Dataset OA-023/24 is empty.
2026-02-24 10:24:29,308 - WARNING - The duration parameter of the Dataset OA-023/24 is empty.
2026-02-24 10:24:29,308 - WARNING - The duration parameter of the Dataset OA-023/24 is empty.
2026-02-24 10:24:29,309 - WARNING - The duration parameter of the Dataset OA-023/24 is empty.
2026-02-24 10:24:29,309 - WARNING - The duration parameter of the Dataset OA-023/24 is empty.
Not None
No time
2026-02-24 10:24:29,420 - WARNING - The duration parameter of the Dataset OA-023/25 is empty.
2026-02-24 10:24:29,421 - WARNING - The duration parameter of the Dataset OA-023/25 is empty.
2026-02-24 10:24:29,421 - WARNING - The duration parameter of the Dataset OA-023/25 is empty.
2026-02-24 10:24:29,422 - WARNING - The duration parameter of the Dataset OA-023/25 is empty.
2026-02-24 10:24:29,422 - WARNING - The duration parameter of the Dataset OA-023/25 is empty.
2026-02-24 10:24:29,423 - WARNING - The duration parameter of the Dataset OA-023/25 is empty.
2026-02-24 10:24:29,424 - WARNING - The duration parameter of the Dataset OA-023/25 is empty.
2026-02-24 10:24:29,424 - WARNING - The duration parameter of the Dataset OA-023/25 is empty.
2026-02-24 10:24:29,425 - WARNING - The duration parameter of the Dataset OA-023/25 is empty.
Not None
No time
2026-02-24 10:24:29,545 - WARNING - The duration parameter of the Dataset OA-023/26 is empty.
2026-02-24 10:24:29,546 - WARNING - The duration parameter of the Dataset OA-023/26 is empty.
2026-02-24 10:24:29,546 - WARNING - The duration parameter of the Dataset OA-023/26 is empty.
2026-02-24 10:24:29,547 - WARNING - The duration parameter of the Dataset OA-023/26 is empty.
2026-02-24 10:24:29,547 - WARNING - The duration parameter of the Dataset OA-023/26 is empty.
2026-02-24 10:24:29,548 - WARNING - The duration parameter of the Dataset OA-023/26 is empty.
2026-02-24 10:24:29,548 - WARNING - The duration parameter of the Dataset OA-023/26 is empty.
2026-02-24 10:24:29,549 - WARNING - The duration parameter of the Dataset OA-023/26 is empty.
2026-02-24 10:24:29,549 - WARNING - The duration parameter of the Dataset OA-023/26 is empty.
Not None
No time
2026-02-24 10:24:29,661 - WARNING - The duration parameter of the Dataset OA-023/27 is empty.
2026-02-24 10:24:29,662 - WARNING - The duration parameter of the Dataset OA-023/27 is empty.
2026-02-24 10:24:29,663 - WARNING - The duration parameter of the Dataset OA-023/27 is empty.
2026-02-24 10:24:29,663 - WARNING - The duration parameter of the Dataset OA-023/27 is empty.
2026-02-24 10:24:29,663 - WARNING - The duration parameter of the Dataset OA-023/27 is empty.
2026-02-24 10:24:29,664 - WARNING - The duration parameter of the Dataset OA-023/27 is empty.
2026-02-24 10:24:29,665 - WARNING - The duration parameter of the Dataset OA-023/27 is empty.
2026-02-24 10:24:29,665 - WARNING - The duration parameter of the Dataset OA-023/27 is empty.
2026-02-24 10:24:29,666 - WARNING - The duration parameter of the Dataset OA-023/27 is empty.
Not None
No time
2026-02-24 10:24:29,780 - WARNING - The duration parameter of the Dataset OA-023/28 is empty.
2026-02-24 10:24:29,781 - WARNING - The duration parameter of the Dataset OA-023/28 is empty.
2026-02-24 10:24:29,781 - WARNING - The duration parameter of the Dataset OA-023/28 is empty.
2026-02-24 10:24:29,782 - WARNING - The duration parameter of the Dataset OA-023/28 is empty.
2026-02-24 10:24:29,783 - WARNING - The duration parameter of the Dataset OA-023/28 is empty.
2026-02-24 10:24:29,783 - WARNING - The duration parameter of the Dataset OA-023/28 is empty.
2026-02-24 10:24:29,784 - WARNING - The duration parameter of the Dataset OA-023/28 is empty.
2026-02-24 10:24:29,784 - WARNING - The duration parameter of the Dataset OA-023/28 is empty.
2026-02-24 10:24:29,785 - WARNING - The duration parameter of the Dataset OA-023/28 is empty.
Not None
No time
Not None
6 min 37 s 
Not None
14 min 30 s 
Not None
6 min 37 s 
Not None
1 min 29 s 
2026-02-24 10:24:30,354 - WARNING - The duration parameter of the Dataset OA-026/1022 is empty.
2026-02-24 10:24:30,355 - WARNING - The duration parameter of the Dataset OA-026/1022 is empty.
2026-02-24 10:24:30,355 - WARNING - The duration parameter of the Dataset OA-026/1022 is empty.
2026-02-24 10:24:30,355 - WARNING - The duration parameter of the Dataset OA-026/1022 is empty.
2026-02-24 10:24:30,356 - WARNING - The duration parameter of the Dataset OA-026/1022 is empty.
2026-02-24 10:24:30,356 - WARNING - The duration parameter of the Dataset OA-026/1022 is empty.
2026-02-24 10:24:30,357 - WARNING - The duration parameter of the Dataset OA-026/1022 is empty.
2026-02-24 10:24:30,357 - WARNING - The duration parameter of the Dataset OA-026/1022 is empty.
2026-02-24 10:24:30,357 - WARNING - The duration parameter of the Dataset OA-026/1022 is empty.
Not None
No time
2026-02-24 10:24:30,465 - WARNING - The duration parameter of the Dataset OA-026/1023 is empty.
2026-02-24 10:24:30,466 - WARNING - The duration parameter of the Dataset OA-026/1023 is empty.
2026-02-24 10:24:30,467 - WARNING - The duration parameter of the Dataset OA-026/1023 is empty.
2026-02-24 10:24:30,467 - WARNING - The duration parameter of the Dataset OA-026/1023 is empty.
2026-02-24 10:24:30,467 - WARNING - The duration parameter of the Dataset OA-026/1023 is empty.
2026-02-24 10:24:30,468 - WARNING - The duration parameter of the Dataset OA-026/1023 is empty.
2026-02-24 10:24:30,468 - WARNING - The duration parameter of the Dataset OA-026/1023 is empty.
2026-02-24 10:24:30,469 - WARNING - The duration parameter of the Dataset OA-026/1023 is empty.
2026-02-24 10:24:30,469 - WARNING - The duration parameter of the Dataset OA-026/1023 is empty.
Not None
No time
Not None
2 min 17 s 
Not None
5 min 49 s 
Not None
3 h 7 min 25 s 
2026-02-24 10:24:30,894 - WARNING - The duration parameter of the Dataset OA-026/23 is empty.
2026-02-24 10:24:30,895 - WARNING - The duration parameter of the Dataset OA-026/23 is empty.
2026-02-24 10:24:30,895 - WARNING - The duration parameter of the Dataset OA-026/23 is empty.
2026-02-24 10:24:30,896 - WARNING - The duration parameter of the Dataset OA-026/23 is empty.
2026-02-24 10:24:30,897 - WARNING - The duration parameter of the Dataset OA-026/23 is empty.
2026-02-24 10:24:30,897 - WARNING - The duration parameter of the Dataset OA-026/23 is empty.
2026-02-24 10:24:30,898 - WARNING - The duration parameter of the Dataset OA-026/23 is empty.
2026-02-24 10:24:30,898 - WARNING - The duration parameter of the Dataset OA-026/23 is empty.
2026-02-24 10:24:30,899 - WARNING - The duration parameter of the Dataset OA-026/23 is empty.
Not None
No time
2026-02-24 10:24:31,013 - WARNING - The duration parameter of the Dataset OA-026/24 is empty.
2026-02-24 10:24:31,015 - WARNING - The duration parameter of the Dataset OA-026/24 is empty.
2026-02-24 10:24:31,015 - WARNING - The duration parameter of the Dataset OA-026/24 is empty.
2026-02-24 10:24:31,016 - WARNING - The duration parameter of the Dataset OA-026/24 is empty.
2026-02-24 10:24:31,016 - WARNING - The duration parameter of the Dataset OA-026/24 is empty.
2026-02-24 10:24:31,017 - WARNING - The duration parameter of the Dataset OA-026/24 is empty.
2026-02-24 10:24:31,018 - WARNING - The duration parameter of the Dataset OA-026/24 is empty.
2026-02-24 10:24:31,018 - WARNING - The duration parameter of the Dataset OA-026/24 is empty.
2026-02-24 10:24:31,019 - WARNING - The duration parameter of the Dataset OA-026/24 is empty.
Not None
No time
Not None
23 min 55 s 
2026-02-24 10:24:31,243 - WARNING - The duration parameter of the Dataset OA-028/1011 is empty.
2026-02-24 10:24:31,245 - WARNING - The duration parameter of the Dataset OA-028/1011 is empty.
2026-02-24 10:24:31,245 - WARNING - The duration parameter of the Dataset OA-028/1011 is empty.
2026-02-24 10:24:31,246 - WARNING - The duration parameter of the Dataset OA-028/1011 is empty.
2026-02-24 10:24:31,246 - WARNING - The duration parameter of the Dataset OA-028/1011 is empty.
2026-02-24 10:24:31,247 - WARNING - The duration parameter of the Dataset OA-028/1011 is empty.
2026-02-24 10:24:31,248 - WARNING - The duration parameter of the Dataset OA-028/1011 is empty.
2026-02-24 10:24:31,248 - WARNING - The duration parameter of the Dataset OA-028/1011 is empty.
2026-02-24 10:24:31,249 - WARNING - The duration parameter of the Dataset OA-028/1011 is empty.
Not None
No time
2026-02-24 10:24:31,355 - WARNING - The duration parameter of the Dataset OA-028/1012 is empty.
2026-02-24 10:24:31,356 - WARNING - The duration parameter of the Dataset OA-028/1012 is empty.
2026-02-24 10:24:31,356 - WARNING - The duration parameter of the Dataset OA-028/1012 is empty.
2026-02-24 10:24:31,357 - WARNING - The duration parameter of the Dataset OA-028/1012 is empty.
2026-02-24 10:24:31,358 - WARNING - The duration parameter of the Dataset OA-028/1012 is empty.
2026-02-24 10:24:31,358 - WARNING - The duration parameter of the Dataset OA-028/1012 is empty.
2026-02-24 10:24:31,359 - WARNING - The duration parameter of the Dataset OA-028/1012 is empty.
2026-02-24 10:24:31,359 - WARNING - The duration parameter of the Dataset OA-028/1012 is empty.
2026-02-24 10:24:31,360 - WARNING - The duration parameter of the Dataset OA-028/1012 is empty.
Not None
No time
Not None
13 h 27 min 48 s 
Not None
25 min 18 s 
2026-02-24 10:24:31,682 - WARNING - The duration parameter of the Dataset OA-028/14 is empty.
2026-02-24 10:24:31,683 - WARNING - The duration parameter of the Dataset OA-028/14 is empty.
2026-02-24 10:24:31,683 - WARNING - The duration parameter of the Dataset OA-028/14 is empty.
2026-02-24 10:24:31,684 - WARNING - The duration parameter of the Dataset OA-028/14 is empty.
2026-02-24 10:24:31,685 - WARNING - The duration parameter of the Dataset OA-028/14 is empty.
2026-02-24 10:24:31,686 - WARNING - The duration parameter of the Dataset OA-028/14 is empty.
2026-02-24 10:24:31,686 - WARNING - The duration parameter of the Dataset OA-028/14 is empty.
2026-02-24 10:24:31,687 - WARNING - The duration parameter of the Dataset OA-028/14 is empty.
2026-02-24 10:24:31,687 - WARNING - The duration parameter of the Dataset OA-028/14 is empty.
Not None
No time
2026-02-24 10:24:31,791 - WARNING - The duration parameter of the Dataset OA-028/13 is empty.
2026-02-24 10:24:31,792 - WARNING - The duration parameter of the Dataset OA-028/13 is empty.
2026-02-24 10:24:31,793 - WARNING - The duration parameter of the Dataset OA-028/13 is empty.
2026-02-24 10:24:31,794 - WARNING - The duration parameter of the Dataset OA-028/13 is empty.
2026-02-24 10:24:31,794 - WARNING - The duration parameter of the Dataset OA-028/13 is empty.
2026-02-24 10:24:31,794 - WARNING - The duration parameter of the Dataset OA-028/13 is empty.
2026-02-24 10:24:31,795 - WARNING - The duration parameter of the Dataset OA-028/13 is empty.
2026-02-24 10:24:31,795 - WARNING - The duration parameter of the Dataset OA-028/13 is empty.
2026-02-24 10:24:31,796 - WARNING - The duration parameter of the Dataset OA-028/13 is empty.
Not None
No time
2026-02-24 10:24:31,899 - WARNING - The duration parameter of the Dataset OA-028/16 is empty.
2026-02-24 10:24:31,900 - WARNING - The duration parameter of the Dataset OA-028/16 is empty.
2026-02-24 10:24:31,900 - WARNING - The duration parameter of the Dataset OA-028/16 is empty.
2026-02-24 10:24:31,901 - WARNING - The duration parameter of the Dataset OA-028/16 is empty.
2026-02-24 10:24:31,901 - WARNING - The duration parameter of the Dataset OA-028/16 is empty.
2026-02-24 10:24:31,902 - WARNING - The duration parameter of the Dataset OA-028/16 is empty.
2026-02-24 10:24:31,902 - WARNING - The duration parameter of the Dataset OA-028/16 is empty.
2026-02-24 10:24:31,903 - WARNING - The duration parameter of the Dataset OA-028/16 is empty.
2026-02-24 10:24:31,903 - WARNING - The duration parameter of the Dataset OA-028/16 is empty.
Not None
No time
2026-02-24 10:24:32,008 - WARNING - The duration parameter of the Dataset OA-028/15 is empty.
2026-02-24 10:24:32,009 - WARNING - The duration parameter of the Dataset OA-028/15 is empty.
2026-02-24 10:24:32,010 - WARNING - The duration parameter of the Dataset OA-028/15 is empty.
2026-02-24 10:24:32,011 - WARNING - The duration parameter of the Dataset OA-028/15 is empty.
2026-02-24 10:24:32,011 - WARNING - The duration parameter of the Dataset OA-028/15 is empty.
2026-02-24 10:24:32,012 - WARNING - The duration parameter of the Dataset OA-028/15 is empty.
2026-02-24 10:24:32,012 - WARNING - The duration parameter of the Dataset OA-028/15 is empty.
2026-02-24 10:24:32,013 - WARNING - The duration parameter of the Dataset OA-028/15 is empty.
2026-02-24 10:24:32,014 - WARNING - The duration parameter of the Dataset OA-028/15 is empty.
Not None
No time
2026-02-24 10:24:32,127 - WARNING - The duration parameter of the Dataset OA-028/18 is empty.
2026-02-24 10:24:32,129 - WARNING - The duration parameter of the Dataset OA-028/18 is empty.
2026-02-24 10:24:32,129 - WARNING - The duration parameter of the Dataset OA-028/18 is empty.
2026-02-24 10:24:32,130 - WARNING - The duration parameter of the Dataset OA-028/18 is empty.
2026-02-24 10:24:32,131 - WARNING - The duration parameter of the Dataset OA-028/18 is empty.
2026-02-24 10:24:32,131 - WARNING - The duration parameter of the Dataset OA-028/18 is empty.
2026-02-24 10:24:32,132 - WARNING - The duration parameter of the Dataset OA-028/18 is empty.
2026-02-24 10:24:32,132 - WARNING - The duration parameter of the Dataset OA-028/18 is empty.
2026-02-24 10:24:32,132 - WARNING - The duration parameter of the Dataset OA-028/18 is empty.
Not None
No time
2026-02-24 10:24:32,245 - WARNING - The duration parameter of the Dataset OA-028/17 is empty.
2026-02-24 10:24:32,247 - WARNING - The duration parameter of the Dataset OA-028/17 is empty.
2026-02-24 10:24:32,247 - WARNING - The duration parameter of the Dataset OA-028/17 is empty.
2026-02-24 10:24:32,248 - WARNING - The duration parameter of the Dataset OA-028/17 is empty.
2026-02-24 10:24:32,248 - WARNING - The duration parameter of the Dataset OA-028/17 is empty.
2026-02-24 10:24:32,249 - WARNING - The duration parameter of the Dataset OA-028/17 is empty.
2026-02-24 10:24:32,249 - WARNING - The duration parameter of the Dataset OA-028/17 is empty.
2026-02-24 10:24:32,249 - WARNING - The duration parameter of the Dataset OA-028/17 is empty.
2026-02-24 10:24:32,250 - WARNING - The duration parameter of the Dataset OA-028/17 is empty.
Not None
No time
Not None
10 min 13 s 
Not None
5 min 24 s 
Not None
6 min 16 s 
2026-02-24 10:24:32,683 - WARNING - The duration parameter of the Dataset OA-030/1020 is empty.
2026-02-24 10:24:32,684 - WARNING - The duration parameter of the Dataset OA-030/1020 is empty.
2026-02-24 10:24:32,685 - WARNING - The duration parameter of the Dataset OA-030/1020 is empty.
2026-02-24 10:24:32,685 - WARNING - The duration parameter of the Dataset OA-030/1020 is empty.
2026-02-24 10:24:32,685 - WARNING - The duration parameter of the Dataset OA-030/1020 is empty.
2026-02-24 10:24:32,685 - WARNING - The duration parameter of the Dataset OA-030/1020 is empty.
2026-02-24 10:24:32,686 - WARNING - The duration parameter of the Dataset OA-030/1020 is empty.
2026-02-24 10:24:32,686 - WARNING - The duration parameter of the Dataset OA-030/1020 is empty.
2026-02-24 10:24:32,686 - WARNING - The duration parameter of the Dataset OA-030/1020 is empty.
Not None
No time
2026-02-24 10:24:32,791 - WARNING - The duration parameter of the Dataset OA-030/1021 is empty.
2026-02-24 10:24:32,793 - WARNING - The duration parameter of the Dataset OA-030/1021 is empty.
2026-02-24 10:24:32,793 - WARNING - The duration parameter of the Dataset OA-030/1021 is empty.
2026-02-24 10:24:32,794 - WARNING - The duration parameter of the Dataset OA-030/1021 is empty.
2026-02-24 10:24:32,794 - WARNING - The duration parameter of the Dataset OA-030/1021 is empty.
2026-02-24 10:24:32,794 - WARNING - The duration parameter of the Dataset OA-030/1021 is empty.
2026-02-24 10:24:32,795 - WARNING - The duration parameter of the Dataset OA-030/1021 is empty.
2026-02-24 10:24:32,795 - WARNING - The duration parameter of the Dataset OA-030/1021 is empty.
2026-02-24 10:24:32,796 - WARNING - The duration parameter of the Dataset OA-030/1021 is empty.
Not None
No time
Not None
12 min 25 s 
Not None
38 min 52 s 
2026-02-24 10:24:33,114 - WARNING - The duration parameter of the Dataset OA-030/13 is empty.
2026-02-24 10:24:33,115 - WARNING - The duration parameter of the Dataset OA-030/13 is empty.
2026-02-24 10:24:33,115 - WARNING - The duration parameter of the Dataset OA-030/13 is empty.
2026-02-24 10:24:33,116 - WARNING - The duration parameter of the Dataset OA-030/13 is empty.
2026-02-24 10:24:33,116 - WARNING - The duration parameter of the Dataset OA-030/13 is empty.
2026-02-24 10:24:33,117 - WARNING - The duration parameter of the Dataset OA-030/13 is empty.
2026-02-24 10:24:33,117 - WARNING - The duration parameter of the Dataset OA-030/13 is empty.
2026-02-24 10:24:33,117 - WARNING - The duration parameter of the Dataset OA-030/13 is empty.
2026-02-24 10:24:33,118 - WARNING - The duration parameter of the Dataset OA-030/13 is empty.
Not None
No time
2026-02-24 10:24:33,228 - WARNING - The duration parameter of the Dataset OA-030/14 is empty.
2026-02-24 10:24:33,230 - WARNING - The duration parameter of the Dataset OA-030/14 is empty.
2026-02-24 10:24:33,230 - WARNING - The duration parameter of the Dataset OA-030/14 is empty.
2026-02-24 10:24:33,231 - WARNING - The duration parameter of the Dataset OA-030/14 is empty.
2026-02-24 10:24:33,232 - WARNING - The duration parameter of the Dataset OA-030/14 is empty.
2026-02-24 10:24:33,232 - WARNING - The duration parameter of the Dataset OA-030/14 is empty.
2026-02-24 10:24:33,233 - WARNING - The duration parameter of the Dataset OA-030/14 is empty.
2026-02-24 10:24:33,233 - WARNING - The duration parameter of the Dataset OA-030/14 is empty.
2026-02-24 10:24:33,233 - WARNING - The duration parameter of the Dataset OA-030/14 is empty.
Not None
No time
2026-02-24 10:24:33,349 - WARNING - The duration parameter of the Dataset OA-030/15 is empty.
2026-02-24 10:24:33,350 - WARNING - The duration parameter of the Dataset OA-030/15 is empty.
2026-02-24 10:24:33,351 - WARNING - The duration parameter of the Dataset OA-030/15 is empty.
2026-02-24 10:24:33,351 - WARNING - The duration parameter of the Dataset OA-030/15 is empty.
2026-02-24 10:24:33,352 - WARNING - The duration parameter of the Dataset OA-030/15 is empty.
2026-02-24 10:24:33,352 - WARNING - The duration parameter of the Dataset OA-030/15 is empty.
2026-02-24 10:24:33,352 - WARNING - The duration parameter of the Dataset OA-030/15 is empty.
2026-02-24 10:24:33,353 - WARNING - The duration parameter of the Dataset OA-030/15 is empty.
2026-02-24 10:24:33,353 - WARNING - The duration parameter of the Dataset OA-030/15 is empty.
Not None
No time
2026-02-24 10:24:33,455 - WARNING - The duration parameter of the Dataset OA-030/16 is empty.
2026-02-24 10:24:33,456 - WARNING - The duration parameter of the Dataset OA-030/16 is empty.
2026-02-24 10:24:33,457 - WARNING - The duration parameter of the Dataset OA-030/16 is empty.
2026-02-24 10:24:33,457 - WARNING - The duration parameter of the Dataset OA-030/16 is empty.
2026-02-24 10:24:33,458 - WARNING - The duration parameter of the Dataset OA-030/16 is empty.
2026-02-24 10:24:33,458 - WARNING - The duration parameter of the Dataset OA-030/16 is empty.
2026-02-24 10:24:33,459 - WARNING - The duration parameter of the Dataset OA-030/16 is empty.
2026-02-24 10:24:33,459 - WARNING - The duration parameter of the Dataset OA-030/16 is empty.
2026-02-24 10:24:33,460 - WARNING - The duration parameter of the Dataset OA-030/16 is empty.
Not None
No time
2026-02-24 10:24:33,561 - WARNING - The duration parameter of the Dataset OA-030/17 is empty.
2026-02-24 10:24:33,562 - WARNING - The duration parameter of the Dataset OA-030/17 is empty.
2026-02-24 10:24:33,563 - WARNING - The duration parameter of the Dataset OA-030/17 is empty.
2026-02-24 10:24:33,563 - WARNING - The duration parameter of the Dataset OA-030/17 is empty.
2026-02-24 10:24:33,564 - WARNING - The duration parameter of the Dataset OA-030/17 is empty.
2026-02-24 10:24:33,565 - WARNING - The duration parameter of the Dataset OA-030/17 is empty.
2026-02-24 10:24:33,565 - WARNING - The duration parameter of the Dataset OA-030/17 is empty.
2026-02-24 10:24:33,566 - WARNING - The duration parameter of the Dataset OA-030/17 is empty.
2026-02-24 10:24:33,566 - WARNING - The duration parameter of the Dataset OA-030/17 is empty.
Not None
No time
2026-02-24 10:24:33,677 - WARNING - The duration parameter of the Dataset OA-030/18 is empty.
2026-02-24 10:24:33,679 - WARNING - The duration parameter of the Dataset OA-030/18 is empty.
2026-02-24 10:24:33,679 - WARNING - The duration parameter of the Dataset OA-030/18 is empty.
2026-02-24 10:24:33,680 - WARNING - The duration parameter of the Dataset OA-030/18 is empty.
2026-02-24 10:24:33,680 - WARNING - The duration parameter of the Dataset OA-030/18 is empty.
2026-02-24 10:24:33,680 - WARNING - The duration parameter of the Dataset OA-030/18 is empty.
2026-02-24 10:24:33,681 - WARNING - The duration parameter of the Dataset OA-030/18 is empty.
2026-02-24 10:24:33,681 - WARNING - The duration parameter of the Dataset OA-030/18 is empty.
2026-02-24 10:24:33,681 - WARNING - The duration parameter of the Dataset OA-030/18 is empty.
Not None
No time
2026-02-24 10:24:33,787 - WARNING - The duration parameter of the Dataset OA-030/19 is empty.
2026-02-24 10:24:33,789 - WARNING - The duration parameter of the Dataset OA-030/19 is empty.
2026-02-24 10:24:33,789 - WARNING - The duration parameter of the Dataset OA-030/19 is empty.
2026-02-24 10:24:33,790 - WARNING - The duration parameter of the Dataset OA-030/19 is empty.
2026-02-24 10:24:33,790 - WARNING - The duration parameter of the Dataset OA-030/19 is empty.
2026-02-24 10:24:33,790 - WARNING - The duration parameter of the Dataset OA-030/19 is empty.
2026-02-24 10:24:33,791 - WARNING - The duration parameter of the Dataset OA-030/19 is empty.
2026-02-24 10:24:33,791 - WARNING - The duration parameter of the Dataset OA-030/19 is empty.
2026-02-24 10:24:33,791 - WARNING - The duration parameter of the Dataset OA-030/19 is empty.
Not None
No time
Not None
3 h 23 min 9 s 
2026-02-24 10:24:34,033 - WARNING - The duration parameter of the Dataset OA-030/21 is empty.
2026-02-24 10:24:34,034 - WARNING - The duration parameter of the Dataset OA-030/21 is empty.
2026-02-24 10:24:34,035 - WARNING - The duration parameter of the Dataset OA-030/21 is empty.
2026-02-24 10:24:34,036 - WARNING - The duration parameter of the Dataset OA-030/21 is empty.
2026-02-24 10:24:34,036 - WARNING - The duration parameter of the Dataset OA-030/21 is empty.
2026-02-24 10:24:34,037 - WARNING - The duration parameter of the Dataset OA-030/21 is empty.
2026-02-24 10:24:34,037 - WARNING - The duration parameter of the Dataset OA-030/21 is empty.
2026-02-24 10:24:34,038 - WARNING - The duration parameter of the Dataset OA-030/21 is empty.
2026-02-24 10:24:34,038 - WARNING - The duration parameter of the Dataset OA-030/21 is empty.
Not None
No time
2026-02-24 10:24:34,144 - WARNING - The duration parameter of the Dataset OA-030/22 is empty.
2026-02-24 10:24:34,144 - WARNING - The duration parameter of the Dataset OA-030/22 is empty.
2026-02-24 10:24:34,145 - WARNING - The duration parameter of the Dataset OA-030/22 is empty.
2026-02-24 10:24:34,145 - WARNING - The duration parameter of the Dataset OA-030/22 is empty.
2026-02-24 10:24:34,145 - WARNING - The duration parameter of the Dataset OA-030/22 is empty.
2026-02-24 10:24:34,146 - WARNING - The duration parameter of the Dataset OA-030/22 is empty.
2026-02-24 10:24:34,146 - WARNING - The duration parameter of the Dataset OA-030/22 is empty.
2026-02-24 10:24:34,146 - WARNING - The duration parameter of the Dataset OA-030/22 is empty.
2026-02-24 10:24:34,147 - WARNING - The duration parameter of the Dataset OA-030/22 is empty.
Not None
No time
2026-02-24 10:24:34,248 - WARNING - The duration parameter of the Dataset OA-031/1050 is empty.
2026-02-24 10:24:34,250 - WARNING - The duration parameter of the Dataset OA-031/1050 is empty.
2026-02-24 10:24:34,250 - WARNING - The duration parameter of the Dataset OA-031/1050 is empty.
2026-02-24 10:24:34,251 - WARNING - The duration parameter of the Dataset OA-031/1050 is empty.
2026-02-24 10:24:34,252 - WARNING - The duration parameter of the Dataset OA-031/1050 is empty.
2026-02-24 10:24:34,253 - WARNING - The duration parameter of the Dataset OA-031/1050 is empty.
2026-02-24 10:24:34,253 - WARNING - The duration parameter of the Dataset OA-031/1050 is empty.
2026-02-24 10:24:34,254 - WARNING - The duration parameter of the Dataset OA-031/1050 is empty.
2026-02-24 10:24:34,255 - WARNING - The duration parameter of the Dataset OA-031/1050 is empty.
Not None
No time
2026-02-24 10:24:34,370 - WARNING - The duration parameter of the Dataset OA-031/1051 is empty.
2026-02-24 10:24:34,371 - WARNING - The duration parameter of the Dataset OA-031/1051 is empty.
2026-02-24 10:24:34,371 - WARNING - The duration parameter of the Dataset OA-031/1051 is empty.
2026-02-24 10:24:34,372 - WARNING - The duration parameter of the Dataset OA-031/1051 is empty.
2026-02-24 10:24:34,373 - WARNING - The duration parameter of the Dataset OA-031/1051 is empty.
2026-02-24 10:24:34,374 - WARNING - The duration parameter of the Dataset OA-031/1051 is empty.
2026-02-24 10:24:34,374 - WARNING - The duration parameter of the Dataset OA-031/1051 is empty.
2026-02-24 10:24:34,375 - WARNING - The duration parameter of the Dataset OA-031/1051 is empty.
2026-02-24 10:24:34,375 - WARNING - The duration parameter of the Dataset OA-031/1051 is empty.
Not None
No time
2026-02-24 10:24:34,775 - WARNING - The duration parameter of the Dataset OA-031/1063 is empty.
2026-02-24 10:24:34,776 - WARNING - The duration parameter of the Dataset OA-031/1063 is empty.
2026-02-24 10:24:34,776 - WARNING - The duration parameter of the Dataset OA-031/1063 is empty.
2026-02-24 10:24:34,777 - WARNING - The duration parameter of the Dataset OA-031/1063 is empty.
2026-02-24 10:24:34,777 - WARNING - The duration parameter of the Dataset OA-031/1063 is empty.
2026-02-24 10:24:34,778 - WARNING - The duration parameter of the Dataset OA-031/1063 is empty.
2026-02-24 10:24:34,778 - WARNING - The duration parameter of the Dataset OA-031/1063 is empty.
2026-02-24 10:24:34,779 - WARNING - The duration parameter of the Dataset OA-031/1063 is empty.
2026-02-24 10:24:34,779 - WARNING - The duration parameter of the Dataset OA-031/1063 is empty.
Not None
No time
2026-02-24 10:24:34,893 - WARNING - The duration parameter of the Dataset OA-031/1064 is empty.
2026-02-24 10:24:34,894 - WARNING - The duration parameter of the Dataset OA-031/1064 is empty.
2026-02-24 10:24:34,895 - WARNING - The duration parameter of the Dataset OA-031/1064 is empty.
2026-02-24 10:24:34,895 - WARNING - The duration parameter of the Dataset OA-031/1064 is empty.
2026-02-24 10:24:34,896 - WARNING - The duration parameter of the Dataset OA-031/1064 is empty.
2026-02-24 10:24:34,896 - WARNING - The duration parameter of the Dataset OA-031/1064 is empty.
2026-02-24 10:24:34,897 - WARNING - The duration parameter of the Dataset OA-031/1064 is empty.
2026-02-24 10:24:34,897 - WARNING - The duration parameter of the Dataset OA-031/1064 is empty.
2026-02-24 10:24:34,898 - WARNING - The duration parameter of the Dataset OA-031/1064 is empty.
Not None
No time
Not None
7 min 44 s 
Not None
8 min 37 s 
2026-02-24 10:24:35,224 - WARNING - The duration parameter of the Dataset OA-031/13 is empty.
2026-02-24 10:24:35,225 - WARNING - The duration parameter of the Dataset OA-031/13 is empty.
2026-02-24 10:24:35,226 - WARNING - The duration parameter of the Dataset OA-031/13 is empty.
2026-02-24 10:24:35,226 - WARNING - The duration parameter of the Dataset OA-031/13 is empty.
2026-02-24 10:24:35,227 - WARNING - The duration parameter of the Dataset OA-031/13 is empty.
2026-02-24 10:24:35,227 - WARNING - The duration parameter of the Dataset OA-031/13 is empty.
2026-02-24 10:24:35,228 - WARNING - The duration parameter of the Dataset OA-031/13 is empty.
2026-02-24 10:24:35,228 - WARNING - The duration parameter of the Dataset OA-031/13 is empty.
2026-02-24 10:24:35,228 - WARNING - The duration parameter of the Dataset OA-031/13 is empty.
Not None
No time
2026-02-24 10:24:35,331 - WARNING - The duration parameter of the Dataset OA-031/14 is empty.
2026-02-24 10:24:35,332 - WARNING - The duration parameter of the Dataset OA-031/14 is empty.
2026-02-24 10:24:35,333 - WARNING - The duration parameter of the Dataset OA-031/14 is empty.
2026-02-24 10:24:35,333 - WARNING - The duration parameter of the Dataset OA-031/14 is empty.
2026-02-24 10:24:35,334 - WARNING - The duration parameter of the Dataset OA-031/14 is empty.
2026-02-24 10:24:35,335 - WARNING - The duration parameter of the Dataset OA-031/14 is empty.
2026-02-24 10:24:35,335 - WARNING - The duration parameter of the Dataset OA-031/14 is empty.
2026-02-24 10:24:35,336 - WARNING - The duration parameter of the Dataset OA-031/14 is empty.
2026-02-24 10:24:35,337 - WARNING - The duration parameter of the Dataset OA-031/14 is empty.
Not None
No time
Not None
13 min 31 s 
2026-02-24 10:24:35,543 - WARNING - The duration parameter of the Dataset OA-031/16 is empty.
2026-02-24 10:24:35,544 - WARNING - The duration parameter of the Dataset OA-031/16 is empty.
2026-02-24 10:24:35,545 - WARNING - The duration parameter of the Dataset OA-031/16 is empty.
2026-02-24 10:24:35,545 - WARNING - The duration parameter of the Dataset OA-031/16 is empty.
2026-02-24 10:24:35,546 - WARNING - The duration parameter of the Dataset OA-031/16 is empty.
2026-02-24 10:24:35,546 - WARNING - The duration parameter of the Dataset OA-031/16 is empty.
2026-02-24 10:24:35,547 - WARNING - The duration parameter of the Dataset OA-031/16 is empty.
2026-02-24 10:24:35,547 - WARNING - The duration parameter of the Dataset OA-031/16 is empty.
2026-02-24 10:24:35,548 - WARNING - The duration parameter of the Dataset OA-031/16 is empty.
Not None
No time
2026-02-24 10:24:35,651 - WARNING - The duration parameter of the Dataset OA-031/17 is empty.
2026-02-24 10:24:35,652 - WARNING - The duration parameter of the Dataset OA-031/17 is empty.
2026-02-24 10:24:35,652 - WARNING - The duration parameter of the Dataset OA-031/17 is empty.
2026-02-24 10:24:35,653 - WARNING - The duration parameter of the Dataset OA-031/17 is empty.
2026-02-24 10:24:35,653 - WARNING - The duration parameter of the Dataset OA-031/17 is empty.
2026-02-24 10:24:35,653 - WARNING - The duration parameter of the Dataset OA-031/17 is empty.
2026-02-24 10:24:35,654 - WARNING - The duration parameter of the Dataset OA-031/17 is empty.
2026-02-24 10:24:35,654 - WARNING - The duration parameter of the Dataset OA-031/17 is empty.
2026-02-24 10:24:35,655 - WARNING - The duration parameter of the Dataset OA-031/17 is empty.
Not None
No time
Not None
8 min 37 s 
Not None
6 min 32 s 
2026-02-24 10:24:35,977 - WARNING - The duration parameter of the Dataset OA-031/24 is empty.
2026-02-24 10:24:35,978 - WARNING - The duration parameter of the Dataset OA-031/24 is empty.
2026-02-24 10:24:35,978 - WARNING - The duration parameter of the Dataset OA-031/24 is empty.
2026-02-24 10:24:35,978 - WARNING - The duration parameter of the Dataset OA-031/24 is empty.
2026-02-24 10:24:35,979 - WARNING - The duration parameter of the Dataset OA-031/24 is empty.
2026-02-24 10:24:35,979 - WARNING - The duration parameter of the Dataset OA-031/24 is empty.
2026-02-24 10:24:35,980 - WARNING - The duration parameter of the Dataset OA-031/24 is empty.
2026-02-24 10:24:35,980 - WARNING - The duration parameter of the Dataset OA-031/24 is empty.
2026-02-24 10:24:35,981 - WARNING - The duration parameter of the Dataset OA-031/24 is empty.
Not None
No time
2026-02-24 10:24:36,090 - WARNING - The duration parameter of the Dataset OA-031/23 is empty.
2026-02-24 10:24:36,091 - WARNING - The duration parameter of the Dataset OA-031/23 is empty.
2026-02-24 10:24:36,091 - WARNING - The duration parameter of the Dataset OA-031/23 is empty.
2026-02-24 10:24:36,092 - WARNING - The duration parameter of the Dataset OA-031/23 is empty.
2026-02-24 10:24:36,093 - WARNING - The duration parameter of the Dataset OA-031/23 is empty.
2026-02-24 10:24:36,094 - WARNING - The duration parameter of the Dataset OA-031/23 is empty.
2026-02-24 10:24:36,094 - WARNING - The duration parameter of the Dataset OA-031/23 is empty.
2026-02-24 10:24:36,095 - WARNING - The duration parameter of the Dataset OA-031/23 is empty.
2026-02-24 10:24:36,095 - WARNING - The duration parameter of the Dataset OA-031/23 is empty.
Not None
No time
Not None
23 min 56 s 
Not None
8 min 37 s 
Not None
6 min 33 s 
Not None
23 min 55 s 
Not None
38 min 52 s 
2026-02-24 10:24:36,877 - WARNING - The duration parameter of the Dataset OA-031/43 is empty.
2026-02-24 10:24:36,878 - WARNING - The duration parameter of the Dataset OA-031/43 is empty.
2026-02-24 10:24:36,879 - WARNING - The duration parameter of the Dataset OA-031/43 is empty.
2026-02-24 10:24:36,879 - WARNING - The duration parameter of the Dataset OA-031/43 is empty.
2026-02-24 10:24:36,880 - WARNING - The duration parameter of the Dataset OA-031/43 is empty.
2026-02-24 10:24:36,880 - WARNING - The duration parameter of the Dataset OA-031/43 is empty.
2026-02-24 10:24:36,880 - WARNING - The duration parameter of the Dataset OA-031/43 is empty.
2026-02-24 10:24:36,881 - WARNING - The duration parameter of the Dataset OA-031/43 is empty.
2026-02-24 10:24:36,881 - WARNING - The duration parameter of the Dataset OA-031/43 is empty.
Not None
No time
2026-02-24 10:24:36,985 - WARNING - The duration parameter of the Dataset OA-031/44 is empty.
2026-02-24 10:24:36,987 - WARNING - The duration parameter of the Dataset OA-031/44 is empty.
2026-02-24 10:24:36,987 - WARNING - The duration parameter of the Dataset OA-031/44 is empty.
2026-02-24 10:24:36,988 - WARNING - The duration parameter of the Dataset OA-031/44 is empty.
2026-02-24 10:24:36,988 - WARNING - The duration parameter of the Dataset OA-031/44 is empty.
2026-02-24 10:24:36,989 - WARNING - The duration parameter of the Dataset OA-031/44 is empty.
2026-02-24 10:24:36,990 - WARNING - The duration parameter of the Dataset OA-031/44 is empty.
2026-02-24 10:24:36,990 - WARNING - The duration parameter of the Dataset OA-031/44 is empty.
2026-02-24 10:24:36,991 - WARNING - The duration parameter of the Dataset OA-031/44 is empty.
Not None
No time
2026-02-24 10:24:37,101 - WARNING - The duration parameter of the Dataset OA-031/45 is empty.
2026-02-24 10:24:37,102 - WARNING - The duration parameter of the Dataset OA-031/45 is empty.
2026-02-24 10:24:37,103 - WARNING - The duration parameter of the Dataset OA-031/45 is empty.
2026-02-24 10:24:37,103 - WARNING - The duration parameter of the Dataset OA-031/45 is empty.
2026-02-24 10:24:37,104 - WARNING - The duration parameter of the Dataset OA-031/45 is empty.
2026-02-24 10:24:37,105 - WARNING - The duration parameter of the Dataset OA-031/45 is empty.
2026-02-24 10:24:37,105 - WARNING - The duration parameter of the Dataset OA-031/45 is empty.
2026-02-24 10:24:37,106 - WARNING - The duration parameter of the Dataset OA-031/45 is empty.
2026-02-24 10:24:37,106 - WARNING - The duration parameter of the Dataset OA-031/45 is empty.
Not None
No time
2026-02-24 10:24:37,220 - WARNING - The duration parameter of the Dataset OA-031/47 is empty.
2026-02-24 10:24:37,221 - WARNING - The duration parameter of the Dataset OA-031/47 is empty.
2026-02-24 10:24:37,221 - WARNING - The duration parameter of the Dataset OA-031/47 is empty.
2026-02-24 10:24:37,222 - WARNING - The duration parameter of the Dataset OA-031/47 is empty.
2026-02-24 10:24:37,222 - WARNING - The duration parameter of the Dataset OA-031/47 is empty.
2026-02-24 10:24:37,223 - WARNING - The duration parameter of the Dataset OA-031/47 is empty.
2026-02-24 10:24:37,223 - WARNING - The duration parameter of the Dataset OA-031/47 is empty.
2026-02-24 10:24:37,224 - WARNING - The duration parameter of the Dataset OA-031/47 is empty.
2026-02-24 10:24:37,224 - WARNING - The duration parameter of the Dataset OA-031/47 is empty.
Not None
No time
2026-02-24 10:24:37,328 - WARNING - The duration parameter of the Dataset OA-031/48 is empty.
2026-02-24 10:24:37,329 - WARNING - The duration parameter of the Dataset OA-031/48 is empty.
2026-02-24 10:24:37,330 - WARNING - The duration parameter of the Dataset OA-031/48 is empty.
2026-02-24 10:24:37,330 - WARNING - The duration parameter of the Dataset OA-031/48 is empty.
2026-02-24 10:24:37,331 - WARNING - The duration parameter of the Dataset OA-031/48 is empty.
2026-02-24 10:24:37,331 - WARNING - The duration parameter of the Dataset OA-031/48 is empty.
2026-02-24 10:24:37,332 - WARNING - The duration parameter of the Dataset OA-031/48 is empty.
2026-02-24 10:24:37,332 - WARNING - The duration parameter of the Dataset OA-031/48 is empty.
2026-02-24 10:24:37,333 - WARNING - The duration parameter of the Dataset OA-031/48 is empty.
Not None
No time
2026-02-24 10:24:37,440 - WARNING - The duration parameter of the Dataset OA-031/46 is empty.
2026-02-24 10:24:37,441 - WARNING - The duration parameter of the Dataset OA-031/46 is empty.
2026-02-24 10:24:37,441 - WARNING - The duration parameter of the Dataset OA-031/46 is empty.
2026-02-24 10:24:37,441 - WARNING - The duration parameter of the Dataset OA-031/46 is empty.
2026-02-24 10:24:37,442 - WARNING - The duration parameter of the Dataset OA-031/46 is empty.
2026-02-24 10:24:37,442 - WARNING - The duration parameter of the Dataset OA-031/46 is empty.
2026-02-24 10:24:37,442 - WARNING - The duration parameter of the Dataset OA-031/46 is empty.
2026-02-24 10:24:37,443 - WARNING - The duration parameter of the Dataset OA-031/46 is empty.
2026-02-24 10:24:37,443 - WARNING - The duration parameter of the Dataset OA-031/46 is empty.
Not None
No time
2026-02-24 10:24:37,547 - WARNING - The duration parameter of the Dataset OA-031/49 is empty.
2026-02-24 10:24:37,548 - WARNING - The duration parameter of the Dataset OA-031/49 is empty.
2026-02-24 10:24:37,548 - WARNING - The duration parameter of the Dataset OA-031/49 is empty.
2026-02-24 10:24:37,549 - WARNING - The duration parameter of the Dataset OA-031/49 is empty.
2026-02-24 10:24:37,549 - WARNING - The duration parameter of the Dataset OA-031/49 is empty.
2026-02-24 10:24:37,550 - WARNING - The duration parameter of the Dataset OA-031/49 is empty.
2026-02-24 10:24:37,551 - WARNING - The duration parameter of the Dataset OA-031/49 is empty.
2026-02-24 10:24:37,551 - WARNING - The duration parameter of the Dataset OA-031/49 is empty.
2026-02-24 10:24:37,552 - WARNING - The duration parameter of the Dataset OA-031/49 is empty.
Not None
No time
Not None
3 h 7 min 24 s 
Not None
12 min 25 s 
Not None
52 min 
Not None
1 h 17 min 42 s 
2026-02-24 10:24:38,086 - WARNING - The duration parameter of the Dataset OA-SEC/21 is empty.
2026-02-24 10:24:38,088 - WARNING - The duration parameter of the Dataset OA-SEC/21 is empty.
2026-02-24 10:24:38,088 - WARNING - The duration parameter of the Dataset OA-SEC/21 is empty.
2026-02-24 10:24:38,089 - WARNING - The duration parameter of the Dataset OA-SEC/21 is empty.
2026-02-24 10:24:38,090 - WARNING - The duration parameter of the Dataset OA-SEC/21 is empty.
2026-02-24 10:24:38,090 - WARNING - The duration parameter of the Dataset OA-SEC/21 is empty.
2026-02-24 10:24:38,091 - WARNING - The duration parameter of the Dataset OA-SEC/21 is empty.
2026-02-24 10:24:38,091 - WARNING - The duration parameter of the Dataset OA-SEC/21 is empty.
2026-02-24 10:24:38,091 - WARNING - The duration parameter of the Dataset OA-SEC/21 is empty.
Not None
No time
2026-02-24 10:24:38,197 - WARNING - The duration parameter of the Dataset OA-SEC/22 is empty.
2026-02-24 10:24:38,198 - WARNING - The duration parameter of the Dataset OA-SEC/22 is empty.
2026-02-24 10:24:38,198 - WARNING - The duration parameter of the Dataset OA-SEC/22 is empty.
2026-02-24 10:24:38,199 - WARNING - The duration parameter of the Dataset OA-SEC/22 is empty.
2026-02-24 10:24:38,199 - WARNING - The duration parameter of the Dataset OA-SEC/22 is empty.
2026-02-24 10:24:38,199 - WARNING - The duration parameter of the Dataset OA-SEC/22 is empty.
2026-02-24 10:24:38,200 - WARNING - The duration parameter of the Dataset OA-SEC/22 is empty.
2026-02-24 10:24:38,201 - WARNING - The duration parameter of the Dataset OA-SEC/22 is empty.
2026-02-24 10:24:38,201 - WARNING - The duration parameter of the Dataset OA-SEC/22 is empty.
Not None
No time
Not None
47 min 6 s 
Not None
1 h 6 min 59 s 
Not None
1 h 33 min 27 s 
Not None
5 h 8 min 40 s 
Not None
6 h 11 min 35 s 
2026-02-24 10:24:38,837 - WARNING - The duration parameter of the Dataset OA-SECEXE/15 is empty.
2026-02-24 10:24:38,838 - WARNING - The duration parameter of the Dataset OA-SECEXE/15 is empty.
2026-02-24 10:24:38,839 - WARNING - The duration parameter of the Dataset OA-SECEXE/15 is empty.
2026-02-24 10:24:38,839 - WARNING - The duration parameter of the Dataset OA-SECEXE/15 is empty.
2026-02-24 10:24:38,840 - WARNING - The duration parameter of the Dataset OA-SECEXE/15 is empty.
2026-02-24 10:24:38,840 - WARNING - The duration parameter of the Dataset OA-SECEXE/15 is empty.
2026-02-24 10:24:38,841 - WARNING - The duration parameter of the Dataset OA-SECEXE/15 is empty.
2026-02-24 10:24:38,842 - WARNING - The duration parameter of the Dataset OA-SECEXE/15 is empty.
2026-02-24 10:24:38,842 - WARNING - The duration parameter of the Dataset OA-SECEXE/15 is empty.
Not None
No time
Not None
5 h 8 min 40 s 
2026-02-24 10:24:39,055 - WARNING - The duration parameter of the Dataset OA-SECEXE/22 is empty.
2026-02-24 10:24:39,056 - WARNING - The duration parameter of the Dataset OA-SECEXE/22 is empty.
2026-02-24 10:24:39,057 - WARNING - The duration parameter of the Dataset OA-SECEXE/22 is empty.
2026-02-24 10:24:39,057 - WARNING - The duration parameter of the Dataset OA-SECEXE/22 is empty.
2026-02-24 10:24:39,058 - WARNING - The duration parameter of the Dataset OA-SECEXE/22 is empty.
2026-02-24 10:24:39,059 - WARNING - The duration parameter of the Dataset OA-SECEXE/22 is empty.
2026-02-24 10:24:39,059 - WARNING - The duration parameter of the Dataset OA-SECEXE/22 is empty.
2026-02-24 10:24:39,060 - WARNING - The duration parameter of the Dataset OA-SECEXE/22 is empty.
2026-02-24 10:24:39,060 - WARNING - The duration parameter of the Dataset OA-SECEXE/22 is empty.
Not None
No time
Not None
6 h 11 min 35 s 
Not None
16 h 49 min 21 s 
2026-02-24 10:24:39,391 - WARNING - The duration parameter of the Dataset OA-SECEXE/32 is empty.
2026-02-24 10:24:39,392 - WARNING - The duration parameter of the Dataset OA-SECEXE/32 is empty.
2026-02-24 10:24:39,393 - WARNING - The duration parameter of the Dataset OA-SECEXE/32 is empty.
2026-02-24 10:24:39,393 - WARNING - The duration parameter of the Dataset OA-SECEXE/32 is empty.
2026-02-24 10:24:39,394 - WARNING - The duration parameter of the Dataset OA-SECEXE/32 is empty.
2026-02-24 10:24:39,394 - WARNING - The duration parameter of the Dataset OA-SECEXE/32 is empty.
2026-02-24 10:24:39,395 - WARNING - The duration parameter of the Dataset OA-SECEXE/32 is empty.
2026-02-24 10:24:39,395 - WARNING - The duration parameter of the Dataset OA-SECEXE/32 is empty.
2026-02-24 10:24:39,396 - WARNING - The duration parameter of the Dataset OA-SECEXE/32 is empty.
Not None
No time
2026-02-24 10:24:39,500 - WARNING - The duration parameter of the Dataset OA-SECEXE/33 is empty.
2026-02-24 10:24:39,501 - WARNING - The duration parameter of the Dataset OA-SECEXE/33 is empty.
2026-02-24 10:24:39,502 - WARNING - The duration parameter of the Dataset OA-SECEXE/33 is empty.
2026-02-24 10:24:39,502 - WARNING - The duration parameter of the Dataset OA-SECEXE/33 is empty.
2026-02-24 10:24:39,503 - WARNING - The duration parameter of the Dataset OA-SECEXE/33 is empty.
2026-02-24 10:24:39,503 - WARNING - The duration parameter of the Dataset OA-SECEXE/33 is empty.
2026-02-24 10:24:39,504 - WARNING - The duration parameter of the Dataset OA-SECEXE/33 is empty.
2026-02-24 10:24:39,504 - WARNING - The duration parameter of the Dataset OA-SECEXE/33 is empty.
2026-02-24 10:24:39,505 - WARNING - The duration parameter of the Dataset OA-SECEXE/33 is empty.
Not None
No time
Not None
18 h 24 min 46 s 
2026-02-24 10:24:39,728 - WARNING - The duration parameter of the Dataset OA-SECEXE/41 is empty.
2026-02-24 10:24:39,729 - WARNING - The duration parameter of the Dataset OA-SECEXE/41 is empty.
2026-02-24 10:24:39,730 - WARNING - The duration parameter of the Dataset OA-SECEXE/41 is empty.
2026-02-24 10:24:39,730 - WARNING - The duration parameter of the Dataset OA-SECEXE/41 is empty.
2026-02-24 10:24:39,731 - WARNING - The duration parameter of the Dataset OA-SECEXE/41 is empty.
2026-02-24 10:24:39,732 - WARNING - The duration parameter of the Dataset OA-SECEXE/41 is empty.
2026-02-24 10:24:39,732 - WARNING - The duration parameter of the Dataset OA-SECEXE/41 is empty.
2026-02-24 10:24:39,733 - WARNING - The duration parameter of the Dataset OA-SECEXE/41 is empty.
2026-02-24 10:24:39,734 - WARNING - The duration parameter of the Dataset OA-SECEXE/41 is empty.
Not None
No time
2026-02-24 10:24:39,844 - WARNING - The duration parameter of the Dataset OA-SECEXE/42 is empty.
2026-02-24 10:24:39,845 - WARNING - The duration parameter of the Dataset OA-SECEXE/42 is empty.
2026-02-24 10:24:39,846 - WARNING - The duration parameter of the Dataset OA-SECEXE/42 is empty.
2026-02-24 10:24:39,847 - WARNING - The duration parameter of the Dataset OA-SECEXE/42 is empty.
2026-02-24 10:24:39,847 - WARNING - The duration parameter of the Dataset OA-SECEXE/42 is empty.
2026-02-24 10:24:39,848 - WARNING - The duration parameter of the Dataset OA-SECEXE/42 is empty.
2026-02-24 10:24:39,848 - WARNING - The duration parameter of the Dataset OA-SECEXE/42 is empty.
2026-02-24 10:24:39,849 - WARNING - The duration parameter of the Dataset OA-SECEXE/42 is empty.
2026-02-24 10:24:39,849 - WARNING - The duration parameter of the Dataset OA-SECEXE/42 is empty.
Not None
No time
Not None
5 h 8 min 41 s 
Not None
1 h 37 min 10 s 
Not None
16 h 18 min 38 s 
Not None
5 h 8 min 44 s 
2026-02-24 10:24:40,719 - WARNING - The duration parameter of the Dataset OA-SECMID/22 is empty.
2026-02-24 10:24:40,720 - WARNING - The duration parameter of the Dataset OA-SECMID/22 is empty.
2026-02-24 10:24:40,720 - WARNING - The duration parameter of the Dataset OA-SECMID/22 is empty.
2026-02-24 10:24:40,720 - WARNING - The duration parameter of the Dataset OA-SECMID/22 is empty.
2026-02-24 10:24:40,720 - WARNING - The duration parameter of the Dataset OA-SECMID/22 is empty.
2026-02-24 10:24:40,721 - WARNING - The duration parameter of the Dataset OA-SECMID/22 is empty.
2026-02-24 10:24:40,721 - WARNING - The duration parameter of the Dataset OA-SECMID/22 is empty.
2026-02-24 10:24:40,721 - WARNING - The duration parameter of the Dataset OA-SECMID/22 is empty.
2026-02-24 10:24:40,722 - WARNING - The duration parameter of the Dataset OA-SECMID/22 is empty.
Not None
No time
2026-02-24 10:24:40,828 - WARNING - The duration parameter of the Dataset OA-SECMID/23 is empty.
2026-02-24 10:24:40,829 - WARNING - The duration parameter of the Dataset OA-SECMID/23 is empty.
2026-02-24 10:24:40,830 - WARNING - The duration parameter of the Dataset OA-SECMID/23 is empty.
2026-02-24 10:24:40,830 - WARNING - The duration parameter of the Dataset OA-SECMID/23 is empty.
2026-02-24 10:24:40,831 - WARNING - The duration parameter of the Dataset OA-SECMID/23 is empty.
2026-02-24 10:24:40,831 - WARNING - The duration parameter of the Dataset OA-SECMID/23 is empty.
2026-02-24 10:24:40,832 - WARNING - The duration parameter of the Dataset OA-SECMID/23 is empty.
2026-02-24 10:24:40,832 - WARNING - The duration parameter of the Dataset OA-SECMID/23 is empty.
2026-02-24 10:24:40,832 - WARNING - The duration parameter of the Dataset OA-SECMID/23 is empty.
Not None
No time
Not None
16 h 18 min 33 s 
Not None
5 h 8 min 39 s 
2026-02-24 10:24:41,164 - WARNING - The duration parameter of the Dataset OA-SECTRI/12 is empty.
2026-02-24 10:24:41,165 - WARNING - The duration parameter of the Dataset OA-SECTRI/12 is empty.
2026-02-24 10:24:41,165 - WARNING - The duration parameter of the Dataset OA-SECTRI/12 is empty.
2026-02-24 10:24:41,166 - WARNING - The duration parameter of the Dataset OA-SECTRI/12 is empty.
2026-02-24 10:24:41,166 - WARNING - The duration parameter of the Dataset OA-SECTRI/12 is empty.
2026-02-24 10:24:41,167 - WARNING - The duration parameter of the Dataset OA-SECTRI/12 is empty.
2026-02-24 10:24:41,167 - WARNING - The duration parameter of the Dataset OA-SECTRI/12 is empty.
2026-02-24 10:24:41,168 - WARNING - The duration parameter of the Dataset OA-SECTRI/12 is empty.
2026-02-24 10:24:41,168 - WARNING - The duration parameter of the Dataset OA-SECTRI/12 is empty.
Not None
No time
2026-02-24 10:24:41,281 - WARNING - The duration parameter of the Dataset OA-SECTRI/13 is empty.
2026-02-24 10:24:41,282 - WARNING - The duration parameter of the Dataset OA-SECTRI/13 is empty.
2026-02-24 10:24:41,282 - WARNING - The duration parameter of the Dataset OA-SECTRI/13 is empty.
2026-02-24 10:24:41,283 - WARNING - The duration parameter of the Dataset OA-SECTRI/13 is empty.
2026-02-24 10:24:41,283 - WARNING - The duration parameter of the Dataset OA-SECTRI/13 is empty.
2026-02-24 10:24:41,284 - WARNING - The duration parameter of the Dataset OA-SECTRI/13 is empty.
2026-02-24 10:24:41,284 - WARNING - The duration parameter of the Dataset OA-SECTRI/13 is empty.
2026-02-24 10:24:41,285 - WARNING - The duration parameter of the Dataset OA-SECTRI/13 is empty.
2026-02-24 10:24:41,286 - WARNING - The duration parameter of the Dataset OA-SECTRI/13 is empty.
Not None
No time
Not None
3 h 6 min 10 s 
Not None
5 h 8 min 40 s 
2026-02-24 10:24:41,610 - WARNING - The duration parameter of the Dataset OA-SECTRI/22 is empty.
2026-02-24 10:24:41,611 - WARNING - The duration parameter of the Dataset OA-SECTRI/22 is empty.
2026-02-24 10:24:41,612 - WARNING - The duration parameter of the Dataset OA-SECTRI/22 is empty.
2026-02-24 10:24:41,613 - WARNING - The duration parameter of the Dataset OA-SECTRI/22 is empty.
2026-02-24 10:24:41,613 - WARNING - The duration parameter of the Dataset OA-SECTRI/22 is empty.
2026-02-24 10:24:41,614 - WARNING - The duration parameter of the Dataset OA-SECTRI/22 is empty.
2026-02-24 10:24:41,615 - WARNING - The duration parameter of the Dataset OA-SECTRI/22 is empty.
2026-02-24 10:24:41,615 - WARNING - The duration parameter of the Dataset OA-SECTRI/22 is empty.
2026-02-24 10:24:41,615 - WARNING - The duration parameter of the Dataset OA-SECTRI/22 is empty.
Not None
No time
2026-02-24 10:24:41,719 - WARNING - The duration parameter of the Dataset OA-SECTRI/23 is empty.
2026-02-24 10:24:41,720 - WARNING - The duration parameter of the Dataset OA-SECTRI/23 is empty.
2026-02-24 10:24:41,720 - WARNING - The duration parameter of the Dataset OA-SECTRI/23 is empty.
2026-02-24 10:24:41,721 - WARNING - The duration parameter of the Dataset OA-SECTRI/23 is empty.
2026-02-24 10:24:41,721 - WARNING - The duration parameter of the Dataset OA-SECTRI/23 is empty.
2026-02-24 10:24:41,722 - WARNING - The duration parameter of the Dataset OA-SECTRI/23 is empty.
2026-02-24 10:24:41,722 - WARNING - The duration parameter of the Dataset OA-SECTRI/23 is empty.
2026-02-24 10:24:41,723 - WARNING - The duration parameter of the Dataset OA-SECTRI/23 is empty.
2026-02-24 10:24:41,723 - WARNING - The duration parameter of the Dataset OA-SECTRI/23 is empty.
Not None
No time
Not None
3 h 6 min 10 s 
Not None
16 h 49 min 21 s 
2026-02-24 10:24:42,050 - WARNING - The duration parameter of the Dataset OA-SECTRI/32 is empty.
2026-02-24 10:24:42,051 - WARNING - The duration parameter of the Dataset OA-SECTRI/32 is empty.
2026-02-24 10:24:42,052 - WARNING - The duration parameter of the Dataset OA-SECTRI/32 is empty.
2026-02-24 10:24:42,053 - WARNING - The duration parameter of the Dataset OA-SECTRI/32 is empty.
2026-02-24 10:24:42,053 - WARNING - The duration parameter of the Dataset OA-SECTRI/32 is empty.
2026-02-24 10:24:42,054 - WARNING - The duration parameter of the Dataset OA-SECTRI/32 is empty.
2026-02-24 10:24:42,055 - WARNING - The duration parameter of the Dataset OA-SECTRI/32 is empty.
2026-02-24 10:24:42,055 - WARNING - The duration parameter of the Dataset OA-SECTRI/32 is empty.
2026-02-24 10:24:42,056 - WARNING - The duration parameter of the Dataset OA-SECTRI/32 is empty.
Not None
No time
2026-02-24 10:24:42,161 - WARNING - The duration parameter of the Dataset OA-SECTRI/33 is empty.
2026-02-24 10:24:42,162 - WARNING - The duration parameter of the Dataset OA-SECTRI/33 is empty.
2026-02-24 10:24:42,163 - WARNING - The duration parameter of the Dataset OA-SECTRI/33 is empty.
2026-02-24 10:24:42,163 - WARNING - The duration parameter of the Dataset OA-SECTRI/33 is empty.
2026-02-24 10:24:42,164 - WARNING - The duration parameter of the Dataset OA-SECTRI/33 is empty.
2026-02-24 10:24:42,164 - WARNING - The duration parameter of the Dataset OA-SECTRI/33 is empty.
2026-02-24 10:24:42,164 - WARNING - The duration parameter of the Dataset OA-SECTRI/33 is empty.
2026-02-24 10:24:42,165 - WARNING - The duration parameter of the Dataset OA-SECTRI/33 is empty.
2026-02-24 10:24:42,165 - WARNING - The duration parameter of the Dataset OA-SECTRI/33 is empty.
Not None
No time
Not None
56 s
Not None
42 min 18 s 
2026-02-24 10:24:42,491 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1012 is empty.
2026-02-24 10:24:42,493 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1012 is empty.
2026-02-24 10:24:42,493 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1012 is empty.
2026-02-24 10:24:42,493 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1012 is empty.
2026-02-24 10:24:42,493 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1012 is empty.
2026-02-24 10:24:42,494 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1012 is empty.
2026-02-24 10:24:42,494 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1012 is empty.
2026-02-24 10:24:42,494 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1012 is empty.
2026-02-24 10:24:42,494 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1012 is empty.
Not None
No time
2026-02-24 10:24:42,603 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1013 is empty.
2026-02-24 10:24:42,604 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1013 is empty.
2026-02-24 10:24:42,604 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1013 is empty.
2026-02-24 10:24:42,604 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1013 is empty.
2026-02-24 10:24:42,605 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1013 is empty.
2026-02-24 10:24:42,606 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1013 is empty.
2026-02-24 10:24:42,606 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1013 is empty.
2026-02-24 10:24:42,606 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1013 is empty.
2026-02-24 10:24:42,607 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1013 is empty.
Not None
No time
2026-02-24 10:24:42,712 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1021 is empty.
2026-02-24 10:24:42,713 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1021 is empty.
2026-02-24 10:24:42,714 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1021 is empty.
2026-02-24 10:24:42,715 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1021 is empty.
2026-02-24 10:24:42,716 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1021 is empty.
2026-02-24 10:24:42,716 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1021 is empty.
2026-02-24 10:24:42,717 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1021 is empty.
2026-02-24 10:24:42,717 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1021 is empty.
2026-02-24 10:24:42,718 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1021 is empty.
Not None
No time
2026-02-24 10:24:42,832 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1022 is empty.
2026-02-24 10:24:42,833 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1022 is empty.
2026-02-24 10:24:42,834 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1022 is empty.
2026-02-24 10:24:42,834 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1022 is empty.
2026-02-24 10:24:42,835 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1022 is empty.
2026-02-24 10:24:42,835 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1022 is empty.
2026-02-24 10:24:42,836 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1022 is empty.
2026-02-24 10:24:42,836 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1022 is empty.
2026-02-24 10:24:42,836 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1022 is empty.
Not None
No time
2026-02-24 10:24:42,941 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1023 is empty.
2026-02-24 10:24:42,942 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1023 is empty.
2026-02-24 10:24:42,942 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1023 is empty.
2026-02-24 10:24:42,943 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1023 is empty.
2026-02-24 10:24:42,943 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1023 is empty.
2026-02-24 10:24:42,944 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1023 is empty.
2026-02-24 10:24:42,944 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1023 is empty.
2026-02-24 10:24:42,944 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1023 is empty.
2026-02-24 10:24:42,945 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1023 is empty.
Not None
No time
2026-02-24 10:24:43,048 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1024 is empty.
2026-02-24 10:24:43,049 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1024 is empty.
2026-02-24 10:24:43,049 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1024 is empty.
2026-02-24 10:24:43,050 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1024 is empty.
2026-02-24 10:24:43,050 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1024 is empty.
2026-02-24 10:24:43,050 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1024 is empty.
2026-02-24 10:24:43,051 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1024 is empty.
2026-02-24 10:24:43,051 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1024 is empty.
2026-02-24 10:24:43,051 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1024 is empty.
Not None
No time
2026-02-24 10:24:43,161 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1025 is empty.
2026-02-24 10:24:43,163 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1025 is empty.
2026-02-24 10:24:43,163 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1025 is empty.
2026-02-24 10:24:43,164 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1025 is empty.
2026-02-24 10:24:43,164 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1025 is empty.
2026-02-24 10:24:43,165 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1025 is empty.
2026-02-24 10:24:43,165 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1025 is empty.
2026-02-24 10:24:43,165 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1025 is empty.
2026-02-24 10:24:43,166 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1025 is empty.
Not None
No time
2026-02-24 10:24:43,275 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1026 is empty.
2026-02-24 10:24:43,276 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1026 is empty.
2026-02-24 10:24:43,276 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1026 is empty.
2026-02-24 10:24:43,277 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1026 is empty.
2026-02-24 10:24:43,277 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1026 is empty.
2026-02-24 10:24:43,277 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1026 is empty.
2026-02-24 10:24:43,278 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1026 is empty.
2026-02-24 10:24:43,278 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1026 is empty.
2026-02-24 10:24:43,278 - WARNING - The duration parameter of the Dataset PB-FSBSA_STD/1026 is empty.
Not None
No time
Not None
21 min 11 s 
Not None
3 min 14 s 
Not None
58 s
Not None
1 min 3 s 
Not None
3 min 18 s 
Not None
3 min 14 s 
Not None
5 min 54 s 
Not None
10 h 57 min 58 s 
Not None
12 h 22 min 26 s 
Not None
5 h 9 min 22 s 
2026-02-24 10:24:44,476 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/13 is empty.
2026-02-24 10:24:44,477 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/13 is empty.
2026-02-24 10:24:44,477 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/13 is empty.
2026-02-24 10:24:44,478 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/13 is empty.
2026-02-24 10:24:44,478 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/13 is empty.
2026-02-24 10:24:44,478 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/13 is empty.
2026-02-24 10:24:44,479 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/13 is empty.
2026-02-24 10:24:44,479 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/13 is empty.
2026-02-24 10:24:44,479 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/13 is empty.
Not None
No time
2026-02-24 10:24:44,591 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/14 is empty.
2026-02-24 10:24:44,592 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/14 is empty.
2026-02-24 10:24:44,593 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/14 is empty.
2026-02-24 10:24:44,593 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/14 is empty.
2026-02-24 10:24:44,593 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/14 is empty.
2026-02-24 10:24:44,594 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/14 is empty.
2026-02-24 10:24:44,594 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/14 is empty.
2026-02-24 10:24:44,594 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/14 is empty.
2026-02-24 10:24:44,595 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/14 is empty.
Not None
No time
2026-02-24 10:24:44,716 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/15 is empty.
2026-02-24 10:24:44,717 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/15 is empty.
2026-02-24 10:24:44,717 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/15 is empty.
2026-02-24 10:24:44,718 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/15 is empty.
2026-02-24 10:24:44,718 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/15 is empty.
2026-02-24 10:24:44,719 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/15 is empty.
2026-02-24 10:24:44,719 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/15 is empty.
2026-02-24 10:24:44,719 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/15 is empty.
2026-02-24 10:24:44,720 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/15 is empty.
Not None
No time
2026-02-24 10:24:44,828 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/16 is empty.
2026-02-24 10:24:44,829 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/16 is empty.
2026-02-24 10:24:44,829 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/16 is empty.
2026-02-24 10:24:44,830 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/16 is empty.
2026-02-24 10:24:44,830 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/16 is empty.
2026-02-24 10:24:44,830 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/16 is empty.
2026-02-24 10:24:44,831 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/16 is empty.
2026-02-24 10:24:44,831 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/16 is empty.
2026-02-24 10:24:44,831 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/16 is empty.
Not None
No time
2026-02-24 10:24:44,944 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/18 is empty.
2026-02-24 10:24:44,945 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/18 is empty.
2026-02-24 10:24:44,945 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/18 is empty.
2026-02-24 10:24:44,945 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/18 is empty.
2026-02-24 10:24:44,946 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/18 is empty.
2026-02-24 10:24:44,946 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/18 is empty.
2026-02-24 10:24:44,947 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/18 is empty.
2026-02-24 10:24:44,947 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/18 is empty.
2026-02-24 10:24:44,947 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/18 is empty.
Not None
No time
2026-02-24 10:24:45,052 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/17 is empty.
2026-02-24 10:24:45,053 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/17 is empty.
2026-02-24 10:24:45,053 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/17 is empty.
2026-02-24 10:24:45,054 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/17 is empty.
2026-02-24 10:24:45,054 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/17 is empty.
2026-02-24 10:24:45,054 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/17 is empty.
2026-02-24 10:24:45,055 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/17 is empty.
2026-02-24 10:24:45,055 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/17 is empty.
2026-02-24 10:24:45,056 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/17 is empty.
Not None
No time
2026-02-24 10:24:45,214 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/19 is empty.
2026-02-24 10:24:45,216 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/19 is empty.
2026-02-24 10:24:45,216 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/19 is empty.
2026-02-24 10:24:45,217 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/19 is empty.
2026-02-24 10:24:45,217 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/19 is empty.
2026-02-24 10:24:45,217 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/19 is empty.
2026-02-24 10:24:45,218 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/19 is empty.
2026-02-24 10:24:45,218 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/19 is empty.
2026-02-24 10:24:45,219 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/19 is empty.
Not None
No time
2026-02-24 10:24:45,328 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/20 is empty.
2026-02-24 10:24:45,329 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/20 is empty.
2026-02-24 10:24:45,329 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/20 is empty.
2026-02-24 10:24:45,330 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/20 is empty.
2026-02-24 10:24:45,330 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/20 is empty.
2026-02-24 10:24:45,331 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/20 is empty.
2026-02-24 10:24:45,331 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/20 is empty.
2026-02-24 10:24:45,331 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/20 is empty.
2026-02-24 10:24:45,332 - WARNING - The duration parameter of the Dataset PB-FSNEG_2020/20 is empty.
Not None
No time
Not None
56 s
2026-02-24 10:24:45,560 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1010 is empty.
2026-02-24 10:24:45,561 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1010 is empty.
2026-02-24 10:24:45,562 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1010 is empty.
2026-02-24 10:24:45,562 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1010 is empty.
2026-02-24 10:24:45,562 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1010 is empty.
2026-02-24 10:24:45,563 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1010 is empty.
2026-02-24 10:24:45,563 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1010 is empty.
2026-02-24 10:24:45,563 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1010 is empty.
2026-02-24 10:24:45,563 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1010 is empty.
Not None
No time
2026-02-24 10:24:45,667 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1011 is empty.
2026-02-24 10:24:45,668 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1011 is empty.
2026-02-24 10:24:45,668 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1011 is empty.
2026-02-24 10:24:45,668 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1011 is empty.
2026-02-24 10:24:45,669 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1011 is empty.
2026-02-24 10:24:45,669 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1011 is empty.
2026-02-24 10:24:45,669 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1011 is empty.
2026-02-24 10:24:45,670 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1011 is empty.
2026-02-24 10:24:45,670 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1011 is empty.
Not None
No time
2026-02-24 10:24:45,778 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1012 is empty.
2026-02-24 10:24:45,780 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1012 is empty.
2026-02-24 10:24:45,780 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1012 is empty.
2026-02-24 10:24:45,780 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1012 is empty.
2026-02-24 10:24:45,781 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1012 is empty.
2026-02-24 10:24:45,781 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1012 is empty.
2026-02-24 10:24:45,782 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1012 is empty.
2026-02-24 10:24:45,782 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1012 is empty.
2026-02-24 10:24:45,782 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1012 is empty.
Not None
No time
2026-02-24 10:24:45,889 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1013 is empty.
2026-02-24 10:24:45,890 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1013 is empty.
2026-02-24 10:24:45,891 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1013 is empty.
2026-02-24 10:24:45,891 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1013 is empty.
2026-02-24 10:24:45,892 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1013 is empty.
2026-02-24 10:24:45,893 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1013 is empty.
2026-02-24 10:24:45,893 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1013 is empty.
2026-02-24 10:24:45,894 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1013 is empty.
2026-02-24 10:24:45,895 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1013 is empty.
Not None
No time
2026-02-24 10:24:46,016 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1014 is empty.
2026-02-24 10:24:46,017 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1014 is empty.
2026-02-24 10:24:46,017 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1014 is empty.
2026-02-24 10:24:46,018 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1014 is empty.
2026-02-24 10:24:46,018 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1014 is empty.
2026-02-24 10:24:46,018 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1014 is empty.
2026-02-24 10:24:46,019 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1014 is empty.
2026-02-24 10:24:46,019 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1014 is empty.
2026-02-24 10:24:46,019 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1014 is empty.
Not None
No time
2026-02-24 10:24:46,128 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1015 is empty.
2026-02-24 10:24:46,130 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1015 is empty.
2026-02-24 10:24:46,130 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1015 is empty.
2026-02-24 10:24:46,131 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1015 is empty.
2026-02-24 10:24:46,131 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1015 is empty.
2026-02-24 10:24:46,132 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1015 is empty.
2026-02-24 10:24:46,133 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1015 is empty.
2026-02-24 10:24:46,133 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1015 is empty.
2026-02-24 10:24:46,134 - WARNING - The duration parameter of the Dataset PB-FSNEG_STD/1015 is empty.
Not None
No time
Not None
8 min 10 s 
Not None
8 min 13 s 
Not None
2 h 9 s 
2026-02-24 10:24:46,864 - WARNING - The duration parameter of the Dataset PB-FSPOS/10021 is empty.
2026-02-24 10:24:46,865 - WARNING - The duration parameter of the Dataset PB-FSPOS/10021 is empty.
2026-02-24 10:24:46,866 - WARNING - The duration parameter of the Dataset PB-FSPOS/10021 is empty.
2026-02-24 10:24:46,866 - WARNING - The duration parameter of the Dataset PB-FSPOS/10021 is empty.
2026-02-24 10:24:46,867 - WARNING - The duration parameter of the Dataset PB-FSPOS/10021 is empty.
2026-02-24 10:24:46,868 - WARNING - The duration parameter of the Dataset PB-FSPOS/10021 is empty.
2026-02-24 10:24:46,868 - WARNING - The duration parameter of the Dataset PB-FSPOS/10021 is empty.
2026-02-24 10:24:46,869 - WARNING - The duration parameter of the Dataset PB-FSPOS/10021 is empty.
2026-02-24 10:24:46,869 - WARNING - The duration parameter of the Dataset PB-FSPOS/10021 is empty.
Not None
No time
2026-02-24 10:24:46,976 - WARNING - The duration parameter of the Dataset PB-FSPOS/10022 is empty.
2026-02-24 10:24:46,978 - WARNING - The duration parameter of the Dataset PB-FSPOS/10022 is empty.
2026-02-24 10:24:46,978 - WARNING - The duration parameter of the Dataset PB-FSPOS/10022 is empty.
2026-02-24 10:24:46,978 - WARNING - The duration parameter of the Dataset PB-FSPOS/10022 is empty.
2026-02-24 10:24:46,978 - WARNING - The duration parameter of the Dataset PB-FSPOS/10022 is empty.
2026-02-24 10:24:46,979 - WARNING - The duration parameter of the Dataset PB-FSPOS/10022 is empty.
2026-02-24 10:24:46,979 - WARNING - The duration parameter of the Dataset PB-FSPOS/10022 is empty.
2026-02-24 10:24:46,979 - WARNING - The duration parameter of the Dataset PB-FSPOS/10022 is empty.
2026-02-24 10:24:46,980 - WARNING - The duration parameter of the Dataset PB-FSPOS/10022 is empty.
Not None
No time
2026-02-24 10:24:47,090 - WARNING - The duration parameter of the Dataset PB-FSPOS/1021 is empty.
2026-02-24 10:24:47,091 - WARNING - The duration parameter of the Dataset PB-FSPOS/1021 is empty.
2026-02-24 10:24:47,091 - WARNING - The duration parameter of the Dataset PB-FSPOS/1021 is empty.
2026-02-24 10:24:47,092 - WARNING - The duration parameter of the Dataset PB-FSPOS/1021 is empty.
2026-02-24 10:24:47,092 - WARNING - The duration parameter of the Dataset PB-FSPOS/1021 is empty.
2026-02-24 10:24:47,093 - WARNING - The duration parameter of the Dataset PB-FSPOS/1021 is empty.
2026-02-24 10:24:47,094 - WARNING - The duration parameter of the Dataset PB-FSPOS/1021 is empty.
2026-02-24 10:24:47,094 - WARNING - The duration parameter of the Dataset PB-FSPOS/1021 is empty.
2026-02-24 10:24:47,095 - WARNING - The duration parameter of the Dataset PB-FSPOS/1021 is empty.
Not None
No time
2026-02-24 10:24:47,209 - WARNING - The duration parameter of the Dataset PB-FSPOS/1022 is empty.
2026-02-24 10:24:47,211 - WARNING - The duration parameter of the Dataset PB-FSPOS/1022 is empty.
2026-02-24 10:24:47,211 - WARNING - The duration parameter of the Dataset PB-FSPOS/1022 is empty.
2026-02-24 10:24:47,212 - WARNING - The duration parameter of the Dataset PB-FSPOS/1022 is empty.
2026-02-24 10:24:47,213 - WARNING - The duration parameter of the Dataset PB-FSPOS/1022 is empty.
2026-02-24 10:24:47,213 - WARNING - The duration parameter of the Dataset PB-FSPOS/1022 is empty.
2026-02-24 10:24:47,214 - WARNING - The duration parameter of the Dataset PB-FSPOS/1022 is empty.
2026-02-24 10:24:47,214 - WARNING - The duration parameter of the Dataset PB-FSPOS/1022 is empty.
2026-02-24 10:24:47,214 - WARNING - The duration parameter of the Dataset PB-FSPOS/1022 is empty.
Not None
No time
2026-02-24 10:24:47,323 - WARNING - The duration parameter of the Dataset PB-FSPOS/1023 is empty.
2026-02-24 10:24:47,324 - WARNING - The duration parameter of the Dataset PB-FSPOS/1023 is empty.
2026-02-24 10:24:47,325 - WARNING - The duration parameter of the Dataset PB-FSPOS/1023 is empty.
2026-02-24 10:24:47,325 - WARNING - The duration parameter of the Dataset PB-FSPOS/1023 is empty.
2026-02-24 10:24:47,326 - WARNING - The duration parameter of the Dataset PB-FSPOS/1023 is empty.
2026-02-24 10:24:47,326 - WARNING - The duration parameter of the Dataset PB-FSPOS/1023 is empty.
2026-02-24 10:24:47,327 - WARNING - The duration parameter of the Dataset PB-FSPOS/1023 is empty.
2026-02-24 10:24:47,327 - WARNING - The duration parameter of the Dataset PB-FSPOS/1023 is empty.
2026-02-24 10:24:47,328 - WARNING - The duration parameter of the Dataset PB-FSPOS/1023 is empty.
Not None
No time
Not None
53 s
Not None
30 s
Not None
8 min 24 s 
Not None
5 min 30 s 
2026-02-24 10:24:47,926 - WARNING - The duration parameter of the Dataset PB-FSPOS/23 is empty.
2026-02-24 10:24:47,927 - WARNING - The duration parameter of the Dataset PB-FSPOS/23 is empty.
2026-02-24 10:24:47,928 - WARNING - The duration parameter of the Dataset PB-FSPOS/23 is empty.
2026-02-24 10:24:47,928 - WARNING - The duration parameter of the Dataset PB-FSPOS/23 is empty.
2026-02-24 10:24:47,929 - WARNING - The duration parameter of the Dataset PB-FSPOS/23 is empty.
2026-02-24 10:24:47,929 - WARNING - The duration parameter of the Dataset PB-FSPOS/23 is empty.
2026-02-24 10:24:47,930 - WARNING - The duration parameter of the Dataset PB-FSPOS/23 is empty.
2026-02-24 10:24:47,930 - WARNING - The duration parameter of the Dataset PB-FSPOS/23 is empty.
2026-02-24 10:24:47,931 - WARNING - The duration parameter of the Dataset PB-FSPOS/23 is empty.
Not None
No time
Not None
12 h 22 min 26 s 
Not None
5 h 9 min 54 s 
2026-02-24 10:24:48,249 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/13 is empty.
2026-02-24 10:24:48,250 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/13 is empty.
2026-02-24 10:24:48,251 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/13 is empty.
2026-02-24 10:24:48,252 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/13 is empty.
2026-02-24 10:24:48,252 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/13 is empty.
2026-02-24 10:24:48,253 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/13 is empty.
2026-02-24 10:24:48,253 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/13 is empty.
2026-02-24 10:24:48,254 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/13 is empty.
2026-02-24 10:24:48,254 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/13 is empty.
Not None
No time
2026-02-24 10:24:48,363 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/14 is empty.
2026-02-24 10:24:48,364 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/14 is empty.
2026-02-24 10:24:48,364 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/14 is empty.
2026-02-24 10:24:48,365 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/14 is empty.
2026-02-24 10:24:48,365 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/14 is empty.
2026-02-24 10:24:48,366 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/14 is empty.
2026-02-24 10:24:48,366 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/14 is empty.
2026-02-24 10:24:48,367 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/14 is empty.
2026-02-24 10:24:48,367 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/14 is empty.
Not None
No time
2026-02-24 10:24:48,494 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/15 is empty.
2026-02-24 10:24:48,495 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/15 is empty.
2026-02-24 10:24:48,495 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/15 is empty.
2026-02-24 10:24:48,496 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/15 is empty.
2026-02-24 10:24:48,496 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/15 is empty.
2026-02-24 10:24:48,497 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/15 is empty.
2026-02-24 10:24:48,497 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/15 is empty.
2026-02-24 10:24:48,498 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/15 is empty.
2026-02-24 10:24:48,498 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/15 is empty.
Not None
No time
2026-02-24 10:24:48,601 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/16 is empty.
2026-02-24 10:24:48,602 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/16 is empty.
2026-02-24 10:24:48,603 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/16 is empty.
2026-02-24 10:24:48,603 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/16 is empty.
2026-02-24 10:24:48,603 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/16 is empty.
2026-02-24 10:24:48,604 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/16 is empty.
2026-02-24 10:24:48,604 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/16 is empty.
2026-02-24 10:24:48,605 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/16 is empty.
2026-02-24 10:24:48,605 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/16 is empty.
Not None
No time
2026-02-24 10:24:48,712 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/17 is empty.
2026-02-24 10:24:48,714 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/17 is empty.
2026-02-24 10:24:48,714 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/17 is empty.
2026-02-24 10:24:48,715 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/17 is empty.
2026-02-24 10:24:48,715 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/17 is empty.
2026-02-24 10:24:48,715 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/17 is empty.
2026-02-24 10:24:48,716 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/17 is empty.
2026-02-24 10:24:48,716 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/17 is empty.
2026-02-24 10:24:48,716 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/17 is empty.
Not None
No time
2026-02-24 10:24:48,822 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/18 is empty.
2026-02-24 10:24:48,824 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/18 is empty.
2026-02-24 10:24:48,824 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/18 is empty.
2026-02-24 10:24:48,827 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/18 is empty.
2026-02-24 10:24:48,829 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/18 is empty.
2026-02-24 10:24:48,829 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/18 is empty.
2026-02-24 10:24:48,830 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/18 is empty.
2026-02-24 10:24:48,831 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/18 is empty.
2026-02-24 10:24:48,831 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/18 is empty.
Not None
No time
2026-02-24 10:24:48,942 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/19 is empty.
2026-02-24 10:24:48,943 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/19 is empty.
2026-02-24 10:24:48,944 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/19 is empty.
2026-02-24 10:24:48,945 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/19 is empty.
2026-02-24 10:24:48,945 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/19 is empty.
2026-02-24 10:24:48,946 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/19 is empty.
2026-02-24 10:24:48,946 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/19 is empty.
2026-02-24 10:24:48,946 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/19 is empty.
2026-02-24 10:24:48,947 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/19 is empty.
Not None
No time
2026-02-24 10:24:49,100 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/20 is empty.
2026-02-24 10:24:49,102 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/20 is empty.
2026-02-24 10:24:49,103 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/20 is empty.
2026-02-24 10:24:49,104 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/20 is empty.
2026-02-24 10:24:49,104 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/20 is empty.
2026-02-24 10:24:49,105 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/20 is empty.
2026-02-24 10:24:49,105 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/20 is empty.
2026-02-24 10:24:49,106 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/20 is empty.
2026-02-24 10:24:49,106 - WARNING - The duration parameter of the Dataset PB-FSPOS_2020/20 is empty.
Not None
No time
Not None
1 min 1 s 
2026-02-24 10:24:49,327 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1010 is empty.
2026-02-24 10:24:49,328 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1010 is empty.
2026-02-24 10:24:49,328 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1010 is empty.
2026-02-24 10:24:49,329 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1010 is empty.
2026-02-24 10:24:49,329 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1010 is empty.
2026-02-24 10:24:49,329 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1010 is empty.
2026-02-24 10:24:49,330 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1010 is empty.
2026-02-24 10:24:49,330 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1010 is empty.
2026-02-24 10:24:49,330 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1010 is empty.
Not None
No time
2026-02-24 10:24:49,435 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1011 is empty.
2026-02-24 10:24:49,436 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1011 is empty.
2026-02-24 10:24:49,437 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1011 is empty.
2026-02-24 10:24:49,437 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1011 is empty.
2026-02-24 10:24:49,438 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1011 is empty.
2026-02-24 10:24:49,438 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1011 is empty.
2026-02-24 10:24:49,438 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1011 is empty.
2026-02-24 10:24:49,439 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1011 is empty.
2026-02-24 10:24:49,439 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1011 is empty.
Not None
No time
2026-02-24 10:24:49,546 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1012 is empty.
2026-02-24 10:24:49,551 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1012 is empty.
2026-02-24 10:24:49,552 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1012 is empty.
2026-02-24 10:24:49,554 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1012 is empty.
2026-02-24 10:24:49,555 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1012 is empty.
2026-02-24 10:24:49,556 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1012 is empty.
2026-02-24 10:24:49,557 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1012 is empty.
2026-02-24 10:24:49,557 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1012 is empty.
2026-02-24 10:24:49,558 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1012 is empty.
Not None
No time
2026-02-24 10:24:49,677 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1013 is empty.
2026-02-24 10:24:49,678 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1013 is empty.
2026-02-24 10:24:49,678 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1013 is empty.
2026-02-24 10:24:49,679 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1013 is empty.
2026-02-24 10:24:49,680 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1013 is empty.
2026-02-24 10:24:49,680 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1013 is empty.
2026-02-24 10:24:49,681 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1013 is empty.
2026-02-24 10:24:49,681 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1013 is empty.
2026-02-24 10:24:49,682 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1013 is empty.
Not None
No time
2026-02-24 10:24:49,789 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1014 is empty.
2026-02-24 10:24:49,790 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1014 is empty.
2026-02-24 10:24:49,791 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1014 is empty.
2026-02-24 10:24:49,791 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1014 is empty.
2026-02-24 10:24:49,792 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1014 is empty.
2026-02-24 10:24:49,793 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1014 is empty.
2026-02-24 10:24:49,793 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1014 is empty.
2026-02-24 10:24:49,794 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1014 is empty.
2026-02-24 10:24:49,794 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1014 is empty.
Not None
No time
2026-02-24 10:24:49,905 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1015 is empty.
2026-02-24 10:24:49,907 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1015 is empty.
2026-02-24 10:24:49,907 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1015 is empty.
2026-02-24 10:24:49,908 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1015 is empty.
2026-02-24 10:24:49,909 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1015 is empty.
2026-02-24 10:24:49,909 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1015 is empty.
Not None
No time
2026-02-24 10:24:50,016 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1020 is empty.
2026-02-24 10:24:50,017 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1020 is empty.
2026-02-24 10:24:50,018 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1020 is empty.
2026-02-24 10:24:50,019 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1020 is empty.
2026-02-24 10:24:50,020 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1020 is empty.
2026-02-24 10:24:50,020 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1020 is empty.
2026-02-24 10:24:50,021 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1020 is empty.
2026-02-24 10:24:50,022 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1020 is empty.
2026-02-24 10:24:50,024 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1020 is empty.
Not None
No time
2026-02-24 10:24:50,155 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1021 is empty.
2026-02-24 10:24:50,157 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1021 is empty.
2026-02-24 10:24:50,157 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1021 is empty.
2026-02-24 10:24:50,158 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1021 is empty.
2026-02-24 10:24:50,158 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1021 is empty.
2026-02-24 10:24:50,159 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1021 is empty.
2026-02-24 10:24:50,159 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1021 is empty.
2026-02-24 10:24:50,160 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1021 is empty.
2026-02-24 10:24:50,160 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1021 is empty.
Not None
No time
2026-02-24 10:24:50,272 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1022 is empty.
2026-02-24 10:24:50,273 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1022 is empty.
2026-02-24 10:24:50,274 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1022 is empty.
2026-02-24 10:24:50,274 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1022 is empty.
2026-02-24 10:24:50,275 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1022 is empty.
2026-02-24 10:24:50,275 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1022 is empty.
2026-02-24 10:24:50,276 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1022 is empty.
2026-02-24 10:24:50,277 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1022 is empty.
2026-02-24 10:24:50,277 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1022 is empty.
Not None
No time
2026-02-24 10:24:50,389 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1023 is empty.
2026-02-24 10:24:50,390 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1023 is empty.
2026-02-24 10:24:50,390 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1023 is empty.
2026-02-24 10:24:50,391 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1023 is empty.
2026-02-24 10:24:50,391 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1023 is empty.
2026-02-24 10:24:50,392 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1023 is empty.
2026-02-24 10:24:50,392 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1023 is empty.
2026-02-24 10:24:50,392 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1023 is empty.
2026-02-24 10:24:50,393 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1023 is empty.
Not None
No time
2026-02-24 10:24:50,504 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1024 is empty.
2026-02-24 10:24:50,505 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1024 is empty.
2026-02-24 10:24:50,506 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1024 is empty.
2026-02-24 10:24:50,506 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1024 is empty.
2026-02-24 10:24:50,507 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1024 is empty.
2026-02-24 10:24:50,507 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1024 is empty.
2026-02-24 10:24:50,508 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1024 is empty.
2026-02-24 10:24:50,508 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1024 is empty.
2026-02-24 10:24:50,509 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1024 is empty.
Not None
No time
2026-02-24 10:24:50,625 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1025 is empty.
2026-02-24 10:24:50,626 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1025 is empty.
2026-02-24 10:24:50,627 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1025 is empty.
2026-02-24 10:24:50,627 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1025 is empty.
2026-02-24 10:24:50,627 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1025 is empty.
2026-02-24 10:24:50,628 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1025 is empty.
2026-02-24 10:24:50,628 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1025 is empty.
2026-02-24 10:24:50,629 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1025 is empty.
2026-02-24 10:24:50,629 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1025 is empty.
Not None
No time
2026-02-24 10:24:50,737 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1026 is empty.
2026-02-24 10:24:50,738 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1026 is empty.
2026-02-24 10:24:50,738 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1026 is empty.
2026-02-24 10:24:50,739 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1026 is empty.
2026-02-24 10:24:50,739 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1026 is empty.
2026-02-24 10:24:50,740 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1026 is empty.
2026-02-24 10:24:50,740 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1026 is empty.
2026-02-24 10:24:50,741 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1026 is empty.
2026-02-24 10:24:50,741 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1026 is empty.
Not None
No time
2026-02-24 10:24:50,850 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1027 is empty.
2026-02-24 10:24:50,851 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1027 is empty.
2026-02-24 10:24:50,851 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1027 is empty.
2026-02-24 10:24:50,852 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1027 is empty.
2026-02-24 10:24:50,853 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1027 is empty.
2026-02-24 10:24:50,853 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1027 is empty.
2026-02-24 10:24:50,854 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1027 is empty.
2026-02-24 10:24:50,854 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1027 is empty.
2026-02-24 10:24:50,854 - WARNING - The duration parameter of the Dataset PB-FSPOS_STD/1027 is empty.
Not None
No time
Not None
8 min 10 s 
Not None
8 min 13 s 
Not None
1 h 59 min 16 s 
Not None
2 h 10 s 
Not None
6 h 24 min 9 s 
Not None
57 s
Not None
2 min 36 s 
Not None
18 min 43 s 
Not None
3 h 6 min 10 s 
Not None
15 h 27 min 54 s 
Not None
2 h 4 min 31 s 
Not None
6 min 32 s 
Not None
6 min 37 s 
2026-02-24 10:24:52,700 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/21 is empty.
2026-02-24 10:24:52,702 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/21 is empty.
2026-02-24 10:24:52,702 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/21 is empty.
2026-02-24 10:24:52,703 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/21 is empty.
2026-02-24 10:24:52,703 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/21 is empty.
2026-02-24 10:24:52,704 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/21 is empty.
2026-02-24 10:24:52,704 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/21 is empty.
2026-02-24 10:24:52,705 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/21 is empty.
2026-02-24 10:24:52,705 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/21 is empty.
Not None
No time
2026-02-24 10:24:52,812 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/22 is empty.
2026-02-24 10:24:52,813 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/22 is empty.
2026-02-24 10:24:52,814 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/22 is empty.
2026-02-24 10:24:52,814 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/22 is empty.
2026-02-24 10:24:52,815 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/22 is empty.
2026-02-24 10:24:52,816 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/22 is empty.
2026-02-24 10:24:52,816 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/22 is empty.
2026-02-24 10:24:52,817 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/22 is empty.
2026-02-24 10:24:52,817 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/22 is empty.
Not None
No time
Not None
6 min 37 s 
2026-02-24 10:24:53,032 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/31 is empty.
2026-02-24 10:24:53,034 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/31 is empty.
2026-02-24 10:24:53,034 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/31 is empty.
2026-02-24 10:24:53,035 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/31 is empty.
2026-02-24 10:24:53,035 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/31 is empty.
2026-02-24 10:24:53,036 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/31 is empty.
2026-02-24 10:24:53,037 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/31 is empty.
2026-02-24 10:24:53,037 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/31 is empty.
2026-02-24 10:24:53,038 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/31 is empty.
Not None
No time
2026-02-24 10:24:53,140 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/32 is empty.
2026-02-24 10:24:53,141 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/32 is empty.
2026-02-24 10:24:53,142 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/32 is empty.
2026-02-24 10:24:53,143 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/32 is empty.
2026-02-24 10:24:53,143 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/32 is empty.
2026-02-24 10:24:53,144 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/32 is empty.
2026-02-24 10:24:53,144 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/32 is empty.
2026-02-24 10:24:53,145 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/32 is empty.
2026-02-24 10:24:53,145 - WARNING - The duration parameter of the Dataset PB-OA-001_0.2mM/32 is empty.
Not None
No time
Not None
1 min 27 s 
Not None
24 min 
Not None
3 min 1 s 
Not None
23 s
Not None
12 s
Not None
7 min 
Not None
23 min 55 s 
Not None
37 s
2026-02-24 10:24:54,129 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1012 is empty.
2026-02-24 10:24:54,130 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1012 is empty.
2026-02-24 10:24:54,131 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1012 is empty.
2026-02-24 10:24:54,154 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1012 is empty.
2026-02-24 10:24:54,155 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1012 is empty.
2026-02-24 10:24:54,155 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1012 is empty.
2026-02-24 10:24:54,156 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1012 is empty.
2026-02-24 10:24:54,156 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1012 is empty.
2026-02-24 10:24:54,157 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1012 is empty.
Not None
No time
2026-02-24 10:24:54,263 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1013 is empty.
2026-02-24 10:24:54,264 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1013 is empty.
2026-02-24 10:24:54,265 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1013 is empty.
2026-02-24 10:24:54,265 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1013 is empty.
2026-02-24 10:24:54,266 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1013 is empty.
2026-02-24 10:24:54,267 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1013 is empty.
2026-02-24 10:24:54,267 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1013 is empty.
2026-02-24 10:24:54,268 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1013 is empty.
2026-02-24 10:24:54,268 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1013 is empty.
Not None
No time
Not None
6 min 37 s 
Not None
3 h 6 min 10 s 
2026-02-24 10:24:54,594 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/111 is empty.
2026-02-24 10:24:54,595 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/111 is empty.
2026-02-24 10:24:54,596 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/111 is empty.
2026-02-24 10:24:54,597 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/111 is empty.
2026-02-24 10:24:54,598 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/111 is empty.
2026-02-24 10:24:54,598 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/111 is empty.
2026-02-24 10:24:54,599 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/111 is empty.
2026-02-24 10:24:54,599 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/111 is empty.
2026-02-24 10:24:54,600 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/111 is empty.
Not None
No time
2026-02-24 10:24:54,721 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1130 is empty.
2026-02-24 10:24:54,722 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1130 is empty.
2026-02-24 10:24:54,722 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1130 is empty.
2026-02-24 10:24:54,723 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1130 is empty.
2026-02-24 10:24:54,723 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1130 is empty.
2026-02-24 10:24:54,724 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1130 is empty.
2026-02-24 10:24:54,724 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1130 is empty.
2026-02-24 10:24:54,725 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1130 is empty.
2026-02-24 10:24:54,725 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1130 is empty.
Not None
No time
2026-02-24 10:24:54,848 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/112 is empty.
2026-02-24 10:24:54,849 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/112 is empty.
2026-02-24 10:24:54,849 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/112 is empty.
2026-02-24 10:24:54,849 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/112 is empty.
2026-02-24 10:24:54,850 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/112 is empty.
2026-02-24 10:24:54,850 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/112 is empty.
2026-02-24 10:24:54,850 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/112 is empty.
2026-02-24 10:24:54,851 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/112 is empty.
2026-02-24 10:24:54,851 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/112 is empty.
Not None
No time
Not None
25 min 17 s 
2026-02-24 10:24:55,100 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1131 is empty.
2026-02-24 10:24:55,101 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1131 is empty.
2026-02-24 10:24:55,101 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1131 is empty.
2026-02-24 10:24:55,102 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1131 is empty.
2026-02-24 10:24:55,103 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1131 is empty.
2026-02-24 10:24:55,104 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1131 is empty.
2026-02-24 10:24:55,104 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1131 is empty.
2026-02-24 10:24:55,105 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1131 is empty.
2026-02-24 10:24:55,105 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/1131 is empty.
Not None
No time
2026-02-24 10:24:55,238 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/116 is empty.
2026-02-24 10:24:55,240 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/116 is empty.
2026-02-24 10:24:55,240 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/116 is empty.
2026-02-24 10:24:55,241 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/116 is empty.
2026-02-24 10:24:55,241 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/116 is empty.
2026-02-24 10:24:55,241 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/116 is empty.
2026-02-24 10:24:55,242 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/116 is empty.
2026-02-24 10:24:55,242 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/116 is empty.
2026-02-24 10:24:55,243 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/116 is empty.
Not None
No time
2026-02-24 10:24:55,349 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/117 is empty.
2026-02-24 10:24:55,350 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/117 is empty.
2026-02-24 10:24:55,350 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/117 is empty.
2026-02-24 10:24:55,351 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/117 is empty.
2026-02-24 10:24:55,351 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/117 is empty.
2026-02-24 10:24:55,352 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/117 is empty.
2026-02-24 10:24:55,352 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/117 is empty.
2026-02-24 10:24:55,353 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/117 is empty.
2026-02-24 10:24:55,353 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/117 is empty.
Not None
No time
2026-02-24 10:24:55,472 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/118 is empty.
2026-02-24 10:24:55,473 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/118 is empty.
2026-02-24 10:24:55,473 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/118 is empty.
2026-02-24 10:24:55,474 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/118 is empty.
2026-02-24 10:24:55,474 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/118 is empty.
2026-02-24 10:24:55,475 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/118 is empty.
2026-02-24 10:24:55,475 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/118 is empty.
2026-02-24 10:24:55,475 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/118 is empty.
2026-02-24 10:24:55,476 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/118 is empty.
Not None
No time
2026-02-24 10:24:55,591 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/119 is empty.
2026-02-24 10:24:55,592 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/119 is empty.
2026-02-24 10:24:55,593 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/119 is empty.
2026-02-24 10:24:55,593 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/119 is empty.
2026-02-24 10:24:55,594 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/119 is empty.
2026-02-24 10:24:55,594 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/119 is empty.
2026-02-24 10:24:55,595 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/119 is empty.
2026-02-24 10:24:55,595 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/119 is empty.
2026-02-24 10:24:55,596 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/119 is empty.
Not None
No time
Not None
3 h 7 min 25 s 
2026-02-24 10:24:55,815 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/120 is empty.
2026-02-24 10:24:55,816 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/120 is empty.
2026-02-24 10:24:55,816 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/120 is empty.
2026-02-24 10:24:55,817 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/120 is empty.
2026-02-24 10:24:55,818 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/120 is empty.
2026-02-24 10:24:55,818 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/120 is empty.
2026-02-24 10:24:55,819 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/120 is empty.
2026-02-24 10:24:55,819 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/120 is empty.
2026-02-24 10:24:55,820 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/120 is empty.
Not None
No time
2026-02-24 10:24:55,969 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/121 is empty.
2026-02-24 10:24:55,970 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/121 is empty.
2026-02-24 10:24:55,970 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/121 is empty.
2026-02-24 10:24:55,971 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/121 is empty.
2026-02-24 10:24:55,972 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/121 is empty.
2026-02-24 10:24:55,972 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/121 is empty.
2026-02-24 10:24:55,973 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/121 is empty.
2026-02-24 10:24:55,975 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/121 is empty.
2026-02-24 10:24:55,976 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/121 is empty.
Not None
No time
Not None
3 h 7 min 24 s 
2026-02-24 10:24:56,204 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/132 is empty.
2026-02-24 10:24:56,205 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/132 is empty.
2026-02-24 10:24:56,206 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/132 is empty.
2026-02-24 10:24:56,206 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/132 is empty.
2026-02-24 10:24:56,206 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/132 is empty.
2026-02-24 10:24:56,207 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/132 is empty.
2026-02-24 10:24:56,207 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/132 is empty.
2026-02-24 10:24:56,207 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/132 is empty.
2026-02-24 10:24:56,208 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/132 is empty.
Not None
No time
2026-02-24 10:24:56,316 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/131 is empty.
2026-02-24 10:24:56,317 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/131 is empty.
2026-02-24 10:24:56,318 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/131 is empty.
2026-02-24 10:24:56,318 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/131 is empty.
2026-02-24 10:24:56,318 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/131 is empty.
2026-02-24 10:24:56,319 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/131 is empty.
2026-02-24 10:24:56,319 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/131 is empty.
2026-02-24 10:24:56,320 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/131 is empty.
2026-02-24 10:24:56,320 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/131 is empty.
Not None
No time
Not None
6 min 40 s 
2026-02-24 10:24:56,530 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/21 is empty.
2026-02-24 10:24:56,531 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/21 is empty.
2026-02-24 10:24:56,532 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/21 is empty.
2026-02-24 10:24:56,532 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/21 is empty.
2026-02-24 10:24:56,533 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/21 is empty.
2026-02-24 10:24:56,534 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/21 is empty.
2026-02-24 10:24:56,534 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/21 is empty.
2026-02-24 10:24:56,535 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/21 is empty.
2026-02-24 10:24:56,535 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/21 is empty.
Not None
No time
Not None
1 min 55 s 
2026-02-24 10:24:56,819 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/22 is empty.
2026-02-24 10:24:56,820 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/22 is empty.
2026-02-24 10:24:56,820 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/22 is empty.
2026-02-24 10:24:56,821 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/22 is empty.
2026-02-24 10:24:56,821 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/22 is empty.
2026-02-24 10:24:56,822 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/22 is empty.
2026-02-24 10:24:56,822 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/22 is empty.
2026-02-24 10:24:56,822 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/22 is empty.
2026-02-24 10:24:56,823 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/22 is empty.
Not None
No time
Not None
6 min 37 s 
2026-02-24 10:24:57,043 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/31 is empty.
2026-02-24 10:24:57,044 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/31 is empty.
2026-02-24 10:24:57,045 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/31 is empty.
2026-02-24 10:24:57,045 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/31 is empty.
2026-02-24 10:24:57,045 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/31 is empty.
2026-02-24 10:24:57,045 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/31 is empty.
2026-02-24 10:24:57,046 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/31 is empty.
2026-02-24 10:24:57,046 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/31 is empty.
2026-02-24 10:24:57,046 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/31 is empty.
Not None
No time
2026-02-24 10:24:57,161 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/32 is empty.
2026-02-24 10:24:57,162 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/32 is empty.
2026-02-24 10:24:57,163 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/32 is empty.
2026-02-24 10:24:57,164 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/32 is empty.
2026-02-24 10:24:57,164 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/32 is empty.
2026-02-24 10:24:57,165 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/32 is empty.
2026-02-24 10:24:57,165 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/32 is empty.
2026-02-24 10:24:57,166 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/32 is empty.
2026-02-24 10:24:57,166 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM/32 is empty.
Not None
No time
Not None
2 min 58 s 
Not None
2 min 54 s 
Not None
3 min 8 s 
Not None
2 min 54 s 
Not None
2 min 58 s 
Not None
23 min 55 s 
Not None
3 min 
Not None
23 min 59 s 
Not None
6 min 37 s 
2026-02-24 10:24:58,385 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/111 is empty.
2026-02-24 10:24:58,386 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/111 is empty.
2026-02-24 10:24:58,386 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/111 is empty.
2026-02-24 10:24:58,386 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/111 is empty.
2026-02-24 10:24:58,387 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/111 is empty.
2026-02-24 10:24:58,387 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/111 is empty.
2026-02-24 10:24:58,388 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/111 is empty.
2026-02-24 10:24:58,388 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/111 is empty.
2026-02-24 10:24:58,388 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/111 is empty.
Not None
No time
2026-02-24 10:24:58,500 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/112 is empty.
2026-02-24 10:24:58,501 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/112 is empty.
2026-02-24 10:24:58,502 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/112 is empty.
2026-02-24 10:24:58,502 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/112 is empty.
2026-02-24 10:24:58,503 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/112 is empty.
2026-02-24 10:24:58,504 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/112 is empty.
2026-02-24 10:24:58,505 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/112 is empty.
2026-02-24 10:24:58,505 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/112 is empty.
2026-02-24 10:24:58,506 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/112 is empty.
Not None
No time
2026-02-24 10:24:59,021 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1130 is empty.
2026-02-24 10:24:59,022 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1130 is empty.
2026-02-24 10:24:59,022 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1130 is empty.
2026-02-24 10:24:59,023 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1130 is empty.
2026-02-24 10:24:59,023 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1130 is empty.
2026-02-24 10:24:59,023 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1130 is empty.
2026-02-24 10:24:59,024 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1130 is empty.
2026-02-24 10:24:59,024 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1130 is empty.
2026-02-24 10:24:59,025 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1130 is empty.
Not None
No time
Not None
25 min 18 s 
2026-02-24 10:24:59,236 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1131 is empty.
2026-02-24 10:24:59,237 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1131 is empty.
2026-02-24 10:24:59,238 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1131 is empty.
2026-02-24 10:24:59,238 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1131 is empty.
2026-02-24 10:24:59,239 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1131 is empty.
2026-02-24 10:24:59,240 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1131 is empty.
2026-02-24 10:24:59,240 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1131 is empty.
2026-02-24 10:24:59,240 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1131 is empty.
2026-02-24 10:24:59,241 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/1131 is empty.
Not None
No time
2026-02-24 10:24:59,348 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/116 is empty.
2026-02-24 10:24:59,350 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/116 is empty.
2026-02-24 10:24:59,350 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/116 is empty.
2026-02-24 10:24:59,350 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/116 is empty.
2026-02-24 10:24:59,351 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/116 is empty.
2026-02-24 10:24:59,351 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/116 is empty.
2026-02-24 10:24:59,351 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/116 is empty.
2026-02-24 10:24:59,351 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/116 is empty.
2026-02-24 10:24:59,352 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/116 is empty.
Not None
No time
2026-02-24 10:24:59,462 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/117 is empty.
2026-02-24 10:24:59,464 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/117 is empty.
2026-02-24 10:24:59,464 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/117 is empty.
2026-02-24 10:24:59,465 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/117 is empty.
2026-02-24 10:24:59,466 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/117 is empty.
2026-02-24 10:24:59,466 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/117 is empty.
2026-02-24 10:24:59,467 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/117 is empty.
2026-02-24 10:24:59,467 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/117 is empty.
2026-02-24 10:24:59,468 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/117 is empty.
Not None
No time
2026-02-24 10:24:59,578 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/118 is empty.
2026-02-24 10:24:59,579 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/118 is empty.
2026-02-24 10:24:59,579 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/118 is empty.
2026-02-24 10:24:59,580 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/118 is empty.
2026-02-24 10:24:59,581 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/118 is empty.
2026-02-24 10:24:59,581 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/118 is empty.
2026-02-24 10:24:59,582 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/118 is empty.
2026-02-24 10:24:59,582 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/118 is empty.
2026-02-24 10:24:59,583 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/118 is empty.
Not None
No time
2026-02-24 10:24:59,688 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/119 is empty.
2026-02-24 10:24:59,690 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/119 is empty.
2026-02-24 10:24:59,691 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/119 is empty.
2026-02-24 10:24:59,692 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/119 is empty.
2026-02-24 10:24:59,693 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/119 is empty.
2026-02-24 10:24:59,694 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/119 is empty.
2026-02-24 10:24:59,695 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/119 is empty.
2026-02-24 10:24:59,695 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/119 is empty.
2026-02-24 10:24:59,696 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/119 is empty.
Not None
No time
Not None
30 min 47 s 
2026-02-24 10:24:59,912 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/120 is empty.
2026-02-24 10:24:59,913 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/120 is empty.
2026-02-24 10:24:59,913 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/120 is empty.
2026-02-24 10:24:59,914 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/120 is empty.
2026-02-24 10:24:59,914 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/120 is empty.
2026-02-24 10:24:59,914 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/120 is empty.
2026-02-24 10:24:59,915 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/120 is empty.
2026-02-24 10:24:59,916 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/120 is empty.
2026-02-24 10:24:59,916 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/120 is empty.
Not None
No time
2026-02-24 10:25:00,020 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/121 is empty.
2026-02-24 10:25:00,021 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/121 is empty.
2026-02-24 10:25:00,022 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/121 is empty.
2026-02-24 10:25:00,022 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/121 is empty.
2026-02-24 10:25:00,023 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/121 is empty.
2026-02-24 10:25:00,023 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/121 is empty.
2026-02-24 10:25:00,024 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/121 is empty.
2026-02-24 10:25:00,024 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/121 is empty.
2026-02-24 10:25:00,025 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/121 is empty.
Not None
No time
2026-02-24 10:25:00,138 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/13 is empty.
2026-02-24 10:25:00,139 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/13 is empty.
2026-02-24 10:25:00,140 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/13 is empty.
2026-02-24 10:25:00,141 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/13 is empty.
2026-02-24 10:25:00,141 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/13 is empty.
2026-02-24 10:25:00,141 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/13 is empty.
2026-02-24 10:25:00,142 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/13 is empty.
2026-02-24 10:25:00,142 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/13 is empty.
2026-02-24 10:25:00,143 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/13 is empty.
Not None
No time
Not None
3 h 7 min 25 s 
2026-02-24 10:25:00,367 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/131 is empty.
2026-02-24 10:25:00,368 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/131 is empty.
2026-02-24 10:25:00,368 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/131 is empty.
2026-02-24 10:25:00,369 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/131 is empty.
2026-02-24 10:25:00,369 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/131 is empty.
2026-02-24 10:25:00,370 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/131 is empty.
2026-02-24 10:25:00,370 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/131 is empty.
2026-02-24 10:25:00,371 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/131 is empty.
2026-02-24 10:25:00,371 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/131 is empty.
Not None
No time
2026-02-24 10:25:00,476 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/132 is empty.
2026-02-24 10:25:00,477 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/132 is empty.
2026-02-24 10:25:00,478 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/132 is empty.
2026-02-24 10:25:00,479 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/132 is empty.
2026-02-24 10:25:00,480 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/132 is empty.
2026-02-24 10:25:00,480 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/132 is empty.
2026-02-24 10:25:00,481 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/132 is empty.
2026-02-24 10:25:00,481 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/132 is empty.
2026-02-24 10:25:00,482 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/132 is empty.
Not None
No time
Not None
2 min 54 s 
Not None
6 min 41 s 
2026-02-24 10:25:00,873 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/31 is empty.
2026-02-24 10:25:00,874 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/31 is empty.
2026-02-24 10:25:00,875 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/31 is empty.
2026-02-24 10:25:00,875 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/31 is empty.
2026-02-24 10:25:00,875 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/31 is empty.
2026-02-24 10:25:00,876 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/31 is empty.
2026-02-24 10:25:00,876 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/31 is empty.
2026-02-24 10:25:00,876 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/31 is empty.
2026-02-24 10:25:00,877 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/31 is empty.
Not None
No time
2026-02-24 10:25:00,988 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/14 is empty.
2026-02-24 10:25:00,989 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/14 is empty.
2026-02-24 10:25:00,990 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/14 is empty.
2026-02-24 10:25:00,990 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/14 is empty.
2026-02-24 10:25:00,991 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/14 is empty.
2026-02-24 10:25:00,992 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/14 is empty.
2026-02-24 10:25:00,992 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/14 is empty.
2026-02-24 10:25:00,993 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/14 is empty.
2026-02-24 10:25:00,993 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/14 is empty.
Not None
No time
2026-02-24 10:25:01,104 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/32 is empty.
2026-02-24 10:25:01,106 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/32 is empty.
2026-02-24 10:25:01,106 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/32 is empty.
2026-02-24 10:25:01,107 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/32 is empty.
2026-02-24 10:25:01,108 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/32 is empty.
2026-02-24 10:25:01,108 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/32 is empty.
2026-02-24 10:25:01,109 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/32 is empty.
2026-02-24 10:25:01,109 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/32 is empty.
2026-02-24 10:25:01,110 - WARNING - The duration parameter of the Dataset PB-OA-001_2mM_NC/32 is empty.
Not None
No time
Not None
2 min 36 s 
Not None
23 min 56 s 
Not None
25 min 18 s 
2026-02-24 10:25:01,546 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/13 is empty.
2026-02-24 10:25:01,547 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/13 is empty.
2026-02-24 10:25:01,548 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/13 is empty.
2026-02-24 10:25:01,548 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/13 is empty.
2026-02-24 10:25:01,549 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/13 is empty.
2026-02-24 10:25:01,549 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/13 is empty.
2026-02-24 10:25:01,549 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/13 is empty.
2026-02-24 10:25:01,550 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/13 is empty.
2026-02-24 10:25:01,550 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/13 is empty.
Not None
No time
2026-02-24 10:25:01,669 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/14 is empty.
2026-02-24 10:25:01,670 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/14 is empty.
2026-02-24 10:25:01,670 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/14 is empty.
2026-02-24 10:25:01,671 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/14 is empty.
2026-02-24 10:25:01,671 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/14 is empty.
2026-02-24 10:25:01,672 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/14 is empty.
2026-02-24 10:25:01,673 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/14 is empty.
2026-02-24 10:25:01,673 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/14 is empty.
2026-02-24 10:25:01,674 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/14 is empty.
Not None
No time
2026-02-24 10:25:01,779 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/15 is empty.
2026-02-24 10:25:01,780 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/15 is empty.
2026-02-24 10:25:01,781 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/15 is empty.
2026-02-24 10:25:01,781 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/15 is empty.
2026-02-24 10:25:01,782 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/15 is empty.
2026-02-24 10:25:01,783 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/15 is empty.
2026-02-24 10:25:01,783 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/15 is empty.
2026-02-24 10:25:01,784 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/15 is empty.
2026-02-24 10:25:01,785 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/15 is empty.
Not None
No time
2026-02-24 10:25:01,887 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/17 is empty.
2026-02-24 10:25:01,888 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/17 is empty.
2026-02-24 10:25:01,889 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/17 is empty.
2026-02-24 10:25:01,889 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/17 is empty.
2026-02-24 10:25:01,889 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/17 is empty.
2026-02-24 10:25:01,890 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/17 is empty.
2026-02-24 10:25:01,890 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/17 is empty.
2026-02-24 10:25:01,891 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/17 is empty.
2026-02-24 10:25:01,891 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/17 is empty.
Not None
No time
2026-02-24 10:25:01,999 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/16 is empty.
2026-02-24 10:25:02,000 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/16 is empty.
2026-02-24 10:25:02,000 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/16 is empty.
2026-02-24 10:25:02,001 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/16 is empty.
2026-02-24 10:25:02,002 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/16 is empty.
2026-02-24 10:25:02,002 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/16 is empty.
2026-02-24 10:25:02,003 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/16 is empty.
2026-02-24 10:25:02,003 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/16 is empty.
2026-02-24 10:25:02,004 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/16 is empty.
Not None
No time
2026-02-24 10:25:02,109 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/18 is empty.
2026-02-24 10:25:02,110 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/18 is empty.
2026-02-24 10:25:02,110 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/18 is empty.
2026-02-24 10:25:02,111 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/18 is empty.
2026-02-24 10:25:02,112 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/18 is empty.
2026-02-24 10:25:02,112 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/18 is empty.
2026-02-24 10:25:02,113 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/18 is empty.
2026-02-24 10:25:02,114 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/18 is empty.
2026-02-24 10:25:02,114 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/18 is empty.
Not None
No time
Not None
2 min 36 s 
Not None
3 h 7 min 25 s 
2026-02-24 10:25:02,428 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/22 is empty.
2026-02-24 10:25:02,430 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/22 is empty.
2026-02-24 10:25:02,430 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/22 is empty.
2026-02-24 10:25:02,431 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/22 is empty.
2026-02-24 10:25:02,431 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/22 is empty.
2026-02-24 10:25:02,432 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/22 is empty.
2026-02-24 10:25:02,433 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/22 is empty.
2026-02-24 10:25:02,433 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/22 is empty.
2026-02-24 10:25:02,434 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/22 is empty.
Not None
No time
2026-02-24 10:25:02,545 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/23 is empty.
2026-02-24 10:25:02,546 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/23 is empty.
2026-02-24 10:25:02,546 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/23 is empty.
2026-02-24 10:25:02,546 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/23 is empty.
2026-02-24 10:25:02,547 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/23 is empty.
2026-02-24 10:25:02,548 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/23 is empty.
2026-02-24 10:25:02,548 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/23 is empty.
2026-02-24 10:25:02,549 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/23 is empty.
2026-02-24 10:25:02,550 - WARNING - The duration parameter of the Dataset PB-OA-002_2mM/23 is empty.
Not None
No time
Not None
2 min 36 s 
Not None
12 min 4 s 
Not None
3 min 43 s 
Not None
2 min 24 s 
Not None
12 min 28 s 
Not None
2 min 36 s 
Not None
25 min 17 s 
2026-02-24 10:25:03,448 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/13 is empty.
2026-02-24 10:25:03,449 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/13 is empty.
2026-02-24 10:25:03,472 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/13 is empty.
2026-02-24 10:25:03,473 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/13 is empty.
2026-02-24 10:25:03,473 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/13 is empty.
2026-02-24 10:25:03,474 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/13 is empty.
2026-02-24 10:25:03,475 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/13 is empty.
2026-02-24 10:25:03,475 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/13 is empty.
2026-02-24 10:25:03,476 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/13 is empty.
Not None
No time
2026-02-24 10:25:03,582 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/14 is empty.
2026-02-24 10:25:03,583 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/14 is empty.
2026-02-24 10:25:03,583 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/14 is empty.
2026-02-24 10:25:03,584 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/14 is empty.
2026-02-24 10:25:03,585 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/14 is empty.
2026-02-24 10:25:03,585 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/14 is empty.
2026-02-24 10:25:03,586 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/14 is empty.
2026-02-24 10:25:03,587 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/14 is empty.
2026-02-24 10:25:03,587 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/14 is empty.
Not None
No time
2026-02-24 10:25:03,694 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/15 is empty.
2026-02-24 10:25:03,695 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/15 is empty.
2026-02-24 10:25:03,696 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/15 is empty.
2026-02-24 10:25:03,696 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/15 is empty.
2026-02-24 10:25:03,696 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/15 is empty.
2026-02-24 10:25:03,697 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/15 is empty.
2026-02-24 10:25:03,697 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/15 is empty.
2026-02-24 10:25:03,697 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/15 is empty.
2026-02-24 10:25:03,697 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/15 is empty.
Not None
No time
2026-02-24 10:25:03,799 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/16 is empty.
2026-02-24 10:25:03,801 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/16 is empty.
2026-02-24 10:25:03,802 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/16 is empty.
2026-02-24 10:25:03,803 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/16 is empty.
2026-02-24 10:25:03,803 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/16 is empty.
2026-02-24 10:25:03,804 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/16 is empty.
2026-02-24 10:25:03,804 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/16 is empty.
2026-02-24 10:25:03,805 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/16 is empty.
2026-02-24 10:25:03,806 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/16 is empty.
Not None
No time
2026-02-24 10:25:03,921 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/17 is empty.
2026-02-24 10:25:03,922 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/17 is empty.
2026-02-24 10:25:03,923 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/17 is empty.
2026-02-24 10:25:03,923 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/17 is empty.
2026-02-24 10:25:03,924 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/17 is empty.
2026-02-24 10:25:03,924 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/17 is empty.
2026-02-24 10:25:03,925 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/17 is empty.
2026-02-24 10:25:03,926 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/17 is empty.
2026-02-24 10:25:03,926 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/17 is empty.
Not None
No time
2026-02-24 10:25:04,031 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/18 is empty.
2026-02-24 10:25:04,032 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/18 is empty.
2026-02-24 10:25:04,033 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/18 is empty.
2026-02-24 10:25:04,033 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/18 is empty.
2026-02-24 10:25:04,034 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/18 is empty.
2026-02-24 10:25:04,034 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/18 is empty.
2026-02-24 10:25:04,035 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/18 is empty.
2026-02-24 10:25:04,035 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/18 is empty.
2026-02-24 10:25:04,036 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/18 is empty.
Not None
No time
Not None
3 h 7 min 25 s 
Not None
2 min 36 s 
2026-02-24 10:25:04,400 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/22 is empty.
2026-02-24 10:25:04,401 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/22 is empty.
2026-02-24 10:25:04,402 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/22 is empty.
2026-02-24 10:25:04,402 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/22 is empty.
2026-02-24 10:25:04,403 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/22 is empty.
2026-02-24 10:25:04,404 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/22 is empty.
2026-02-24 10:25:04,404 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/22 is empty.
2026-02-24 10:25:04,405 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/22 is empty.
2026-02-24 10:25:04,405 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/22 is empty.
Not None
No time
2026-02-24 10:25:04,511 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/23 is empty.
2026-02-24 10:25:04,513 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/23 is empty.
2026-02-24 10:25:04,513 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/23 is empty.
2026-02-24 10:25:04,514 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/23 is empty.
2026-02-24 10:25:04,514 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/23 is empty.
2026-02-24 10:25:04,515 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/23 is empty.
2026-02-24 10:25:04,515 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/23 is empty.
2026-02-24 10:25:04,515 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/23 is empty.
2026-02-24 10:25:04,516 - WARNING - The duration parameter of the Dataset PB-OA-003_2mM/23 is empty.
Not None
No time
Not None
23 min 56 s 
Not None
2 min 36 s 
Not None
23 min 56 s 
2026-02-24 10:25:05,294 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/13 is empty.
2026-02-24 10:25:05,295 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/13 is empty.
2026-02-24 10:25:05,296 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/13 is empty.
2026-02-24 10:25:05,296 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/13 is empty.
2026-02-24 10:25:05,297 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/13 is empty.
2026-02-24 10:25:05,298 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/13 is empty.
2026-02-24 10:25:05,299 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/13 is empty.
2026-02-24 10:25:05,299 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/13 is empty.
2026-02-24 10:25:05,300 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/13 is empty.
Not None
No time
Not None
25 min 18 s 
2026-02-24 10:25:05,513 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/14 is empty.
2026-02-24 10:25:05,514 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/14 is empty.
2026-02-24 10:25:05,515 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/14 is empty.
2026-02-24 10:25:05,515 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/14 is empty.
2026-02-24 10:25:05,516 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/14 is empty.
2026-02-24 10:25:05,517 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/14 is empty.
2026-02-24 10:25:05,517 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/14 is empty.
2026-02-24 10:25:05,518 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/14 is empty.
2026-02-24 10:25:05,518 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/14 is empty.
Not None
No time
2026-02-24 10:25:05,626 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/15 is empty.
2026-02-24 10:25:05,628 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/15 is empty.
2026-02-24 10:25:05,628 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/15 is empty.
2026-02-24 10:25:05,629 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/15 is empty.
2026-02-24 10:25:05,630 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/15 is empty.
2026-02-24 10:25:05,630 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/15 is empty.
2026-02-24 10:25:05,631 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/15 is empty.
2026-02-24 10:25:05,631 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/15 is empty.
2026-02-24 10:25:05,632 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/15 is empty.
Not None
No time
2026-02-24 10:25:05,752 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/16 is empty.
2026-02-24 10:25:05,753 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/16 is empty.
2026-02-24 10:25:05,754 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/16 is empty.
2026-02-24 10:25:05,754 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/16 is empty.
2026-02-24 10:25:05,755 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/16 is empty.
2026-02-24 10:25:05,756 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/16 is empty.
2026-02-24 10:25:05,756 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/16 is empty.
2026-02-24 10:25:05,757 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/16 is empty.
2026-02-24 10:25:05,757 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/16 is empty.
Not None
No time
2026-02-24 10:25:06,296 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/17 is empty.
2026-02-24 10:25:06,297 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/17 is empty.
2026-02-24 10:25:06,298 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/17 is empty.
2026-02-24 10:25:06,298 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/17 is empty.
2026-02-24 10:25:06,299 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/17 is empty.
2026-02-24 10:25:06,299 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/17 is empty.
2026-02-24 10:25:06,300 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/17 is empty.
2026-02-24 10:25:06,300 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/17 is empty.
2026-02-24 10:25:06,301 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/17 is empty.
Not None
No time
2026-02-24 10:25:06,606 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/18 is empty.
2026-02-24 10:25:06,607 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/18 is empty.
2026-02-24 10:25:06,608 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/18 is empty.
2026-02-24 10:25:06,608 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/18 is empty.
2026-02-24 10:25:06,609 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/18 is empty.
2026-02-24 10:25:06,610 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/18 is empty.
2026-02-24 10:25:06,610 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/18 is empty.
2026-02-24 10:25:06,611 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/18 is empty.
2026-02-24 10:25:06,611 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/18 is empty.
Not None
No time
Not None
3 h 7 min 25 s 
Not None
2 min 36 s 
2026-02-24 10:25:07,636 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/22 is empty.
2026-02-24 10:25:07,637 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/22 is empty.
2026-02-24 10:25:07,638 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/22 is empty.
2026-02-24 10:25:07,638 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/22 is empty.
2026-02-24 10:25:07,639 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/22 is empty.
2026-02-24 10:25:07,639 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/22 is empty.
2026-02-24 10:25:07,640 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/22 is empty.
2026-02-24 10:25:07,640 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/22 is empty.
2026-02-24 10:25:07,641 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/22 is empty.
Not None
No time
2026-02-24 10:25:08,046 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/23 is empty.
2026-02-24 10:25:08,047 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/23 is empty.
2026-02-24 10:25:08,048 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/23 is empty.
2026-02-24 10:25:08,048 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/23 is empty.
2026-02-24 10:25:08,049 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/23 is empty.
2026-02-24 10:25:08,050 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/23 is empty.
2026-02-24 10:25:08,050 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/23 is empty.
2026-02-24 10:25:08,051 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/23 is empty.
2026-02-24 10:25:08,051 - WARNING - The duration parameter of the Dataset PB-OA-004_2mM/23 is empty.
Not None
No time
Not None
2 min 36 s 
Not None
12 min 25 s 
Not None
12 min 47 s 
2026-02-24 10:25:09,277 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/13 is empty.
2026-02-24 10:25:09,278 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/13 is empty.
2026-02-24 10:25:09,278 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/13 is empty.
2026-02-24 10:25:09,279 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/13 is empty.
2026-02-24 10:25:09,279 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/13 is empty.
2026-02-24 10:25:09,279 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/13 is empty.
2026-02-24 10:25:09,280 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/13 is empty.
2026-02-24 10:25:09,280 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/13 is empty.
2026-02-24 10:25:09,280 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/13 is empty.
Not None
No time
2026-02-24 10:25:09,477 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/14 is empty.
2026-02-24 10:25:09,478 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/14 is empty.
2026-02-24 10:25:09,478 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/14 is empty.
2026-02-24 10:25:09,479 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/14 is empty.
2026-02-24 10:25:09,479 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/14 is empty.
2026-02-24 10:25:09,479 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/14 is empty.
2026-02-24 10:25:09,479 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/14 is empty.
2026-02-24 10:25:09,480 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/14 is empty.
2026-02-24 10:25:09,480 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/14 is empty.
Not None
No time
2026-02-24 10:25:09,593 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/15 is empty.
2026-02-24 10:25:09,594 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/15 is empty.
2026-02-24 10:25:09,595 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/15 is empty.
2026-02-24 10:25:09,596 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/15 is empty.
2026-02-24 10:25:09,596 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/15 is empty.
2026-02-24 10:25:09,597 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/15 is empty.
2026-02-24 10:25:09,598 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/15 is empty.
2026-02-24 10:25:09,598 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/15 is empty.
2026-02-24 10:25:09,599 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/15 is empty.
Not None
No time
Not None
2 min 36 s 
Not None
3 h 7 min 25 s 
2026-02-24 10:25:10,341 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/22 is empty.
2026-02-24 10:25:10,342 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/22 is empty.
2026-02-24 10:25:10,342 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/22 is empty.
2026-02-24 10:25:10,343 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/22 is empty.
2026-02-24 10:25:10,343 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/22 is empty.
2026-02-24 10:25:10,344 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/22 is empty.
2026-02-24 10:25:10,344 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/22 is empty.
2026-02-24 10:25:10,344 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/22 is empty.
2026-02-24 10:25:10,344 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/22 is empty.
Not None
No time
2026-02-24 10:25:10,458 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/23 is empty.
2026-02-24 10:25:10,459 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/23 is empty.
2026-02-24 10:25:10,459 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/23 is empty.
2026-02-24 10:25:10,460 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/23 is empty.
2026-02-24 10:25:10,460 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/23 is empty.
2026-02-24 10:25:10,460 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/23 is empty.
2026-02-24 10:25:10,461 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/23 is empty.
2026-02-24 10:25:10,461 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/23 is empty.
2026-02-24 10:25:10,461 - WARNING - The duration parameter of the Dataset PB-OA-005_2mM/23 is empty.
Not None
No time
Not None
42 s
Not None
5 min 9 s 
Not None
9 min 26 s 
Not None
2 min 37 s 
Not None
2 min 24 s 
Not None
23 min 55 s 
Not None
8 min 8 s 
Not None
1 min 17 s 
Not None
2 min 41 s 
Not None
10 min 19 s 
Not None
2 min 44 s 
Not None
10 min 17 s 
Not None
10 min 19 s 
Not None
47 min 6 s 
Not None
21 min 38 s 
Not None
3 h 23 min 9 s 
Not None
1 min 4 s 
Not None
2 min 24 s 
Not None
5 min 58 s 
Not None
5 min 49 s 
Not None
23 s
2026-02-24 10:25:12,901 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1032 is empty.
2026-02-24 10:25:12,903 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1032 is empty.
2026-02-24 10:25:12,904 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1032 is empty.
2026-02-24 10:25:12,904 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1032 is empty.
2026-02-24 10:25:12,905 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1032 is empty.
2026-02-24 10:25:12,905 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1032 is empty.
2026-02-24 10:25:12,905 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1032 is empty.
2026-02-24 10:25:12,906 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1032 is empty.
2026-02-24 10:25:12,906 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1032 is empty.
Not None
No time
2026-02-24 10:25:13,016 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1033 is empty.
2026-02-24 10:25:13,017 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1033 is empty.
2026-02-24 10:25:13,018 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1033 is empty.
2026-02-24 10:25:13,019 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1033 is empty.
2026-02-24 10:25:13,019 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1033 is empty.
2026-02-24 10:25:13,020 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1033 is empty.
2026-02-24 10:25:13,020 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1033 is empty.
2026-02-24 10:25:13,021 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1033 is empty.
2026-02-24 10:25:13,022 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1033 is empty.
Not None
No time
2026-02-24 10:25:13,130 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1034 is empty.
2026-02-24 10:25:13,131 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1034 is empty.
2026-02-24 10:25:13,132 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1034 is empty.
2026-02-24 10:25:13,132 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1034 is empty.
2026-02-24 10:25:13,133 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1034 is empty.
2026-02-24 10:25:13,134 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1034 is empty.
2026-02-24 10:25:13,134 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1034 is empty.
2026-02-24 10:25:13,135 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1034 is empty.
2026-02-24 10:25:13,135 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1034 is empty.
Not None
No time
2026-02-24 10:25:13,246 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1035 is empty.
2026-02-24 10:25:13,248 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1035 is empty.
2026-02-24 10:25:13,248 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1035 is empty.
2026-02-24 10:25:13,249 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1035 is empty.
2026-02-24 10:25:13,250 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1035 is empty.
2026-02-24 10:25:13,250 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1035 is empty.
2026-02-24 10:25:13,251 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1035 is empty.
2026-02-24 10:25:13,252 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1035 is empty.
2026-02-24 10:25:13,252 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1035 is empty.
Not None
No time
2026-02-24 10:25:13,376 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1036 is empty.
2026-02-24 10:25:13,378 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1036 is empty.
2026-02-24 10:25:13,378 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1036 is empty.
2026-02-24 10:25:13,379 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1036 is empty.
2026-02-24 10:25:13,380 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1036 is empty.
2026-02-24 10:25:13,380 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1036 is empty.
2026-02-24 10:25:13,381 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1036 is empty.
2026-02-24 10:25:13,381 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1036 is empty.
2026-02-24 10:25:13,382 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1036 is empty.
Not None
No time
2026-02-24 10:25:13,495 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1037 is empty.
2026-02-24 10:25:13,496 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1037 is empty.
2026-02-24 10:25:13,496 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1037 is empty.
2026-02-24 10:25:13,497 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1037 is empty.
2026-02-24 10:25:13,497 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1037 is empty.
2026-02-24 10:25:13,497 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1037 is empty.
2026-02-24 10:25:13,498 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1037 is empty.
2026-02-24 10:25:13,499 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1037 is empty.
2026-02-24 10:25:13,499 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/1037 is empty.
Not None
No time
Not None
5 min 54 s 
Not None
3 h 7 min 25 s 
2026-02-24 10:25:14,121 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/13 is empty.
2026-02-24 10:25:14,122 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/13 is empty.
2026-02-24 10:25:14,123 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/13 is empty.
2026-02-24 10:25:14,123 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/13 is empty.
2026-02-24 10:25:14,124 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/13 is empty.
2026-02-24 10:25:14,124 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/13 is empty.
2026-02-24 10:25:14,125 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/13 is empty.
2026-02-24 10:25:14,125 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/13 is empty.
2026-02-24 10:25:14,126 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/13 is empty.
Not None
No time
2026-02-24 10:25:14,234 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/14 is empty.
2026-02-24 10:25:14,236 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/14 is empty.
2026-02-24 10:25:14,236 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/14 is empty.
2026-02-24 10:25:14,237 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/14 is empty.
2026-02-24 10:25:14,237 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/14 is empty.
2026-02-24 10:25:14,238 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/14 is empty.
2026-02-24 10:25:14,238 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/14 is empty.
2026-02-24 10:25:14,238 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/14 is empty.
2026-02-24 10:25:14,239 - WARNING - The duration parameter of the Dataset PB-OA-AMP_APTX/14 is empty.
Not None
No time
Not None
16 min 46 s 
Not None
1 min 14 s 
Not None
8 min 35 s 
Not None
3 min 10 s 
Not None
14 h 57 min 26 s 
Not None
12 min 31 s 
Not None
38 s
Not None
37 s
Not None
2 min 19 s 
Not None
23 min 59 s 
Not None
2 h 55 min 33 s 
Not None
2 h 55 min 34 s 
Not None
2 h 55 min 35 s 
Not None
2 min 24 s 
Not None
5 h 32 min 47 s 
Not None
2 min 38 s 
Not None
6 min 45 s 
Not None
16 s
2026-02-24 10:25:16,352 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1002 is empty.
2026-02-24 10:25:16,353 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1002 is empty.
2026-02-24 10:25:16,354 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1002 is empty.
2026-02-24 10:25:16,355 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1002 is empty.
2026-02-24 10:25:16,355 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1002 is empty.
2026-02-24 10:25:16,356 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1002 is empty.
2026-02-24 10:25:16,357 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1002 is empty.
2026-02-24 10:25:16,357 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1002 is empty.
2026-02-24 10:25:16,358 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1002 is empty.
Not None
No time
2026-02-24 10:25:16,467 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1003 is empty.
2026-02-24 10:25:16,468 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1003 is empty.
2026-02-24 10:25:16,469 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1003 is empty.
2026-02-24 10:25:16,470 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1003 is empty.
2026-02-24 10:25:16,470 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1003 is empty.
2026-02-24 10:25:16,471 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1003 is empty.
2026-02-24 10:25:16,472 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1003 is empty.
2026-02-24 10:25:16,472 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1003 is empty.
2026-02-24 10:25:16,473 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1003 is empty.
Not None
No time
2026-02-24 10:25:16,583 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1005 is empty.
2026-02-24 10:25:16,584 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1005 is empty.
2026-02-24 10:25:16,585 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1005 is empty.
2026-02-24 10:25:16,585 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1005 is empty.
2026-02-24 10:25:16,586 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1005 is empty.
2026-02-24 10:25:16,586 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1005 is empty.
2026-02-24 10:25:16,587 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1005 is empty.
2026-02-24 10:25:16,588 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1005 is empty.
2026-02-24 10:25:16,589 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1005 is empty.
Not None
No time
2026-02-24 10:25:16,708 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1006 is empty.
2026-02-24 10:25:16,710 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1006 is empty.
2026-02-24 10:25:16,710 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1006 is empty.
2026-02-24 10:25:16,711 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1006 is empty.
2026-02-24 10:25:16,712 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1006 is empty.
2026-02-24 10:25:16,712 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1006 is empty.
2026-02-24 10:25:16,715 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1006 is empty.
2026-02-24 10:25:16,716 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1006 is empty.
2026-02-24 10:25:16,717 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1006 is empty.
Not None
No time
Not None
54 s
2026-02-24 10:25:16,938 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1010 is empty.
2026-02-24 10:25:16,939 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1010 is empty.
2026-02-24 10:25:16,939 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1010 is empty.
2026-02-24 10:25:16,940 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1010 is empty.
2026-02-24 10:25:16,940 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1010 is empty.
2026-02-24 10:25:16,941 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1010 is empty.
2026-02-24 10:25:16,941 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1010 is empty.
2026-02-24 10:25:16,942 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1010 is empty.
2026-02-24 10:25:16,942 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1010 is empty.
Not None
No time
2026-02-24 10:25:17,049 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1011 is empty.
2026-02-24 10:25:17,050 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1011 is empty.
2026-02-24 10:25:17,051 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1011 is empty.
2026-02-24 10:25:17,051 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1011 is empty.
2026-02-24 10:25:17,052 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1011 is empty.
2026-02-24 10:25:17,052 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1011 is empty.
2026-02-24 10:25:17,053 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1011 is empty.
2026-02-24 10:25:17,053 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1011 is empty.
2026-02-24 10:25:17,054 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1011 is empty.
Not None
No time
2026-02-24 10:25:17,168 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1012 is empty.
2026-02-24 10:25:17,207 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1012 is empty.
2026-02-24 10:25:17,207 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1012 is empty.
2026-02-24 10:25:17,208 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1012 is empty.
2026-02-24 10:25:17,208 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1012 is empty.
2026-02-24 10:25:17,209 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1012 is empty.
2026-02-24 10:25:17,209 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1012 is empty.
2026-02-24 10:25:17,210 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1012 is empty.
2026-02-24 10:25:17,210 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1012 is empty.
Not None
No time
2026-02-24 10:25:17,336 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1013 is empty.
2026-02-24 10:25:17,338 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1013 is empty.
2026-02-24 10:25:17,339 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1013 is empty.
2026-02-24 10:25:17,340 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1013 is empty.
2026-02-24 10:25:17,340 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1013 is empty.
2026-02-24 10:25:17,341 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1013 is empty.
2026-02-24 10:25:17,341 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1013 is empty.
2026-02-24 10:25:17,342 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1013 is empty.
2026-02-24 10:25:17,343 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1013 is empty.
Not None
No time
2026-02-24 10:25:17,461 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1014 is empty.
2026-02-24 10:25:17,462 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1014 is empty.
2026-02-24 10:25:17,463 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1014 is empty.
2026-02-24 10:25:17,463 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1014 is empty.
2026-02-24 10:25:17,464 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1014 is empty.
2026-02-24 10:25:17,465 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1014 is empty.
2026-02-24 10:25:17,465 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1014 is empty.
2026-02-24 10:25:17,466 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1014 is empty.
2026-02-24 10:25:17,466 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1014 is empty.
Not None
No time
2026-02-24 10:25:17,578 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1015 is empty.
2026-02-24 10:25:17,579 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1015 is empty.
2026-02-24 10:25:17,579 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1015 is empty.
2026-02-24 10:25:17,580 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1015 is empty.
2026-02-24 10:25:17,580 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1015 is empty.
2026-02-24 10:25:17,581 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1015 is empty.
2026-02-24 10:25:17,581 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1015 is empty.
2026-02-24 10:25:17,581 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1015 is empty.
2026-02-24 10:25:17,582 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1015 is empty.
Not None
No time
2026-02-24 10:25:17,698 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1016 is empty.
2026-02-24 10:25:17,699 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1016 is empty.
2026-02-24 10:25:17,700 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1016 is empty.
2026-02-24 10:25:17,700 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1016 is empty.
2026-02-24 10:25:17,701 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1016 is empty.
2026-02-24 10:25:17,701 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1016 is empty.
2026-02-24 10:25:17,702 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1016 is empty.
2026-02-24 10:25:17,702 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1016 is empty.
2026-02-24 10:25:17,703 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1016 is empty.
Not None
No time
2026-02-24 10:25:17,819 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1018 is empty.
2026-02-24 10:25:17,821 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1018 is empty.
2026-02-24 10:25:17,822 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1018 is empty.
2026-02-24 10:25:17,823 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1018 is empty.
2026-02-24 10:25:17,824 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1018 is empty.
2026-02-24 10:25:17,825 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1018 is empty.
2026-02-24 10:25:17,826 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1018 is empty.
2026-02-24 10:25:17,826 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1018 is empty.
2026-02-24 10:25:17,827 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1018 is empty.
Not None
No time
2026-02-24 10:25:17,938 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1017 is empty.
2026-02-24 10:25:17,940 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1017 is empty.
2026-02-24 10:25:17,940 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1017 is empty.
2026-02-24 10:25:17,941 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1017 is empty.
2026-02-24 10:25:17,941 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1017 is empty.
2026-02-24 10:25:17,942 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1017 is empty.
2026-02-24 10:25:17,942 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1017 is empty.
2026-02-24 10:25:17,943 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1017 is empty.
2026-02-24 10:25:17,943 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1017 is empty.
Not None
No time
2026-02-24 10:25:18,059 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1019 is empty.
2026-02-24 10:25:18,061 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1019 is empty.
2026-02-24 10:25:18,062 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1019 is empty.
2026-02-24 10:25:18,062 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1019 is empty.
2026-02-24 10:25:18,063 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1019 is empty.
2026-02-24 10:25:18,063 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1019 is empty.
2026-02-24 10:25:18,064 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1019 is empty.
2026-02-24 10:25:18,065 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1019 is empty.
2026-02-24 10:25:18,065 - WARNING - The duration parameter of the Dataset PB-OA-APTX_AMP/1019 is empty.
Not None
No time
Not None
6 min 45 s 
Not None
6 min 45 s 
Not None
6 min 45 s 
Not None
6 min 45 s 
Not None
6 min 46 s 
Not None
3 h 23 min 9 s 
Not None
10 min 13 s 
Not None
1 min 22 s 
Not None
1 min 15 s 
Not None
1 min 12 s 
Not None
1 min 15 s 
Not None
3 min 20 s 
Not None
3 min 20 s 
Not None
47 min 6 s 
Not None
1 h 22 min 45 s 
Not None
6 min 45 s 
Not None
2 min 36 s 
Not None
2 min 37 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
1 min 29 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
23 min 59 s 
Not None
25 min 18 s 
Not None
3 h 7 min 25 s 
Not None
23 min 56 s 
Not None
2 min 37 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
1 h 33 min 27 s 
Not None
2 min 36 s 
Not None
1 h 33 min 27 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
3 min 39 s 
Not None
2 min 36 s 
Not None
1 h 33 min 28 s 
Not None
2 min 37 s 
Not None
3 min 39 s 
Not None
2 min 40 s 
2026-02-24 10:25:24,324 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10050 is empty.
2026-02-24 10:25:24,325 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10050 is empty.
2026-02-24 10:25:24,326 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10050 is empty.
2026-02-24 10:25:24,327 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10050 is empty.
2026-02-24 10:25:24,327 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10050 is empty.
2026-02-24 10:25:24,328 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10050 is empty.
2026-02-24 10:25:24,328 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10050 is empty.
2026-02-24 10:25:24,329 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10050 is empty.
2026-02-24 10:25:24,330 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10050 is empty.
Not None
No time
Not None
25 min 39 s 
2026-02-24 10:25:24,556 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1012 is empty.
2026-02-24 10:25:24,557 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1012 is empty.
2026-02-24 10:25:24,558 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1012 is empty.
2026-02-24 10:25:24,558 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1012 is empty.
2026-02-24 10:25:24,559 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1012 is empty.
2026-02-24 10:25:24,559 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1012 is empty.
2026-02-24 10:25:24,560 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1012 is empty.
2026-02-24 10:25:24,560 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1012 is empty.
2026-02-24 10:25:24,560 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1012 is empty.
Not None
No time
2026-02-24 10:25:24,677 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10051 is empty.
2026-02-24 10:25:24,678 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10051 is empty.
2026-02-24 10:25:24,678 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10051 is empty.
2026-02-24 10:25:24,679 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10051 is empty.
2026-02-24 10:25:24,680 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10051 is empty.
2026-02-24 10:25:24,680 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10051 is empty.
2026-02-24 10:25:24,681 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10051 is empty.
2026-02-24 10:25:24,681 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10051 is empty.
2026-02-24 10:25:24,682 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/10051 is empty.
Not None
No time
2026-02-24 10:25:24,798 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1013 is empty.
2026-02-24 10:25:24,799 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1013 is empty.
2026-02-24 10:25:24,800 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1013 is empty.
2026-02-24 10:25:24,801 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1013 is empty.
2026-02-24 10:25:24,802 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1013 is empty.
2026-02-24 10:25:24,802 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1013 is empty.
2026-02-24 10:25:24,803 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1013 is empty.
2026-02-24 10:25:24,803 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1013 is empty.
2026-02-24 10:25:24,804 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1013 is empty.
Not None
No time
2026-02-24 10:25:24,916 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1050 is empty.
2026-02-24 10:25:24,917 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1050 is empty.
2026-02-24 10:25:24,917 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1050 is empty.
2026-02-24 10:25:24,918 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1050 is empty.
2026-02-24 10:25:24,918 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1050 is empty.
2026-02-24 10:25:24,919 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1050 is empty.
2026-02-24 10:25:24,919 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1050 is empty.
2026-02-24 10:25:24,920 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1050 is empty.
2026-02-24 10:25:24,920 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1050 is empty.
Not None
No time
2026-02-24 10:25:25,029 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1051 is empty.
2026-02-24 10:25:25,030 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1051 is empty.
2026-02-24 10:25:25,031 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1051 is empty.
2026-02-24 10:25:25,031 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1051 is empty.
2026-02-24 10:25:25,032 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1051 is empty.
2026-02-24 10:25:25,032 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1051 is empty.
2026-02-24 10:25:25,033 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1051 is empty.
2026-02-24 10:25:25,033 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1051 is empty.
2026-02-24 10:25:25,034 - WARNING - The duration parameter of the Dataset PB-OA-Screen_AMP/1051 is empty.
Not None
No time
Not None
2 min 43 s 
Not None
20 min 6 s 
Not None
4 h 28 min 19 s 
Not None
2 min 43 s 
Not None
3 h 6 min 10 s 
Not None
2 h 44 min 50 s 
Not None
4 h 35 min 48 s 
Not None
2 min 37 s 
Not None
18 min 45 s 
2026-02-24 10:25:26,444 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/100200 is empty.
2026-02-24 10:25:26,445 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/100200 is empty.
2026-02-24 10:25:26,446 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/100200 is empty.
2026-02-24 10:25:26,447 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/100200 is empty.
2026-02-24 10:25:26,447 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/100200 is empty.
2026-02-24 10:25:26,448 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/100200 is empty.
2026-02-24 10:25:26,448 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/100200 is empty.
2026-02-24 10:25:26,448 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/100200 is empty.
2026-02-24 10:25:26,449 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/100200 is empty.
Not None
No time
2026-02-24 10:25:26,558 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/200 is empty.
2026-02-24 10:25:26,559 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/200 is empty.
2026-02-24 10:25:26,560 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/200 is empty.
2026-02-24 10:25:26,560 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/200 is empty.
2026-02-24 10:25:26,561 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/200 is empty.
2026-02-24 10:25:26,561 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/200 is empty.
2026-02-24 10:25:26,561 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/200 is empty.
2026-02-24 10:25:26,562 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/200 is empty.
2026-02-24 10:25:26,562 - WARNING - The duration parameter of the Dataset PB-OA-Tricirib_Ref_DMSO/200 is empty.
Not None
No time
Not None
3 h 12 min 7 s 
Not None
3 h 39 min 31 s 
Not None
2 min 36 s 
Not None
2 min 37 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
21 min 43 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
1 min 51 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
49 s
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
2 min 36 s 
Not None
1 h 13 min 16 s 
Not None
2 min 36 s 
Not None
1 min 55 s 
Not None
1 min 55 s 
Not None
1 min 55 s 
Not None
1 min 55 s 
Not None
1 min 55 s 
Not None
1 min 55 s 
Not None
8 h 36 min 38 s 
Not None
8 h 36 min 38 s 
Not None
2 h 55 min 57 s 
Not None
8 h 36 min 38 s 
2026-02-24 10:25:36,058 - WARNING - The duration parameter of the Dataset OA-001/1012 is empty.
2026-02-24 10:25:36,060 - WARNING - The duration parameter of the Dataset OA-001/1012 is empty.
2026-02-24 10:25:36,060 - WARNING - The duration parameter of the Dataset OA-001/1012 is empty.
2026-02-24 10:25:36,061 - WARNING - The duration parameter of the Dataset OA-001/1012 is empty.
2026-02-24 10:25:36,061 - WARNING - The duration parameter of the Dataset OA-001/1012 is empty.
2026-02-24 10:25:36,062 - WARNING - The duration parameter of the Dataset OA-001/1012 is empty.
2026-02-24 10:25:36,063 - WARNING - The duration parameter of the Dataset OA-001/1012 is empty.
2026-02-24 10:25:36,063 - WARNING - The duration parameter of the Dataset OA-001/1012 is empty.
2026-02-24 10:25:36,064 - WARNING - The duration parameter of the Dataset OA-001/1012 is empty.
Not None
No time
2026-02-24 10:25:36,180 - WARNING - The duration parameter of the Dataset OA-001/1013 is empty.
2026-02-24 10:25:36,181 - WARNING - The duration parameter of the Dataset OA-001/1013 is empty.
2026-02-24 10:25:36,181 - WARNING - The duration parameter of the Dataset OA-001/1013 is empty.
2026-02-24 10:25:36,182 - WARNING - The duration parameter of the Dataset OA-001/1013 is empty.
2026-02-24 10:25:36,183 - WARNING - The duration parameter of the Dataset OA-001/1013 is empty.
2026-02-24 10:25:36,183 - WARNING - The duration parameter of the Dataset OA-001/1013 is empty.
2026-02-24 10:25:36,184 - WARNING - The duration parameter of the Dataset OA-001/1013 is empty.
2026-02-24 10:25:36,184 - WARNING - The duration parameter of the Dataset OA-001/1013 is empty.
2026-02-24 10:25:36,185 - WARNING - The duration parameter of the Dataset OA-001/1013 is empty.
Not None
No time
Not None
23 min 56 s 
Not None
6 h 11 min 35 s 
Not None
3 h 7 min 25 s 
Not None
6 h 11 min 39 s 
2026-02-24 10:25:36,723 - WARNING - The duration parameter of the Dataset OA-002/1012 is empty.
2026-02-24 10:25:36,724 - WARNING - The duration parameter of the Dataset OA-002/1012 is empty.
2026-02-24 10:25:36,725 - WARNING - The duration parameter of the Dataset OA-002/1012 is empty.
2026-02-24 10:25:36,726 - WARNING - The duration parameter of the Dataset OA-002/1012 is empty.
2026-02-24 10:25:36,726 - WARNING - The duration parameter of the Dataset OA-002/1012 is empty.
2026-02-24 10:25:36,727 - WARNING - The duration parameter of the Dataset OA-002/1012 is empty.
2026-02-24 10:25:36,727 - WARNING - The duration parameter of the Dataset OA-002/1012 is empty.
2026-02-24 10:25:36,728 - WARNING - The duration parameter of the Dataset OA-002/1012 is empty.
2026-02-24 10:25:36,729 - WARNING - The duration parameter of the Dataset OA-002/1012 is empty.
Not None
No time
2026-02-24 10:25:36,843 - WARNING - The duration parameter of the Dataset OA-002/1013 is empty.
2026-02-24 10:25:36,845 - WARNING - The duration parameter of the Dataset OA-002/1013 is empty.
2026-02-24 10:25:36,846 - WARNING - The duration parameter of the Dataset OA-002/1013 is empty.
2026-02-24 10:25:36,846 - WARNING - The duration parameter of the Dataset OA-002/1013 is empty.
2026-02-24 10:25:36,847 - WARNING - The duration parameter of the Dataset OA-002/1013 is empty.
2026-02-24 10:25:36,847 - WARNING - The duration parameter of the Dataset OA-002/1013 is empty.
2026-02-24 10:25:36,848 - WARNING - The duration parameter of the Dataset OA-002/1013 is empty.
2026-02-24 10:25:36,848 - WARNING - The duration parameter of the Dataset OA-002/1013 is empty.
2026-02-24 10:25:36,849 - WARNING - The duration parameter of the Dataset OA-002/1013 is empty.
Not None
No time
Not None
23 min 55 s 
Not None
3 h 7 min 24 s 
Not None
6 h 11 min 35 s 
Not None
13 h 5 min 48 s 
Not None
1 h 13 min 56 s 
Not None
1 h 13 min 56 s 
Not None
51 s
Not None
2 min 46 s 
Not None
2 min 14 s 
Not None
48 s
Not None
6 min 59 s 
Not None
6 min 59 s 
Not None
1 min 39 s 
Not None
3 min 11 s 
Not None
2 min 36 s 
Not None
6 min 59 s 
Not None
6 min 59 s 
Not None
6 min 59 s 
Not None
2 min 34 s 
Not None
2 min 36 s 
Not None
6 min 59 s 
Not None
1 min 55 s 
Not None
6 min 59 s 
Not None
6 min 59 s 
Not None
6 min 59 s 
Not None
6 min 59 s 
Not None
6 min 59 s 
Not None
6 min 59 s 
Not None
6 min 59 s 
Not None
6 min 59 s 
Not None
6 min 59 s 
Not None
6 min 59 s 
Not None
6 min 59 s 
Not None
1 h 13 min 38 s 
Not None
6 min 59 s 
Not None
1 h 13 min 38 s 
Not None
6 min 59 s 
Not None
6 min 59 s 
Not None
6 min 59 s 
Not None
2 min 36 s 
Not None
1 h 14 min 
Not None
8 min 31 s 
Not None
1 h 56 min 22 s 
2026-02-24 10:25:41,963 - WARNING - General information/Duration and General info/Duration are None
2026-02-24 10:25:41,964 - WARNING - Dataset has no duration parameter. Quinine13C It will not be included in the statistic.
2026-02-24 10:25:41,965 - WARNING - General information/Duration and General info/Duration are None
2026-02-24 10:25:41,965 - WARNING - Dataset has no duration parameter. Quinine13C It will not be included in the statistic.
2026-02-24 10:25:41,965 - WARNING - General information/Duration and General info/Duration are None
2026-02-24 10:25:41,966 - WARNING - Dataset has no duration parameter. Quinine13C It will not be included in the statistic.
2026-02-24 10:25:41,966 - WARNING - General information/Duration and General info/Duration are None
2026-02-24 10:25:41,966 - WARNING - Dataset has no duration parameter. Quinine13C It will not be included in the statistic.
2026-02-24 10:25:41,966 - WARNING - General information/Duration and General info/Duration are None
2026-02-24 10:25:41,967 - WARNING - Dataset has no duration parameter. Quinine13C It will not be included in the statistic.
2026-02-24 10:25:41,967 - WARNING - General information/Duration and General info/Duration are None
2026-02-24 10:25:41,967 - WARNING - Dataset has no duration parameter. Quinine13C It will not be included in the statistic.
2026-02-24 10:25:41,967 - WARNING - General information/Duration and General info/Duration are None
2026-02-24 10:25:41,968 - WARNING - Dataset has no duration parameter. Quinine13C It will not be included in the statistic.
2026-02-24 10:25:41,968 - WARNING - General information/Duration and General info/Duration are None
2026-02-24 10:25:41,968 - WARNING - Dataset has no duration parameter. Quinine13C It will not be included in the statistic.
2026-02-24 10:25:41,969 - WARNING - General information/Duration and General info/Duration are None
2026-02-24 10:25:41,969 - WARNING - Dataset has no duration parameter. Quinine13C It will not be included in the statistic.
Not None
2026-02-24 10:25:41,970 - WARNING - General information/Duration and General info/Duration are None
No time
Not None
55 s
Not None
5 min
Not None
46 s
Not None
26 min 23 s 
Not None
26 min 23 s 
Not None
8 min 22 s 
Not None
1 min 4 s 
Not None
6 min 55 s 
Not None
6 min 59 s 
Not None
20 min 19 s 
Not None
15 min 19 s 
Not None
7 min 34 s 
Not None
7 min 55 s 
Not None
26 min 23 s 
Not None
8 min 42 s 
Not None
8 min 21 s 
Not None
42 min 11 s 
Not None
2 min 35 s 
Not None
33 min 6 s 
Not None
20 min 15 s 
Not None
7 min 
Not None
5 h 36 min 3 s 
Not None
1 min 18 s 
Not None
1 min 56 s 
Not None
6 min 54 s 
Not None
15 min 21 s 
Not None
6 min 56 s 
Not None
8 min 40 s 
Not None
20 min 42 s 
Not None
7 min 31 s 
Not None
1 min 58 s 
Not None
53 min 41 s 
Not None
7 min 52 s 
Not None
50 min 24 s 
Not None
11 min 29 s 
Not None
24 min 56 s 
Not None
1 min 43 s 
Not None
26 min 38 s 
Not None
3 min 
Not None
1 h 57 min 15 s 
Not None
2 min 52 s 
Not None
5 s
Not None
7 min 33 s 
Not None
2 min 27 s 
Not None
14 min 41 s 
Not None
14 min 41 s 
2026-02-24 10:25:47,363 - WARNING - The duration parameter of the Dataset PB-dGB1-selCH3_RDC/13 is empty.
2026-02-24 10:25:47,364 - WARNING - The duration parameter of the Dataset PB-dGB1-selCH3_RDC/13 is empty.
2026-02-24 10:25:47,365 - WARNING - The duration parameter of the Dataset PB-dGB1-selCH3_RDC/13 is empty.
2026-02-24 10:25:47,365 - WARNING - The duration parameter of the Dataset PB-dGB1-selCH3_RDC/13 is empty.
2026-02-24 10:25:47,366 - WARNING - The duration parameter of the Dataset PB-dGB1-selCH3_RDC/13 is empty.
2026-02-24 10:25:47,366 - WARNING - The duration parameter of the Dataset PB-dGB1-selCH3_RDC/13 is empty.
2026-02-24 10:25:47,367 - WARNING - The duration parameter of the Dataset PB-dGB1-selCH3_RDC/13 is empty.
2026-02-24 10:25:47,368 - WARNING - The duration parameter of the Dataset PB-dGB1-selCH3_RDC/13 is empty.
2026-02-24 10:25:47,368 - WARNING - The duration parameter of the Dataset PB-dGB1-selCH3_RDC/13 is empty.
Not None
No time
Not None
14 min 36 s 
Not None
14 min 32 s 
Not None
14 min 36 s 
Not None
8 min 20 s 
Not None
8 min 20 s 
Not None
1 min 2 s 
Not None
1 min 2 s 
2026-02-24 10:25:48,255 - WARNING - The duration parameter of the Dataset PB-GB1/200 is empty.
2026-02-24 10:25:48,256 - WARNING - The duration parameter of the Dataset PB-GB1/200 is empty.
2026-02-24 10:25:48,257 - WARNING - The duration parameter of the Dataset PB-GB1/200 is empty.
2026-02-24 10:25:48,257 - WARNING - The duration parameter of the Dataset PB-GB1/200 is empty.
2026-02-24 10:25:48,257 - WARNING - The duration parameter of the Dataset PB-GB1/200 is empty.
2026-02-24 10:25:48,258 - WARNING - The duration parameter of the Dataset PB-GB1/200 is empty.
2026-02-24 10:25:48,258 - WARNING - The duration parameter of the Dataset PB-GB1/200 is empty.
2026-02-24 10:25:48,259 - WARNING - The duration parameter of the Dataset PB-GB1/200 is empty.
2026-02-24 10:25:48,259 - WARNING - The duration parameter of the Dataset PB-GB1/200 is empty.
Not None
No time
2026-02-24 10:25:48,388 - WARNING - The duration parameter of the Dataset PB-GB1/201 is empty.
2026-02-24 10:25:48,390 - WARNING - The duration parameter of the Dataset PB-GB1/201 is empty.
2026-02-24 10:25:48,390 - WARNING - The duration parameter of the Dataset PB-GB1/201 is empty.
2026-02-24 10:25:48,391 - WARNING - The duration parameter of the Dataset PB-GB1/201 is empty.
2026-02-24 10:25:48,391 - WARNING - The duration parameter of the Dataset PB-GB1/201 is empty.
2026-02-24 10:25:48,392 - WARNING - The duration parameter of the Dataset PB-GB1/201 is empty.
2026-02-24 10:25:48,392 - WARNING - The duration parameter of the Dataset PB-GB1/201 is empty.
2026-02-24 10:25:48,393 - WARNING - The duration parameter of the Dataset PB-GB1/201 is empty.
2026-02-24 10:25:48,394 - WARNING - The duration parameter of the Dataset PB-GB1/201 is empty.
Not None
No time
Not None
22 min 34 s 
Not None
24 min 20 s 
Not None
26 min 5 s 
Not None
27 min 51 s 
Not None
29 min 36 s 
Not None
52 s
Not None
46 s
Not None
46 s
Not None
48 s
Not None
49 s
Not None
50 s
Not None
51 s
Not None
52 s
Not None
53 s
Not None
54 s
Not None
2 min 57 s 
Not None
1 min 59 s 
Not None
4 h 23 min 56 s 
Not None
3 min 9 s 
Not None
32 min 37 s 
Not None
4 min 28 s 
Not None
37 min 47 s 
Not None
4 h 23 min 56 s 
Not None
1 min 25 s 
Not None
1 min 32 s 
Not None
1 min 28 s 
Not None
1 min 38 s 
Not None
1 min 28 s 
Not None
45 s
Not None
46 s
Not None
46 s
Not None
48 s
Not None
49 s
Not None
50 s
Not None
51 s
Not None
52 s
Not None
53 s
Not None
54 s
2026-02-24 10:25:52,982 - WARNING - The duration parameter of the Dataset PB-GB1_deut/40 is empty.
2026-02-24 10:25:52,983 - WARNING - The duration parameter of the Dataset PB-GB1_deut/40 is empty.
2026-02-24 10:25:52,983 - WARNING - The duration parameter of the Dataset PB-GB1_deut/40 is empty.
2026-02-24 10:25:52,983 - WARNING - The duration parameter of the Dataset PB-GB1_deut/40 is empty.
2026-02-24 10:25:52,984 - WARNING - The duration parameter of the Dataset PB-GB1_deut/40 is empty.
2026-02-24 10:25:52,984 - WARNING - The duration parameter of the Dataset PB-GB1_deut/40 is empty.
2026-02-24 10:25:52,984 - WARNING - The duration parameter of the Dataset PB-GB1_deut/40 is empty.
2026-02-24 10:25:52,984 - WARNING - The duration parameter of the Dataset PB-GB1_deut/40 is empty.
2026-02-24 10:25:52,985 - WARNING - The duration parameter of the Dataset PB-GB1_deut/40 is empty.
Not None
No time
Not None
4 h 30 min 49 s 
Not None
4 min 7 s 
Not None
2 min 40 s 
Not None
45 s
Not None
5 s
Not None
13 s
Not None
1 min 37 s 
Not None
5 min 25 s 
Not None
1 h 55 min 29 s 
Not None
2 h 6 min 15 s 
Not None
2 h 6 min 15 s 
Not None
31 s
Not None
2 min 45 s 
Not None
2 min 41 s 
Not None
2 min 41 s 
Not None
2 min 41 s 
Not None
2 min 45 s 
Not None
2 min 45 s 
Not None
2 min 45 s 
Not None
2 min 45 s 
Not None
26 min 22 s 
Not None
1 h 6 min 46 s 
Not None
26 s
Not None
21 s
Not None
26 s
Not None
26 s
Not None
1 min 58 s 
Not None
26 min 23 s 
Not None
26 min 22 s 
Not None
26 min 23 s 
Not None
31 s
Not None
9 min 50 s 
Not None
33 s
Not None
9 min 27 s 
Not None
9 min 37 s 
Not None
10 min 14 s 
Not None
9 min 16 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
1 min 29 s 
Not None
1 min 9 s 
Not None
9 min 50 s 
Not None
31 s
Not None
9 min 29 s 
Not None
31 s
Not None
9 min 16 s 
Not None
9 min 27 s 
Not None
10 min 3 s 
Not None
2 min 3 s 
Not None
31 s
Not None
9 min 50 s 
Not None
3 min 9 s 
Not None
9 min 28 s 
Not None
2 min 11 s 
Not None
9 min 33 s 
Not None
9 min 50 s 
Not None
9 min 33 s 
Not None
9 min 50 s 
Not None
9 min 21 s 
Not None
1 min 25 s 
Not None
2 min 21 s 
Not None
31 s
Not None
1 min 36 s 
Not None
43 s
Not None
3 min 12 s 
Not None
5 min 11 s 
Not None
1 min 56 s 
Not None
33 s
Not None
9 min 38 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
33 s
Not None
9 min 52 s 
Not None
9 min 30 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
49 s
Not None
10 min 7 s 
Not None
31 s
Not None
10 min 4 s 
Not None
9 min 15 s 
Not None
9 min 26 s 
Not None
2 min 2 s 
Not None
3 min 10 s 
Not None
33 s
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
33 s
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
29 s
Not None
9 min 51 s 
Not None
9 min 12 s 
Not None
10 min 17 s 
Not None
9 min 25 s 
Not None
1 min 29 s 
Not None
1 min 9 s 
Not None
34 s
Not None
5 min 14 s 
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
2 min 11 s 
Not None
9 min 33 s 
Not None
2 min 4 s 
Not None
9 min 49 s 
Not None
9 min 26 s 
Not None
9 min 50 s 
Not None
9 min 41 s 
Not None
9 min 27 s 
Not None
9 min 13 s 
Not None
2 min 4 s 
Not None
9 min 26 s 
Not None
9 min 50 s 
Not None
9 min 41 s 
Not None
4 min 13 s 
Not None
4 min 6 s 
Not None
31 s
Not None
10 min 3 s 
Not None
9 min 15 s 
Not None
9 min 26 s 
Not None
2 min 2 s 
Not None
31 s
Not None
3 min 9 s 
Not None
31 s
Not None
10 min 4 s 
Not None
10 min 3 s 
Not None
9 min 15 s 
Not None
9 min 27 s 
Not None
9 min 27 s 
Not None
3 min 9 s 
Not None
3 min 9 s 
Not None
2 min 3 s 
Not None
2 min 3 s 
Not None
1 min 9 s 
2026-02-24 10:26:11,075 - WARNING - The duration parameter of the Dataset 030122-250OC/20 is empty.
2026-02-24 10:26:11,076 - WARNING - The duration parameter of the Dataset 030122-250OC/20 is empty.
2026-02-24 10:26:11,077 - WARNING - The duration parameter of the Dataset 030122-250OC/20 is empty.
2026-02-24 10:26:11,077 - WARNING - The duration parameter of the Dataset 030122-250OC/20 is empty.
2026-02-24 10:26:11,078 - WARNING - The duration parameter of the Dataset 030122-250OC/20 is empty.
2026-02-24 10:26:11,078 - WARNING - The duration parameter of the Dataset 030122-250OC/20 is empty.
2026-02-24 10:26:11,079 - WARNING - The duration parameter of the Dataset 030122-250OC/20 is empty.
2026-02-24 10:26:11,079 - WARNING - The duration parameter of the Dataset 030122-250OC/20 is empty.
2026-02-24 10:26:11,080 - WARNING - The duration parameter of the Dataset 030122-250OC/20 is empty.
Not None
No time
2026-02-24 10:26:11,193 - WARNING - The duration parameter of the Dataset 030122-250OC/21 is empty.
2026-02-24 10:26:11,194 - WARNING - The duration parameter of the Dataset 030122-250OC/21 is empty.
2026-02-24 10:26:11,195 - WARNING - The duration parameter of the Dataset 030122-250OC/21 is empty.
2026-02-24 10:26:11,195 - WARNING - The duration parameter of the Dataset 030122-250OC/21 is empty.
2026-02-24 10:26:11,196 - WARNING - The duration parameter of the Dataset 030122-250OC/21 is empty.
2026-02-24 10:26:11,197 - WARNING - The duration parameter of the Dataset 030122-250OC/21 is empty.
2026-02-24 10:26:11,197 - WARNING - The duration parameter of the Dataset 030122-250OC/21 is empty.
2026-02-24 10:26:11,198 - WARNING - The duration parameter of the Dataset 030122-250OC/21 is empty.
2026-02-24 10:26:11,199 - WARNING - The duration parameter of the Dataset 030122-250OC/21 is empty.
Not None
No time
Not None
9 min 51 s 
Not None
2 min 21 s 
Not None
5 min 12 s 
Not None
3 min 12 s 
Not None
5 min 11 s 
Not None
1 min 56 s 
Not None
33 s
Not None
9 min 37 s 
Not None
33 s
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
31 s
Not None
10 min 3 s 
Not None
9 min 14 s 
Not None
9 min 27 s 
Not None
2 min 2 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
3 min 9 s 
Not None
1 min 50 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
49 s
Not None
1 min 50 s 
Not None
1 min 11 s 
Not None
1 min 15 s 
Not None
9 min 49 s 
Not None
2 min 24 s 
Not None
3 min 12 s 
Not None
5 min 11 s 
Not None
1 min 56 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 42 s 
Not None
5 min 10 s 
Not None
1 min 50 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
31 s
Not None
43 s
Not None
31 s
Not None
10 min 4 s 
Not None
9 min 15 s 
Not None
9 min 27 s 
Not None
2 min 3 s 
Not None
2 min 4 s 
Not None
3 min 10 s 
Not None
9 min 27 s 
Not None
9 min 50 s 
Not None
9 min 41 s 
Not None
4 min 13 s 
Not None
4 min 7 s 
Not None
2 min 11 s 
Not None
9 min 33 s 
Not None
30 s
Not None
10 min 3 s 
Not None
9 min 15 s 
Not None
9 min 26 s 
Not None
2 min 2 s 
Not None
29 s
Not None
3 min 8 s 
Not None
10 min 3 s 
Not None
9 min 14 s 
Not None
9 min 26 s 
Not None
2 min 2 s 
Not None
2 min 4 s 
Not None
9 min 26 s 
Not None
3 min 8 s 
Not None
9 min 50 s 
Not None
9 min 41 s 
Not None
4 min 13 s 
Not None
4 min 6 s 
Not None
1 min 29 s 
Not None
1 min 9 s 
Not None
1 min 29 s 
Not None
1 min 25 s 
Not None
1 min 9 s 
Not None
44 s
Not None
30 s
Not None
2 min 21 s 
Not None
3 min 12 s 
Not None
1 min 56 s 
Not None
1 min 29 s 
2026-02-24 10:26:23,242 - WARNING - The duration parameter of the Dataset 050122-250OC/20 is empty.
2026-02-24 10:26:23,243 - WARNING - The duration parameter of the Dataset 050122-250OC/20 is empty.
2026-02-24 10:26:23,244 - WARNING - The duration parameter of the Dataset 050122-250OC/20 is empty.
2026-02-24 10:26:23,245 - WARNING - The duration parameter of the Dataset 050122-250OC/20 is empty.
2026-02-24 10:26:23,245 - WARNING - The duration parameter of the Dataset 050122-250OC/20 is empty.
2026-02-24 10:26:23,246 - WARNING - The duration parameter of the Dataset 050122-250OC/20 is empty.
2026-02-24 10:26:23,246 - WARNING - The duration parameter of the Dataset 050122-250OC/20 is empty.
2026-02-24 10:26:23,247 - WARNING - The duration parameter of the Dataset 050122-250OC/20 is empty.
2026-02-24 10:26:23,247 - WARNING - The duration parameter of the Dataset 050122-250OC/20 is empty.
Not None
No time
Not None
9 min 51 s 
Not None
5 min 12 s 
Not None
10 min 17 s 
Not None
9 min 12 s 
Not None
9 min 26 s 
Not None
31 s
Not None
9 min 50 s 
Not None
9 min 27 s 
Not None
34 s
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
9 min 38 s 
Not None
1 min 50 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
5 min 42 s 
Not None
2 min 11 s 
Not None
9 min 33 s 
Not None
34 s
Not None
9 min 39 s 
Not None
9 min 49 s 
Not None
5 min 42 s 
Not None
5 min 10 s 
Not None
1 min 50 s 
Not None
33 s
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
1 min 30 s 
Not None
9 min 38 s 
Not None
34 s
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
33 s
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
1 min 29 s 
Not None
10 min 1 s 
Not None
31 s
Not None
9 min 50 s 
Not None
10 min 37 s 
Not None
9 min 27 s 
Not None
33 s
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
31 s
Not None
9 min 50 s 
Not None
9 min 29 s 
Not None
30 s
Not None
9 min 15 s 
Not None
10 min 3 s 
Not None
9 min 27 s 
Not None
2 min 3 s 
Not None
9 min 56 s 
Not None
9 min 13 s 
Not None
3 min 9 s 
Not None
9 min 25 s 
Not None
33 s
Not None
9 min 37 s 
Not None
10 min 14 s 
Not None
9 min 16 s 
Not None
1 min 49 s 
Not None
3 min 9 s 
Not None
9 min 37 s 
Not None
33 s
Not None
10 min 14 s 
Not None
9 min 17 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
30 s
Not None
10 min 2 s 
Not None
9 min 14 s 
Not None
9 min 26 s 
Not None
2 min 2 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
3 min 9 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
30 s
Not None
30 s
Not None
9 min 15 s 
Not None
10 min 3 s 
Not None
9 min 26 s 
Not None
2 min 2 s 
Not None
34 s
Not None
9 min 38 s 
Not None
3 min 8 s 
Not None
5 min 42 s 
Not None
5 min 10 s 
Not None
1 min 50 s 
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
10 min 15 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
9 min 26 s 
Not None
2 min 4 s 
Not None
9 min 50 s 
Not None
9 min 41 s 
Not None
4 min 13 s 
Not None
4 min 6 s 
Not None
33 s
Not None
9 min 38 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
1 min 49 s 
Not None
3 min 9 s 
Not None
1 min 15 s 
Not None
3 min 14 s 
2026-02-24 10:26:38,051 - WARNING - The duration parameter of the Dataset 061221-400AC/10 is empty.
2026-02-24 10:26:38,052 - WARNING - The duration parameter of the Dataset 061221-400AC/10 is empty.
2026-02-24 10:26:38,053 - WARNING - The duration parameter of the Dataset 061221-400AC/10 is empty.
2026-02-24 10:26:38,053 - WARNING - The duration parameter of the Dataset 061221-400AC/10 is empty.
2026-02-24 10:26:38,054 - WARNING - The duration parameter of the Dataset 061221-400AC/10 is empty.
2026-02-24 10:26:38,054 - WARNING - The duration parameter of the Dataset 061221-400AC/10 is empty.
2026-02-24 10:26:38,054 - WARNING - The duration parameter of the Dataset 061221-400AC/10 is empty.
2026-02-24 10:26:38,055 - WARNING - The duration parameter of the Dataset 061221-400AC/10 is empty.
2026-02-24 10:26:38,055 - WARNING - The duration parameter of the Dataset 061221-400AC/10 is empty.
Not None
No time
Not None
1 min 56 s 
2026-02-24 10:26:38,580 - WARNING - The duration parameter of the Dataset 061221-400AC/20 is empty.
2026-02-24 10:26:38,581 - WARNING - The duration parameter of the Dataset 061221-400AC/20 is empty.
2026-02-24 10:26:38,582 - WARNING - The duration parameter of the Dataset 061221-400AC/20 is empty.
2026-02-24 10:26:38,582 - WARNING - The duration parameter of the Dataset 061221-400AC/20 is empty.
2026-02-24 10:26:38,583 - WARNING - The duration parameter of the Dataset 061221-400AC/20 is empty.
2026-02-24 10:26:38,583 - WARNING - The duration parameter of the Dataset 061221-400AC/20 is empty.
2026-02-24 10:26:38,583 - WARNING - The duration parameter of the Dataset 061221-400AC/20 is empty.
2026-02-24 10:26:38,584 - WARNING - The duration parameter of the Dataset 061221-400AC/20 is empty.
2026-02-24 10:26:38,584 - WARNING - The duration parameter of the Dataset 061221-400AC/20 is empty.
Not None
No time
Not None
33 s
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
9 min 37 s 
Not None
3 min 12 s 
Not None
5 min 11 s 
Not None
1 min 56 s 
Not None
1 min 15 s 
Not None
3 min 12 s 
Not None
5 min 11 s 
Not None
1 min 56 s 
Not None
30 s
Not None
10 min 2 s 
Not None
9 min 16 s 
Not None
9 min 26 s 
Not None
2 min 2 s 
Not None
2 min 4 s 
Not None
9 min 27 s 
Not None
3 min 10 s 
Not None
9 min 50 s 
Not None
9 min 41 s 
Not None
4 min 13 s 
Not None
4 min 6 s 
Not None
30 s
Not None
30 s
Not None
34 s
Not None
5 min 10 s 
Not None
9 min 38 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
1 min 29 s 
Not None
10 min 1 s 
Not None
33 s
Not None
9 min 51 s 
Not None
10 min 37 s 
Not None
34 s
Not None
9 min 29 s 
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
33 s
Not None
9 min 16 s 
Not None
9 min 37 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
34 s
Not None
9 min 38 s 
Not None
10 min 15 s 
Not None
9 min 16 s 
Not None
3 min 10 s 
Not None
1 min 49 s 
Not None
31 s
Not None
43 s
Not None
32 s
Not None
9 min 52 s 
Not None
2 min 4 s 
Not None
9 min 28 s 
Not None
9 min 26 s 
Not None
9 min 50 s 
Not None
9 min 41 s 
Not None
9 min 18 s 
Not None
9 min 27 s 
Not None
33 s
Not None
9 min 37 s 
Not None
10 min 14 s 
Not None
9 min 16 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
9 min 51 s 
Not None
33 s
Not None
9 min 34 s 
Not None
31 s
Not None
9 min 50 s 
Not None
9 min 27 s 
Not None
1 min 15 s 
Not None
3 min 12 s 
Not None
1 min 56 s 
Not None
30 s
Not None
9 min 15 s 
Not None
10 min 3 s 
Not None
9 min 27 s 
Not None
2 min 2 s 
Not None
1 min 15 s 
Not None
2 min 21 s 
Not None
3 min 9 s 
Not None
3 min 12 s 
Not None
1 min 56 s 
Not None
5 min 11 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 42 s 
Not None
5 min 10 s 
Not None
1 min 50 s 
Not None
2 min 4 s 
Not None
9 min 26 s 
Not None
9 min 51 s 
Not None
4 min 13 s 
Not None
9 min 41 s 
Not None
4 min 6 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
2 min 11 s 
Not None
9 min 33 s 
Not None
9 min 50 s 
Not None
9 min 50 s 
Not None
4 min 13 s 
Not None
4 min 6 s 
Not None
31 s
Not None
10 min 4 s 
Not None
9 min 27 s 
Not None
9 min 15 s 
Not None
2 min 3 s 
Not None
31 s
Not None
9 min 50 s 
Not None
3 min 10 s 
Not None
9 min 27 s 
Not None
30 s
Not None
10 min 4 s 
Not None
9 min 15 s 
Not None
9 min 27 s 
Not None
2 min 3 s 
Not None
5 min 11 s 
Not None
3 min 12 s 
Not None
3 min 9 s 
Not None
1 min 56 s 
Not None
31 s
Not None
9 min 50 s 
Not None
34 s
Not None
9 min 27 s 
Not None
5 min 10 s 
Not None
9 min 38 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
9 min 38 s 
Not None
34 s
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
31 s
Not None
9 min 50 s 
Not None
9 min 28 s 
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
1 min 49 s 
Not None
30 s
Not None
43 s
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
1 min 50 s 
Not None
33 s
Not None
5 min 42 s 
Not None
9 min 51 s 
Not None
9 min 30 s 
Not None
2 min 4 s 
Not None
9 min 26 s 
Not None
9 min 50 s 
Not None
9 min 42 s 
Not None
4 min 13 s 
Not None
4 min 6 s 
Not None
31 s
Not None
10 min 3 s 
Not None
9 min 14 s 
Not None
9 min 27 s 
Not None
2 min 3 s 
Not None
2 min 4 s 
Not None
9 min 26 s 
Not None
3 min 9 s 
Not None
4 min 13 s 
Not None
9 min 41 s 
Not None
4 min 6 s 
Not None
1 min 15 s 
Not None
3 min 12 s 
Not None
1 min 56 s 
Not None
2 min 20 s 
Not None
3 min 12 s 
Not None
1 min 56 s 
Not None
33 s
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
33 s
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
2 min 4 s 
Not None
9 min 26 s 
Not None
9 min 50 s 
Not None
4 min 13 s 
Not None
4 min 6 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
10 min 3 s 
Not None
32 s
Not None
9 min 17 s 
Not None
9 min 27 s 
Not None
2 min 3 s 
Not None
33 s
Not None
9 min 51 s 
Not None
9 min 29 s 
Not None
3 min 10 s 
Not None
30 s
Not None
10 min 3 s 
Not None
9 min 15 s 
Not None
9 min 27 s 
Not None
2 min 3 s 
Not None
31 s
Not None
9 min 50 s 
Not None
9 min 27 s 
Not None
3 min 9 s 
Not None
32 s
Not None
10 min 4 s 
Not None
52 min 57 s 
Not None
9 min 28 s 
Not None
31 s
Not None
2 min 4 s 
Not None
9 min 50 s 
Not None
9 min 28 s 
Not None
30 s
Not None
10 min 2 s 
Not None
9 min 15 s 
Not None
9 min 26 s 
Not None
2 min 2 s 
Not None
9 min 26 s 
Not None
31 s
Not None
3 min 9 s 
Not None
9 min 50 s 
Not None
9 min 27 s 
Not None
33 s
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
1 min 29 s 
Not None
1 min 9 s 
Not None
30 s
Not None
5 min 14 s 
Not None
10 min 2 s 
Not None
9 min 15 s 
Not None
9 min 26 s 
Not None
2 min 3 s 
Not None
1 min 25 s 
Not None
3 min 10 s 
Not None
1 min 35 s 
Not None
2 min 21 s 
Not None
43 s
Not None
31 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
34 s
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
30 s
Not None
9 min 15 s 
Not None
10 min 2 s 
Not None
9 min 26 s 
Not None
1 min 15 s 
Not None
2 min 21 s 
Not None
2 min 21 s 
Not None
3 min 12 s 
Not None
5 min 11 s 
Not None
1 min 56 s 
Not None
5 min 3 s 
Not None
5 min 14 s 
Not None
5 min 2 s 
Not None
5 min 4 s 
Not None
25 min 10 s 
Not None
9 min 16 s 
Not None
9 min 50 s 
Not None
9 min 15 s 
Not None
9 min 16 s 
Not None
9 min 50 s 
Not None
9 min 29 s 
Not None
5 min 2 s 
Not None
1 min 15 s 
Not None
9 min 16 s 
Not None
9 min 49 s 
Not None
9 min 16 s 
Not None
9 min 29 s 
Not None
9 min 27 s 
Not None
5 min 10 s 
Not None
9 min 27 s 
Not None
9 min 49 s 
Not None
9 min 49 s 
Not None
9 min 16 s 
Not None
5 min 11 s 
Not None
5 min 10 s 
Not None
5 min 8 s 
Not None
5 min 10 s 
Not None
9 min 16 s 
Not None
9 min 30 s 
Not None
9 min 27 s 
Not None
5 min 11 s 
Not None
9 min 16 s 
Not None
9 min 16 s 
Not None
9 min 27 s 
Not None
9 min 27 s 
Not None
9 min 17 s 
Not None
9 min 30 s 
Not None
9 min 16 s 
Not None
9 min 29 s 
Not None
5 min 10 s 
Not None
10 min 21 s 
Not None
9 min 16 s 
Not None
9 min 16 s 
Not None
9 min 49 s 
Not None
9 min 49 s 
Not None
9 min 27 s 
Not None
9 min 27 s 
Not None
9 min 14 s 
Not None
5 min 11 s 
Not None
5 min 10 s 
Not None
5 min 4 s 
Not None
9 min 50 s 
Not None
9 min 29 s 
Not None
5 min 11 s 
Not None
5 min 11 s 
Not None
5 min 14 s 
Not None
10 min 37 s 
Not None
9 min 37 s 
Not None
1 min 25 s 
Not None
2 min 21 s 
Not None
30 s
Not None
1 min 35 s 
Not None
43 s
Not None
33 s
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
3 min 9 s 
Not None
31 s
Not None
9 min 50 s 
Not None
9 min 27 s 
Not None
1 min 58 s 
Not None
1 min 15 s 
Not None
3 min 12 s 
Not None
2 min 21 s 
Not None
3 min 12 s 
Not None
5 min 11 s 
Not None
1 min 56 s 
Not None
1 min 29 s 
Not None
31 s
Not None
1 min 9 s 
Not None
9 min 50 s 
Not None
9 min 28 s 
Not None
31 s
Not None
43 s
Not None
33 s
Not None
10 min 3 s 
Not None
9 min 15 s 
Not None
9 min 27 s 
Not None
2 min 2 s 
Not None
33 s
Not None
9 min 37 s 
Not None
3 min 9 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
2 min 4 s 
Not None
9 min 27 s 
Not None
9 min 50 s 
Not None
4 min 13 s 
Not None
9 min 41 s 
Not None
4 min 6 s 
Not None
33 s
Not None
9 min 38 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
1 min 49 s 
Not None
1 min 15 s 
Not None
2 min 21 s 
Not None
3 min 12 s 
Not None
5 min 11 s 
Not None
1 min 56 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
8 min 30 s 
Not None
1 min 50 s 
Not None
8 min 29 s 
Not None
8 min 35 s 
Not None
10 min 14 s 
Not None
42 min 22 s 
Not None
8 min 26 s 
Not None
9 min 27 s 
Not None
8 min 26 s 
Not None
8 min 35 s 
Not None
10 min 14 s 
Not None
8 min 29 s 
Not None
8 min 26 s 
Not None
9 min 28 s 
Not None
9 min 28 s 
Not None
8 min 27 s 
Not None
8 min 27 s 
Not None
10 min 14 s 
Not None
5 min 42 s 
Not None
5 min 42 s 
Not None
5 min 42 s 
Not None
10 min 14 s 
Not None
9 min 28 s 
Not None
3 min 12 s 
Not None
9 min 29 s 
Not None
10 min 14 s 
Not None
5 min 42 s 
Not None
10 min 14 s 
Not None
8 min 27 s 
Not None
9 min 28 s 
Not None
8 min 27 s 
Not None
10 min 59 s 
Not None
5 min 42 s 
Not None
8 min 26 s 
Not None
8 min 35 s 
Not None
1 min 15 s 
Not None
2 min 21 s 
Not None
3 min 12 s 
Not None
1 min 15 s 
Not None
1 min 56 s 
Not None
5 min 11 s 
Not None
2 min 21 s 
Not None
3 min 12 s 
Not None
1 min 56 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 42 s 
Not None
5 min 10 s 
Not None
1 min 50 s 
Not None
33 s
Not None
9 min 38 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
2 min 4 s 
Not None
9 min 26 s 
Not None
9 min 50 s 
Not None
9 min 41 s 
Not None
4 min 13 s 
Not None
4 min 6 s 
Not None
9 min 12 s 
Not None
30 s
Not None
9 min 25 s 
Not None
32 s
Not None
10 min 17 s 
Not None
10 min 4 s 
Not None
9 min 27 s 
Not None
2 min 2 s 
Not None
32 s
Not None
9 min 52 s 
Not None
3 min 10 s 
Not None
9 min 27 s 
Not None
31 s
Not None
10 min 7 s 
Not None
9 min 15 s 
Not None
9 min 27 s 
Not None
2 min 3 s 
Not None
1 min 29 s 
Not None
3 min 9 s 
Not None
10 min 1 s 
Not None
32 s
Not None
10 min 37 s 
Not None
10 min 3 s 
Not None
9 min 16 s 
2026-02-24 10:27:45,938 - WARNING - The duration parameter of the Dataset 170521-Sens-av500ocTBI/21 is empty.
2026-02-24 10:27:45,940 - WARNING - The duration parameter of the Dataset 170521-Sens-av500ocTBI/21 is empty.
2026-02-24 10:27:45,940 - WARNING - The duration parameter of the Dataset 170521-Sens-av500ocTBI/21 is empty.
2026-02-24 10:27:45,941 - WARNING - The duration parameter of the Dataset 170521-Sens-av500ocTBI/21 is empty.
2026-02-24 10:27:45,941 - WARNING - The duration parameter of the Dataset 170521-Sens-av500ocTBI/21 is empty.
2026-02-24 10:27:45,942 - WARNING - The duration parameter of the Dataset 170521-Sens-av500ocTBI/21 is empty.
2026-02-24 10:27:45,942 - WARNING - The duration parameter of the Dataset 170521-Sens-av500ocTBI/21 is empty.
2026-02-24 10:27:45,942 - WARNING - The duration parameter of the Dataset 170521-Sens-av500ocTBI/21 is empty.
2026-02-24 10:27:45,943 - WARNING - The duration parameter of the Dataset 170521-Sens-av500ocTBI/21 is empty.
Not None
No time
Not None
9 min 28 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
33 s
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
10 min 15 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
9 min 51 s 
Not None
29 s
Not None
9 min 13 s 
Not None
10 min 18 s 
Not None
9 min 26 s 
Not None
3 min 12 s 
Not None
5 min 11 s 
Not None
1 min 56 s 
Not None
9 min 13 s 
Not None
9 min 26 s 
Not None
1 min 15 s 
Not None
2 min 21 s 
Not None
3 min 12 s 
Not None
5 min 11 s 
Not None
1 min 56 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
3 min 12 s 
Not None
1 min 56 s 
Not None
31 s
Not None
9 min 14 s 
Not None
10 min 2 s 
Not None
9 min 27 s 
Not None
2 min 2 s 
Not None
33 s
Not None
9 min 37 s 
Not None
3 min 8 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
1 min 15 s 
Not None
2 min 21 s 
Not None
3 min 12 s 
Not None
5 min 11 s 
Not None
1 min 56 s 
Not None
1 min 15 s 
Not None
2 min 20 s 
Not None
5 min 11 s 
Not None
3 min 12 s 
Not None
33 s
Not None
1 min 56 s 
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
1 min 49 s 
Not None
3 min 9 s 
Not None
2 min 11 s 
Not None
9 min 33 s 
Not None
1 min 29 s 
Not None
9 min 50 s 
Not None
33 s
Not None
9 min 37 s 
Not None
10 min 37 s 
Not None
10 min 14 s 
Not None
9 min 16 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
2026-02-24 10:27:55,137 - WARNING - The duration parameter of the Dataset 190722-600_2/51 is empty.
2026-02-24 10:27:55,138 - WARNING - The duration parameter of the Dataset 190722-600_2/51 is empty.
2026-02-24 10:27:55,138 - WARNING - The duration parameter of the Dataset 190722-600_2/51 is empty.
2026-02-24 10:27:55,139 - WARNING - The duration parameter of the Dataset 190722-600_2/51 is empty.
2026-02-24 10:27:55,140 - WARNING - The duration parameter of the Dataset 190722-600_2/51 is empty.
2026-02-24 10:27:55,140 - WARNING - The duration parameter of the Dataset 190722-600_2/51 is empty.
2026-02-24 10:27:55,141 - WARNING - The duration parameter of the Dataset 190722-600_2/51 is empty.
2026-02-24 10:27:55,141 - WARNING - The duration parameter of the Dataset 190722-600_2/51 is empty.
2026-02-24 10:27:55,142 - WARNING - The duration parameter of the Dataset 190722-600_2/51 is empty.
Not None
No time
Not None
4 min 6 s 
Not None
30 s
Not None
34 s
Not None
43 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
1 min 50 s 
Not None
5 min 42 s 
Not None
1 min 10 s 
Not None
49 s
Not None
8 min 27 s 
Not None
1 min 50 s 
Not None
9 min 49 s 
Not None
29 s
Not None
9 min 51 s 
Not None
9 min 12 s 
Not None
9 min 25 s 
Not None
1 min 29 s 
Not None
1 min 9 s 
Not None
32 s
Not None
1 min 8 s 
Not None
10 min 37 s 
Not None
9 min 28 s 
Not None
2 min 4 s 
Not None
9 min 26 s 
Not None
9 min 42 s 
Not None
9 min 50 s 
Not None
4 min 6 s 
Not None
4 min 13 s 
Not None
22 s
2026-02-24 10:27:58,765 - WARNING - The duration parameter of the Dataset 19F_041021_500OC/10 is empty.
2026-02-24 10:27:58,766 - WARNING - The duration parameter of the Dataset 19F_041021_500OC/10 is empty.
2026-02-24 10:27:58,767 - WARNING - The duration parameter of the Dataset 19F_041021_500OC/10 is empty.
2026-02-24 10:27:58,768 - WARNING - The duration parameter of the Dataset 19F_041021_500OC/10 is empty.
2026-02-24 10:27:58,768 - WARNING - The duration parameter of the Dataset 19F_041021_500OC/10 is empty.
2026-02-24 10:27:58,769 - WARNING - The duration parameter of the Dataset 19F_041021_500OC/10 is empty.
2026-02-24 10:27:58,769 - WARNING - The duration parameter of the Dataset 19F_041021_500OC/10 is empty.
2026-02-24 10:27:58,770 - WARNING - The duration parameter of the Dataset 19F_041021_500OC/10 is empty.
2026-02-24 10:27:58,770 - WARNING - The duration parameter of the Dataset 19F_041021_500OC/10 is empty.
Not None
No time
Not None
3 min 9 s 
Not None
23 s
Not None
22 s
Not None
22 s
Not None
9 s
Not None
7 s
Not None
10 s
Not None
22 s
Not None
3 min 9 s 
Not None
22 s
Not None
1 min 15 s 
Not None
23 s
Not None
3 min 11 s 
Not None
3 min 12 s 
Not None
3 min 10 s 
Not None
3 min 9 s 
Not None
3 min 12 s 
Not None
3 min 12 s 
Not None
3 min 12 s 
Not None
3 min 11 s 
Not None
3 min 14 s 
Not None
3 min 9 s 
Not None
3 min 12 s 
Not None
3 min 9 s 
Not None
3 min 11 s 
Not None
3 min 9 s 
Not None
3 min 10 s 
Not None
3 min 12 s 
Not None
3 min 12 s 
Not None
22 s
Not None
1 min 11 s 
Not None
5 min 14 s 
Not None
1 min 6 s 
Not None
1 min 5 s 
Not None
1 min 5 s 
Not None
1 min 6 s 
Not None
9 min 38 s 
Not None
9 min 38 s 
Not None
1 min 11 s 
Not None
10 min 3 s 
Not None
1 min 11 s 
Not None
9 min 37 s 
Not None
10 min 1 s 
Not None
1 min 5 s 
Not None
1 min 11 s 
Not None
1 min 15 s 
Not None
9 min 40 s 
Not None
10 min 4 s 
Not None
10 min 1 s 
Not None
10 min 4 s 
Not None
9 min 50 s 
Not None
9 min 38 s 
Not None
9 min 50 s 
Not None
1 min 11 s 
Not None
9 min 37 s 
Not None
1 min 11 s 
Not None
9 min 38 s 
Not None
1 min 9 s 
Not None
9 min 38 s 
Not None
9 min 37 s 
Not None
10 min 1 s 
Not None
9 min 50 s 
Not None
2 min 21 s 
Not None
10 min 4 s 
Not None
9 min 38 s 
Not None
9 min 50 s 
Not None
10 min 1 s 
Not None
9 min 50 s 
Not None
10 min 1 s 
Not None
10 min 4 s 
Not None
2 min 21 s 
Not None
10 min 1 s 
Not None
9 min 38 s 
Not None
9 min 54 s 
Not None
9 min 38 s 
Not None
9 min 38 s 
Not None
1 min 11 s 
Not None
1 min 11 s 
Not None
10 min 5 s 
Not None
9 min 51 s 
Not None
9 min 50 s 
Not None
9 min 32 s 
Not None
2 min 21 s 
Not None
9 min 38 s 
Not None
1 min 11 s 
Not None
1 min 5 s 
Not None
10 min 1 s 
Not None
1 min 7 s 
Not None
9 min 13 s 
Not None
9 min 26 s 
Not None
3 min 12 s 
Not None
1 min 56 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 42 s 
Not None
5 min 10 s 
Not None
1 min 50 s 
Not None
1 min 56 s 
Not None
2 min 4 s 
Not None
9 min 26 s 
Not None
9 min 50 s 
Not None
9 min 41 s 
Not None
4 min 6 s 
Not None
33 s
Not None
9 min 37 s 
Not None
4 min 13 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
31 s
Not None
30 s
Not None
10 min 3 s 
Not None
9 min 15 s 
Not None
9 min 27 s 
Not None
2 min 2 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
3 min 9 s 
Not None
1 min 50 s 
Not None
33 s
Not None
9 min 38 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
29 s
Not None
9 min 26 s 
Not None
9 min 51 s 
Not None
9 min 12 s 
Not None
10 min 17 s 
Not None
33 s
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
49 s
Not None
1 min 11 s 
Not None
8 min 27 s 
Not None
9 min 50 s 
Not None
26 s
Not None
1 min 5 s 
Not None
5 min 4 s 
Not None
14 s
Not None
8 min 35 s 
Not None
10 min 5 s 
Not None
33 s
Not None
9 min 17 s 
Not None
9 min 28 s 
Not None
2 min 4 s 
Not None
14 s
Not None
10 min 1 s 
Not None
3 min 11 s 
Not None
1 min 15 s 
Not None
9 min 31 s 
Not None
2 min 21 s 
Not None
3 min 12 s 
Not None
5 min 11 s 
Not None
1 min 56 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
31 s
Not None
10 min 4 s 
Not None
9 min 16 s 
Not None
28 min 47 s 
Not None
9 min 28 s 
Not None
2 min 4 s 
Not None
3 min 11 s 
Not None
31 s
Not None
10 min 4 s 
Not None
9 min 28 s 
Not None
9 min 16 s 
Not None
31 s
Not None
9 min 50 s 
Not None
9 min 30 s 
Not None
14 s
Not None
3 min 10 s 
Not None
9 min 29 s 
Not None
10 min 1 s 
Not None
33 s
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
33 s
Not None
9 min 38 s 
Not None
9 min 16 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
10 min 14 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
56 min 40 s 
Not None
49 s
Not None
56 min 40 s 
Not None
1 min 11 s 
Not None
33 s
Not None
9 min 49 s 
Not None
9 min 37 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
9 min 16 s 
Not None
1 min 49 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
31 s
Not None
1 min 50 s 
Not None
9 min 50 s 
Not None
9 min 27 s 
Not None
49 s
Not None
1 min 10 s 
Not None
8 min 26 s 
Not None
9 min 49 s 
Not None
31 s
Not None
10 min 2 s 
Not None
9 min 15 s 
Not None
2 min 33 s 
Not None
9 min 26 s 
Not None
2 min 2 s 
Not None
34 s
Not None
1 min 11 s 
Not None
3 min 10 s 
Not None
1 min 6 s 
Not None
5 min 3 s 
Not None
14 s
Not None
5 min 14 s 
Not None
8 min 30 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
9 min 13 s 
Not None
9 min 25 s 
Not None
14 s
Not None
1 min 12 s 
Not None
5 min 8 s 
Not None
31 s
Not None
10 min 5 s 
Not None
9 min 16 s 
Not None
9 min 28 s 
Not None
1 min 57 s 
Not None
2 min 3 s 
Not None
1 min 26 s 
Not None
2 min 21 s 
Not None
1 min 37 s 
Not None
31 s
Not None
44 s
Not None
30 s
Not None
10 min 2 s 
Not None
9 min 14 s 
Not None
9 min 26 s 
Not None
2 min 2 s 
Not None
34 s
Not None
9 min 38 s 
Not None
3 min 9 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
33 s
Not None
9 min 16 s 
Not None
9 min 37 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
33 s
Not None
9 min 38 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
1 min 49 s 
Not None
3 min 9 s 
Not None
2 min 4 s 
Not None
9 min 26 s 
Not None
9 min 50 s 
Not None
9 min 41 s 
Not None
4 min 13 s 
Not None
31 s
Not None
10 min 3 s 
Not None
4 min 7 s 
Not None
9 min 16 s 
Not None
9 min 27 s 
Not None
2 min 4 s 
Not None
2 min 21 s 
Not None
3 min 9 s 
Not None
3 min 12 s 
Not None
5 min 11 s 
Not None
1 min 56 s 
Not None
31 s
Not None
9 min 15 s 
Not None
10 min 3 s 
Not None
9 min 27 s 
Not None
2 min 3 s 
Not None
2 min 4 s 
Not None
9 min 27 s 
Not None
3 min 9 s 
Not None
9 min 51 s 
Not None
9 min 42 s 
Not None
4 min 13 s 
Not None
4 min 7 s 
Not None
30 s
Not None
43 s
Not None
10 min 1 s 
Not None
31 s
Not None
9 min 50 s 
Not None
10 min 37 s 
Not None
9 min 27 s 
Not None
33 s
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
3 min 9 s 
Not None
10 min 14 s 
Not None
1 min 49 s 
Not None
30 s
Not None
10 min 2 s 
Not None
9 min 26 s 
Not None
34 s
Not None
9 min 16 s 
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
2 min 4 s 
Not None
1 min 50 s 
Not None
9 min 26 s 
Not None
9 min 50 s 
Not None
9 min 41 s 
Not None
4 min 13 s 
Not None
4 min 6 s 
Not None
31 s
Not None
9 min 50 s 
Not None
31 s
Not None
9 min 29 s 
Not None
31 s
Not None
9 min 52 s 
Not None
31 s
Not None
9 min 28 s 
Not None
2 min 4 s 
Not None
9 min 26 s 
Not None
9 min 50 s 
Not None
4 min 13 s 
Not None
9 min 41 s 
Not None
4 min 6 s 
Not None
31 s
Not None
9 min 50 s 
Not None
9 min 27 s 
Not None
31 s
Not None
10 min 2 s 
Not None
9 min 15 s 
Not None
9 min 27 s 
Not None
3 min 9 s 
Not None
34 s
Not None
2 min 3 s 
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
33 s
Not None
9 min 16 s 
Not None
9 min 38 s 
Not None
3 min 9 s 
Not None
10 min 14 s 
Not None
1 min 29 s 
Not None
1 min 53 s 
Not None
31 s
Not None
9 min 50 s 
Not None
2 min 21 s 
Not None
9 min 27 s 
Not None
3 min 12 s 
Not None
5 min 11 s 
Not None
1 min 56 s 
Not None
31 s
Not None
10 min 3 s 
Not None
9 min 16 s 
Not None
9 min 27 s 
Not None
2 min 3 s 
Not None
1 min 29 s 
Not None
3 min 10 s 
Not None
30 s
Not None
10 min 37 s 
Not None
10 min 2 s 
Not None
9 min 15 s 
Not None
9 min 26 s 
Not None
33 s
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
3 min 10 s 
Not None
3 min 9 s 
Not None
10 min 14 s 
Not None
1 min 49 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
49 s
Not None
1 min 50 s 
Not None
1 min 10 s 
Not None
1 min 49 s 
Not None
9 min 49 s 
Not None
33 s
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
9 min 37 s 
Not None
1 min 49 s 
Not None
31 s
Not None
9 min 50 s 
Not None
30 s
Not None
9 min 27 s 
Not None
10 min 3 s 
Not None
9 min 14 s 
Not None
9 min 26 s 
Not None
2 min 3 s 
Not None
33 s
Not None
9 min 53 s 
Not None
3 min 8 s 
Not None
1 min 26 s 
Not None
9 min 30 s 
Not None
31 s
Not None
43 s
Not None
49 s
Not None
1 min 11 s 
Not None
8 min 26 s 
Not None
9 min 50 s 
Not None
3 min 12 s 
Not None
1 min 56 s 
Not None
2 min 20 s 
Not None
2 min 11 s 
Not None
9 min 33 s 
Not None
9 min 33 s 
2026-02-24 10:28:51,822 - WARNING - The duration parameter of the Dataset 250522-600AC/30 is empty.
2026-02-24 10:28:51,824 - WARNING - The duration parameter of the Dataset 250522-600AC/30 is empty.
2026-02-24 10:28:51,824 - WARNING - The duration parameter of the Dataset 250522-600AC/30 is empty.
2026-02-24 10:28:51,825 - WARNING - The duration parameter of the Dataset 250522-600AC/30 is empty.
2026-02-24 10:28:51,825 - WARNING - The duration parameter of the Dataset 250522-600AC/30 is empty.
2026-02-24 10:28:51,826 - WARNING - The duration parameter of the Dataset 250522-600AC/30 is empty.
2026-02-24 10:28:51,827 - WARNING - The duration parameter of the Dataset 250522-600AC/30 is empty.
2026-02-24 10:28:51,827 - WARNING - The duration parameter of the Dataset 250522-600AC/30 is empty.
2026-02-24 10:28:51,828 - WARNING - The duration parameter of the Dataset 250522-600AC/30 is empty.
Not None
No time
Not None
34 s
Not None
9 min 38 s 
Not None
9 min 50 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
33 s
Not None
9 min 37 s 
Not None
1 min 50 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
1 min 15 s 
Not None
2 min 21 s 
Not None
3 min 12 s 
Not None
5 min 11 s 
Not None
34 s
Not None
1 min 56 s 
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
1 min 15 s 
Not None
3 min 12 s 
Not None
2 min 21 s 
Not None
1 min 56 s 
Not None
31 s
Not None
9 min 50 s 
Not None
5 min 53 s 
Not None
2 min 4 s 
Not None
9 min 27 s 
Not None
9 min 26 s 
Not None
9 min 50 s 
Not None
9 min 42 s 
Not None
4 min 6 s 
Not None
4 min 13 s 
Not None
1 min 9 s 
Not None
31 s
Not None
5 min 13 s 
Not None
9 min 50 s 
Not None
30 s
Not None
9 min 27 s 
Not None
9 min 15 s 
Not None
10 min 3 s 
Not None
9 min 26 s 
Not None
2 min 2 s 
Not None
1 min 15 s 
Not None
3 min 14 s 
Not None
3 min 9 s 
Not None
1 min 56 s 
Not None
9 min 12 s 
Not None
9 min 26 s 
Not None
5 min 11 s 
Not None
3 min 12 s 
Not None
1 min 56 s 
Not None
32 s
Not None
9 min 16 s 
Not None
10 min 3 s 
Not None
9 min 28 s 
Not None
2 min 2 s 
Not None
2 min 4 s 
Not None
9 min 41 s 
Not None
3 min 10 s 
Not None
9 min 51 s 
Not None
4 min 7 s 
Not None
4 min 13 s 
Not None
9 min 37 s 
Not None
33 s
Not None
10 min 14 s 
Not None
9 min 16 s 
Not None
1 min 49 s 
Not None
3 min 9 s 
Not None
31 s
Not None
9 min 50 s 
Not None
5 min 13 s 
Not None
9 min 27 s 
Not None
33 s
Not None
9 min 37 s 
Not None
9 min 16 s 
Not None
10 min 14 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
29 s
Not None
9 min 51 s 
Not None
9 min 13 s 
Not None
9 min 25 s 
Not None
10 min 17 s 
Not None
29 s
Not None
2 min 21 s 
Not None
3 min 12 s 
Not None
5 min 11 s 
Not None
1 min 56 s 
Not None
1 min 29 s 
Not None
1 min 9 s 
Not None
31 s
Not None
9 min 50 s 
Not None
5 min 14 s 
Not None
9 min 28 s 
Not None
1 min 29 s 
Not None
10 min 2 s 
Not None
34 s
Not None
9 min 38 s 
Not None
10 min 37 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
2 min 4 s 
Not None
9 min 26 s 
Not None
9 min 50 s 
Not None
4 min 13 s 
Not None
9 min 43 s 
Not None
4 min 7 s 
Not None
34 s
Not None
9 min 38 s 
Not None
5 min 42 s 
Not None
5 min 10 s 
Not None
2 min 21 s 
Not None
1 min 50 s 
Not None
43 s
Not None
31 s
Not None
1 min 25 s 
Not None
2 min 21 s 
Not None
30 s
Not None
43 s
Not None
9 min 33 s 
Not None
9 min 50 s 
Not None
2 min 11 s 
Not None
2 min 4 s 
Not None
9 min 26 s 
Not None
9 min 50 s 
Not None
9 min 41 s 
Not None
4 min 13 s 
Not None
4 min 6 s 
Not None
2 min 4 s 
Not None
9 min 26 s 
Not None
9 min 50 s 
Not None
9 min 41 s 
Not None
2 min 4 s 
Not None
9 min 26 s 
Not None
9 min 41 s 
Not None
9 min 51 s 
Not None
4 min 13 s 
Not None
4 min 6 s 
Not None
32 s
Not None
10 min 2 s 
Not None
9 min 16 s 
Not None
9 min 26 s 
Not None
2 min 2 s 
Not None
1 min 7 s 
Not None
3 min 9 s 
Not None
33 s
Not None
9 min 38 s 
Not None
10 min 14 s 
Not None
9 min 16 s 
Not None
3 min 9 s 
Not None
1 min 49 s 
Not None
1 min 58 s 
Not None
3 min 12 s 
Not None
31 s
Not None
9 min 50 s 
Not None
30 s
Not None
9 min 28 s 
Not None
10 min 2 s 
Not None
9 min 15 s 
Not None
9 min 26 s 
Not None
2 min 2 s 
Not None
33 s
Not None
9 min 52 s 
Not None
3 min 9 s 
Not None
9 min 30 s 
Not None
10 min 3 s 
Not None
9 min 14 s 
Not None
9 min 25 s 
Not None
2 min 2 s 
Not None
3 min 9 s 
Not None
31 s
Not None
9 min 50 s 
Not None
35 s
Not None
9 min 27 s 
Not None
9 min 38 s 
Not None
5 min 10 s 
Not None
5 min 42 s 
Not None
1 min 50 s 
Not None
14 s
Not None
13 s
Not None
14 s
Not None
1 min 50 s 
Not None
1 min 49 s 
Not None
14 s
Not None
2 min 3 s 
Not None
1 min 49 s 
Not None
13 s
Not None
13 s
Not None
13 s
Not None
9 min 32 s 
Not None
1 min 15 s 
Not None
14 s
Not None
2 min 4 s 
Not None
2 min 3 s 
Not None
1 min 50 s 
Not None
1 min 49 s 
Not None
1 min 50 s 
Not None
1 min 56 s 
Not None
1 min 49 s 
Not None
1 min 50 s 
Not None
1 min 56 s 
Not None
2 min 4 s 
Not None
1 min 2 s 
Not None
1 min 56 s 
Not None
9 min 32 s 
Not None
2 min 5 s 
Not None
2 min 4 s 
Not None
1 min 56 s 
Not None
1 min 49 s 
Not None
1 min 56 s 
Not None
1 min 50 s 
Not None
1 min 49 s 
Not None
1 min 47 s 
Not None
1 min 56 s 
Not None
2 min 3 s 
Not None
1 min 50 s 
Not None
14 s
Not None
1 min 56 s 
Not None
14 s
Not None
2 h 43 min 49 s 
Not None
34 min 4 s 
Not None
5 min 54 s 
Not None
49 s
Not None
29 s
Not None
34 s
Not None
33 s
Not None
26 s
Not None
34 s
Not None
33 s
Not None
49 s
Not None
31 s
Not None
49 s
Not None
1 min 35 s 
Not None
33 s
Not None
33 s
Not None
14 s
Not None
49 s
Not None
1 min 15 s 
Not None
32 s
Not None
1 min 15 s 
Not None
32 s
Not None
14 s
Not None
34 s
Not None
49 s
Not None
49 s
Not None
33 s
Not None
34 s
Not None
1 min 15 s 
Not None
14 s
Not None
34 s
Not None
33 s
Not None
1 min 15 s 
Not None
1 min 15 s 
Not None
31 s
Not None
34 s
Not None
14 s
Not None
14 s
Not None
32 s
Not None
1 min 15 s 
Not None
14 s
Not None
33 s
Not None
14 s
Not None
1 min 15 s 
Not None
32 s
Not None
34 s
Not None
33 s
Not None
49 s
Not None
31 s
Not None
1 min 15 s 
Not None
49 s
Not None
1 min 15 s 
Not None
26 s
Not None
1 min 15 s 
Not None
34 s
Not None
49 s
Not None
26 s
Not None
14 s
Not None
32 s
Not None
31 s
Not None
31 s
Not None
31 s
Not None
31 s
Not None
33 s
Not None
31 s
Not None
21 min 56 s
Not None
1 min 2 s 
Not None
2 min 18 s 
Not None
1 min 2 s 
Not None
2 min 17 s 
Not None
18 min 20 s 
2026-02-24 10:29:32,538 - WARNING - The duration parameter of the Dataset AV400-2024-02-05-jahs.14703/2 is empty.
2026-02-24 10:29:32,540 - WARNING - The duration parameter of the Dataset AV400-2024-02-05-jahs.14703/2 is empty.
2026-02-24 10:29:32,540 - WARNING - The duration parameter of the Dataset AV400-2024-02-05-jahs.14703/2 is empty.
2026-02-24 10:29:32,541 - WARNING - The duration parameter of the Dataset AV400-2024-02-05-jahs.14703/2 is empty.
2026-02-24 10:29:32,541 - WARNING - The duration parameter of the Dataset AV400-2024-02-05-jahs.14703/2 is empty.
2026-02-24 10:29:32,541 - WARNING - The duration parameter of the Dataset AV400-2024-02-05-jahs.14703/2 is empty.
2026-02-24 10:29:32,541 - WARNING - The duration parameter of the Dataset AV400-2024-02-05-jahs.14703/2 is empty.
2026-02-24 10:29:32,542 - WARNING - The duration parameter of the Dataset AV400-2024-02-05-jahs.14703/2 is empty.
2026-02-24 10:29:32,542 - WARNING - The duration parameter of the Dataset AV400-2024-02-05-jahs.14703/2 is empty.
Not None
No time
Not None
1 h 4 min 30 s 
Not None
31 min 32 s 
Not None
1 h 17 min 54 s 
Not None
21 min 4 s 
Not None
5 min 7 s 
Not None
1 min 43 s 
Not None
4 min 50 s 
Not None
1 min 43 s 
Not None
1 min 43 s 
Not None
1 min 43 s 
Not None
24 min 13 s 
Not None
1 min 48 s 
Not None
18 h 30 min 33 s 
Not None
21 min 4 s 
Not None
18 min 19 s 
2026-02-24 10:29:34,382 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,383 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,383 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,384 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,384 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,384 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,385 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,385 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,385 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,386 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,386 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,386 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,387 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,387 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,387 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,387 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,388 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,388 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,388 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,389 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,389 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,389 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,390 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,390 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,390 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
2026-02-24 10:29:34,391 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14785/2 is empty.
Not None
No time
Not None
1 h 4 min 30 s 
Not None
31 min 32 s 
Not None
1 h 17 min 54 s 
Not None
18 min 19 s 
2026-02-24 10:29:34,978 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,979 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,980 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,981 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,981 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,981 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,982 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,982 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,982 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,983 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,983 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,983 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,984 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,984 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,984 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,985 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,985 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,985 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,986 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,986 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,986 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,986 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,987 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,987 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,987 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
2026-02-24 10:29:34,988 - WARNING - The duration parameter of the Dataset AV400-2024-02-09-jahs.14786/2 is empty.
Not None
No time
Not None
1 h 4 min 29 s 
Not None
31 min 32 s 
Not None
1 h 17 min 54 s 
Not None
21 min 4 s 
Not None
1 min 4 s 
Not None
18 h 30 min 33 s 
Not None
1 min 43 s 
Not None
1 min 43 s 
Not None
1 min 43 s 
Not None
4 min 49 s 
Not None
4 min 49 s 
Not None
4 min 48 s 
Not None
4 min 49 s 
Not None
4 min 43 s 
Not None
4 min 43 s 
Not None
2 min 31 s 
Not None
1 min 43 s 
Not None
1 min 43 s 
Not None
9 min 38 s 
Not None
9 min 38 s 
Not None
9 min 38 s 
Not None
2 min 11 s 
Not None
29 min 19 s 
Not None
6 min 18 s 
Not None
24 min 2 s
Not None
9 min 24 s
Not None
3 h 8 min 58 s
Not None
33 s
Not None
9 min 15 s 
Not None
1 min 35 s 
Not None
41 min 45 s 
Not None
1 h 13 min 57 s 
Not None
41 min 7 s 
Not None
30 min 25 s 
2026-02-24 10:29:39,331 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-mswa.48700/5 is empty.
2026-02-24 10:29:39,332 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-mswa.48700/5 is empty.
2026-02-24 10:29:39,333 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-mswa.48700/5 is empty.
2026-02-24 10:29:39,334 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-mswa.48700/5 is empty.
2026-02-24 10:29:39,334 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-mswa.48700/5 is empty.
2026-02-24 10:29:39,335 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-mswa.48700/5 is empty.
2026-02-24 10:29:39,336 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-mswa.48700/5 is empty.
2026-02-24 10:29:39,336 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-mswa.48700/5 is empty.
2026-02-24 10:29:39,337 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-mswa.48700/5 is empty.
Not None
No time
Not None
3 h 40 min 30 s 
2026-02-24 10:29:39,560 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48702/1 is empty.
2026-02-24 10:29:39,561 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48702/1 is empty.
2026-02-24 10:29:39,562 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48702/1 is empty.
2026-02-24 10:29:39,563 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48702/1 is empty.
2026-02-24 10:29:39,563 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48702/1 is empty.
2026-02-24 10:29:39,564 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48702/1 is empty.
2026-02-24 10:29:39,564 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48702/1 is empty.
2026-02-24 10:29:39,565 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48702/1 is empty.
2026-02-24 10:29:39,565 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48702/1 is empty.
Not None
No time
Not None
3 h 40 min 30 s 
2026-02-24 10:29:39,787 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48701/1 is empty.
2026-02-24 10:29:39,788 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48701/1 is empty.
2026-02-24 10:29:39,788 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48701/1 is empty.
2026-02-24 10:29:39,789 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48701/1 is empty.
2026-02-24 10:29:39,789 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48701/1 is empty.
2026-02-24 10:29:39,790 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48701/1 is empty.
2026-02-24 10:29:39,791 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48701/1 is empty.
2026-02-24 10:29:39,791 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48701/1 is empty.
2026-02-24 10:29:39,792 - WARNING - The duration parameter of the Dataset AV500-2026-02-01-chch.48701/1 is empty.
Not None
No time
2026-02-24 10:29:39,901 - WARNING - The duration parameter of the Dataset AV500-2025-12-09-ahkn.48424/2 is empty.
2026-02-24 10:29:39,902 - WARNING - The duration parameter of the Dataset AV500-2025-12-09-ahkn.48424/2 is empty.
2026-02-24 10:29:39,903 - WARNING - The duration parameter of the Dataset AV500-2025-12-09-ahkn.48424/2 is empty.
2026-02-24 10:29:39,903 - WARNING - The duration parameter of the Dataset AV500-2025-12-09-ahkn.48424/2 is empty.
2026-02-24 10:29:39,904 - WARNING - The duration parameter of the Dataset AV500-2025-12-09-ahkn.48424/2 is empty.
2026-02-24 10:29:39,905 - WARNING - The duration parameter of the Dataset AV500-2025-12-09-ahkn.48424/2 is empty.
2026-02-24 10:29:39,908 - WARNING - The duration parameter of the Dataset AV500-2025-12-09-ahkn.48424/2 is empty.
2026-02-24 10:29:39,909 - WARNING - The duration parameter of the Dataset AV500-2025-12-09-ahkn.48424/2 is empty.
2026-02-24 10:29:39,909 - WARNING - The duration parameter of the Dataset AV500-2025-12-09-ahkn.48424/2 is empty.
Not None
No time
1 min 4 s 
1 h 5 min 8 s 
No time
No time
12 min 42 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2 min 5 s 
2026-02-24 10:29:54,936 - INFO - Finished processing datasets with the format 'BrukerNMR' and 'NMR (Varian)'.
2026-02-24 10:29:54,937 - INFO - Generating reports with the statistics for the utilization time of each instrument.
2026-02-24 10:30:00,159 - ERROR - Error creating DataFrame for instruments: not enough values to unpack (expected 3, got 2)
2026-02-24 10:30:00,160 - INFO - Finished generating reports with the statistics for the utilization time of each instrument.
2026-02-24 10:30:00,160 - INFO - Finished generating statistic of utilization time.
2026-02-24 10:30:00,161 - INFO - Starting to generate a statistical analysis of the different types of NMR experiments of each instrument.
2026-02-24 10:30:00,427 - INFO - Processing instruments with format 'BrukerNMR' in the given time frame: begin date: 22/October/2015 - end date: 11/February/2026.
2026-02-24 10:36:18,817 - INFO - Finished getting all datasets with format 'BrukerNMR' in the given date range.
2026-02-24 10:36:18,817 - INFO - Creating reports with a statistical analysis of the different types of NMR experiments.
2026-02-24 10:36:18,852 - INFO - Finished generating reports with a statistical analysis of the different types of NMR experiments.
2026-02-24 10:36:18,852 - INFO - Finished generating a statistical analysis of the different types of NMR experiments of each instrument.
../../_images/97cbce539c747edb38bd683707770ab5575930072318947a7b7a95f056f11a49.png