roc-film 1.14.5__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.5 → roc_film-1.14.7}/PKG-INFO +1 -1
- {roc_film-1.14.5 → roc_film-1.14.7}/pyproject.toml +1 -1
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/descriptor.json +3 -3
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/db_to_anc_bia_sweep_table.py +2 -2
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/file_handler.py +1 -1
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tools/file_helpers.py +2 -2
- {roc_film-1.14.5 → roc_film-1.14.7}/LICENSE +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/README.md +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/__init__.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/__init__.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/commands.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/config/__init__.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/constants.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/exceptions.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/__init__.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/cat_solo_hk.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/cdf_postpro.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/check_dds.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/dds_to_l0.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/export_solo_coord.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/l0_to_hk.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/l0_to_l1_bia_current.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/l0_to_l1_bia_sweep.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/l0_to_l1_sbm.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/l0_to_l1_surv.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/make_daily_tm.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/merge_tcreport.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/merge_tmraw.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/parse_dds_xml.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tasks/set_l0_utc.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tests/__init__.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tests/cdf_compare.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tests/hdf5_compare.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tests/test_dds_to_l0.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tests/test_dds_to_tc.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tests/test_dds_to_tm.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tests/test_film.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tests/test_l0_to_hk.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tests/test_l0_to_l1_bia.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tests/test_l0_to_l1_sbm.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tests/test_l0_to_l1_surv.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tests/test_metadata.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tests/tests.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tools/__init__.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tools/dataset_tasks.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tools/l0.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tools/metadata.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tools/skeleton.py +0 -0
- {roc_film-1.14.5 → roc_film-1.14.7}/roc/film/tools/tools.py +0 -0
- {roc_film-1.14.5 → 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": "Hotfix in
|
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
|
@@ -60,7 +60,7 @@ class MoveToProdDir(Task):
|
|
60
60
|
else:
|
61
61
|
output_dirbasename = os.path.basename(output_dir)
|
62
62
|
target_dir = os.path.join(products_dir, output_dirbasename)
|
63
|
-
logger.
|
63
|
+
logger.debug(f"Moving {output_dir} into {products_dir}")
|
64
64
|
if safe_move(output_dir, target_dir, ignore_patterns=ignore_patterns):
|
65
65
|
logger.info(f"{output_dir} moved into {products_dir}")
|
66
66
|
|
@@ -753,7 +753,7 @@ def l0_to_trange_cdf(
|
|
753
753
|
data = order_by_increasing_time(data, unique=unique)
|
754
754
|
|
755
755
|
# Generation date
|
756
|
-
generation_date = datetime.
|
756
|
+
generation_date = datetime.now().strftime(INPUT_DATETIME_STRFTIME)
|
757
757
|
logger.debug(
|
758
758
|
f'Set "Generation_date" attr. value to {generation_date}\t[{task.job_id}]'
|
759
759
|
)
|
@@ -785,7 +785,7 @@ def l0_to_trange_cdf(
|
|
785
785
|
end_time.strftime(CDF_TRANGE_STRFORMAT),
|
786
786
|
]
|
787
787
|
)
|
788
|
-
l0_parents = "
|
788
|
+
l0_parents = [f"HDF5>{Path(parent).stem}" for parent in parents]
|
789
789
|
|
790
790
|
# Set CDF global attributes using first l0_file metadata in the list
|
791
791
|
with h5py.File(l0_file_list[0], "r") as l0:
|
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
|