From 50bc47df78c21a3f4aeb44e580d30c319f16a3b9 Mon Sep 17 00:00:00 2001 From: Scott Collins Date: Fri, 8 Nov 2024 12:15:22 -0600 Subject: [PATCH] Rolled PGE version to 3.0.0 in disp_s1_pge.py --- src/opera/pge/disp_s1/disp_s1_pge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opera/pge/disp_s1/disp_s1_pge.py b/src/opera/pge/disp_s1/disp_s1_pge.py index 7becb715..2dc1c0af 100644 --- a/src/opera/pge/disp_s1/disp_s1_pge.py +++ b/src/opera/pge/disp_s1/disp_s1_pge.py @@ -901,7 +901,7 @@ class DispS1Executor(DispS1PreProcessorMixin, DispS1PostProcessorMixin, PgeExecu LEVEL = "L3" """Processing Level for DISP-S1 Products""" - PGE_VERSION = "3.0.0-rc.4.2" + PGE_VERSION = "3.0.0" """Version of the PGE (overrides default from base_pge)""" SAS_VERSION = "0.5.1" # Final release https://github.com/opera-adt/disp-s1/releases/tag/v0.5.1