From f655f5828e61de104ff518f4b1314276476b9585 Mon Sep 17 00:00:00 2001 From: Scott Collins Date: Tue, 14 May 2024 15:12:35 -0700 Subject: [PATCH] Rolled PGE version number for DSWx-HLS t0 1.0.3 --- ...config-v1.0.2.yaml => dswx_hls_sample_runconfig-v1.0.3.yaml} | 2 +- src/opera/pge/dswx_hls/dswx_hls_pge.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename examples/{dswx_hls_sample_runconfig-v1.0.2.yaml => dswx_hls_sample_runconfig-v1.0.3.yaml} (99%) diff --git a/examples/dswx_hls_sample_runconfig-v1.0.2.yaml b/examples/dswx_hls_sample_runconfig-v1.0.3.yaml similarity index 99% rename from examples/dswx_hls_sample_runconfig-v1.0.2.yaml rename to examples/dswx_hls_sample_runconfig-v1.0.3.yaml index 45f1aed3..a152be4a 100644 --- a/examples/dswx_hls_sample_runconfig-v1.0.2.yaml +++ b/examples/dswx_hls_sample_runconfig-v1.0.3.yaml @@ -1,4 +1,4 @@ -# Sample RunConfig for use with the DSWx-HLS PGE v1.0.2 +# Sample RunConfig for use with the DSWx-HLS PGE v1.0.3 # This RunConfig should require minimal changes in order to be used with the # OPERA PCM. diff --git a/src/opera/pge/dswx_hls/dswx_hls_pge.py b/src/opera/pge/dswx_hls/dswx_hls_pge.py index 64adbc2c..db1d74e5 100644 --- a/src/opera/pge/dswx_hls/dswx_hls_pge.py +++ b/src/opera/pge/dswx_hls/dswx_hls_pge.py @@ -605,7 +605,7 @@ class DSWxHLSExecutor(DSWxHLSPreProcessorMixin, DSWxHLSPostProcessorMixin, PgeEx LEVEL = "L3" """Processing Level for DSWx-HLS Products""" - PGE_VERSION = "1.0.2" + PGE_VERSION = "1.0.3" """Version of the PGE (overrides default from base_pge)""" SAS_VERSION = "1.0.1" # Final release 4.1 https://github.com/nasa/PROTEUS/releases/tag/v1.0.1