roc-film 1.14.2__tar.gz → 1.14.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {roc_film-1.14.2 → roc_film-1.14.3}/PKG-INFO +1 -1
- {roc_film-1.14.2 → roc_film-1.14.3}/pyproject.toml +1 -1
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/descriptor.json +3 -3
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/cdf_postpro.py +4 -3
- {roc_film-1.14.2 → roc_film-1.14.3}/LICENSE +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/README.md +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/__init__.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/__init__.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/commands.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/config/__init__.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/constants.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/exceptions.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/__init__.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/cat_solo_hk.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/check_dds.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/db_to_anc_bia_sweep_table.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/dds_to_l0.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/export_solo_coord.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/file_handler.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/l0_to_hk.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/l0_to_l1_bia_current.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/l0_to_l1_bia_sweep.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/l0_to_l1_sbm.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/l0_to_l1_surv.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/make_daily_tm.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/merge_tcreport.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/merge_tmraw.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/parse_dds_xml.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tasks/set_l0_utc.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tests/__init__.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tests/cdf_compare.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tests/hdf5_compare.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tests/test_dds_to_l0.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tests/test_dds_to_tc.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tests/test_dds_to_tm.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tests/test_film.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tests/test_l0_to_hk.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tests/test_l0_to_l1_bia.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tests/test_l0_to_l1_sbm.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tests/test_l0_to_l1_surv.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tests/test_metadata.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tests/tests.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tools/__init__.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tools/dataset_tasks.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tools/file_helpers.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tools/l0.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tools/metadata.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tools/skeleton.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tools/tools.py +0 -0
- {roc_film-1.14.2 → roc_film-1.14.3}/roc/film/tools/xlsx2skt.py +0 -0
@@ -6,10 +6,10 @@
|
|
6
6
|
"description": "RPW FILe Maker (FILM): Plugin to make RPW L0, L1 and HK data files"
|
7
7
|
},
|
8
8
|
"release": {
|
9
|
-
"version": "1.14.
|
10
|
-
"date": "2025-
|
9
|
+
"version": "1.14.3",
|
10
|
+
"date": "2025-03-12",
|
11
11
|
"author": "Xavier Bonnin <xavier.bonnin@obspm.fr>, ROC Team <roc.support@sympa.obspm.fr>",
|
12
|
-
"modification": "
|
12
|
+
"modification": "Extend time range for event_log query in cdf_postpro set_bitmask",
|
13
13
|
"url": "https://gitlab.obspm.fr/ROC/Pipelines/Plugins/FILM"
|
14
14
|
},
|
15
15
|
"tasks": [
|
@@ -6,7 +6,7 @@
|
|
6
6
|
import json
|
7
7
|
import os
|
8
8
|
import shutil
|
9
|
-
from datetime import datetime
|
9
|
+
from datetime import datetime, timedelta
|
10
10
|
|
11
11
|
from sqlalchemy import and_
|
12
12
|
import numpy as np
|
@@ -582,14 +582,15 @@ class CdfPostPro(Task):
|
|
582
582
|
logger.debug(f"Querying event_log table...\t[{self.job_id}]")
|
583
583
|
model = EventLog
|
584
584
|
filters = [
|
585
|
-
model.start_time >= self.time_min,
|
586
|
-
model.end_time <= self.time_max,
|
585
|
+
model.start_time >= self.time_min - timedelta(hours=1),
|
586
|
+
model.end_time <= self.time_max + timedelta(hours=1),
|
587
587
|
]
|
588
588
|
self.event_log = query_db(
|
589
589
|
self.session,
|
590
590
|
model,
|
591
591
|
filters=and_(*filters),
|
592
592
|
)
|
593
|
+
|
593
594
|
n_event = self.event_log.shape[0]
|
594
595
|
if n_event == 0:
|
595
596
|
logger.warning(
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|