diff --git a/Docker/lockfile.lock b/Docker/lockfile.lock index 602e3fee..beb55942 100644 --- a/Docker/lockfile.lock +++ b/Docker/lockfile.lock @@ -200,6 +200,6 @@ https://conda.anaconda.org/conda-forge/noarch/pooch-1.7.0-pyha770c72_3.conda https://conda.anaconda.org/conda-forge/linux-64/gdal-3.6.4-py311h6122507_2.conda https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-haa3a1c2_11.conda https://conda.anaconda.org/conda-forge/linux-64/scipy-1.10.1-py311h64a7726_3.conda -https://conda.anaconda.org/conda-forge/linux-64/isce3-0.13.0-py311hf74af29_2.conda +https://conda.anaconda.org/conda-forge/linux-64/linux-64/isce3-0.14.0-py311hf74af29_0.conda https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.7-py311ha74522f_3.conda https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.7.1-py311h38be061_0.conda \ No newline at end of file diff --git a/src/rtc/h5_prep.py b/src/rtc/h5_prep.py index 0794f9d1..f7acbaa6 100644 --- a/src/rtc/h5_prep.py +++ b/src/rtc/h5_prep.py @@ -519,7 +519,7 @@ def get_metadata_dict(product_id: str, processing_type, 'Processing type: "NOMINAL", "URGENT", "CUSTOM", or "UNDEFINED"'], 'identification/processingDateTime': - ['processing_date_time', + ['processing_datetime', ALL_PRODUCTS, processing_datetime.strftime(DATE_TIME_METADATA_FORMAT), 'Processing date and time in the format YYYY-MM-DDThh:mm:ss.sZ'], @@ -583,7 +583,7 @@ def get_metadata_dict(product_id: str, # populate source data processingDateTime with from processing_info # "stop" (SLC Post processing date time) 'metadata/sourceData/processingDateTime': # 1.6.6 - ['source_data_processing_date_time', + ['source_data_processing_datetime', ALL_PRODUCTS, burst_in.burst_misc_metadata.processing_info_dict['stop'], 'Processing UTC date and time of the source data product (SLC'