roc-film 1.14.6__tar.gz → 1.14.7__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.6 → roc_film-1.14.7}/PKG-INFO +1 -1
- {roc_film-1.14.6 → roc_film-1.14.7}/pyproject.toml +1 -1
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/descriptor.json +3 -3
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/db_to_anc_bia_sweep_table.py +2 -2
- {roc_film-1.14.6 → roc_film-1.14.7}/LICENSE +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/README.md +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/__init__.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/__init__.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/commands.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/config/__init__.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/constants.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/exceptions.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/__init__.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/cat_solo_hk.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/cdf_postpro.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/check_dds.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/dds_to_l0.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/export_solo_coord.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/file_handler.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/l0_to_hk.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/l0_to_l1_bia_current.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/l0_to_l1_bia_sweep.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/l0_to_l1_sbm.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/l0_to_l1_surv.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/make_daily_tm.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/merge_tcreport.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/merge_tmraw.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/parse_dds_xml.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tasks/set_l0_utc.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tests/__init__.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tests/cdf_compare.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tests/hdf5_compare.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tests/test_dds_to_l0.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tests/test_dds_to_tc.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tests/test_dds_to_tm.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tests/test_film.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tests/test_l0_to_hk.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tests/test_l0_to_l1_bia.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tests/test_l0_to_l1_sbm.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tests/test_l0_to_l1_surv.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tests/test_metadata.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tests/tests.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tools/__init__.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tools/dataset_tasks.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tools/file_helpers.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tools/l0.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tools/metadata.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tools/skeleton.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/roc/film/tools/tools.py +0 -0
- {roc_film-1.14.6 → roc_film-1.14.7}/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-03-
|
9
|
+
"version": "1.14.7",
|
10
|
+
"date": "2025-03-21",
|
11
11
|
"author": "Xavier Bonnin <xavier.bonnin@obspm.fr>, ROC Team <roc.support@sympa.obspm.fr>",
|
12
|
-
"modification": "
|
12
|
+
"modification": "Hotfix in db_to_anc_bia_sweep_table.py",
|
13
13
|
"url": "https://gitlab.obspm.fr/ROC/Pipelines/Plugins/FILM"
|
14
14
|
},
|
15
15
|
"tasks": [
|
@@ -118,13 +118,13 @@ class DbToAncBiaSweepTable(Task):
|
|
118
118
|
# Get start_time input value
|
119
119
|
self.start_time = valid_time(
|
120
120
|
self.pipeline.get("start_time", default=[None])[0],
|
121
|
-
|
121
|
+
str_format=TIME_DAILY_STRFORMAT,
|
122
122
|
)
|
123
123
|
|
124
124
|
# Get end_time input value
|
125
125
|
self.end_time = valid_time(
|
126
126
|
self.pipeline.get("end_time", default=[None])[0],
|
127
|
-
|
127
|
+
str_format=TIME_DAILY_STRFORMAT,
|
128
128
|
)
|
129
129
|
|
130
130
|
# Define query filters for existing data in database
|
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
|