Skip to content

Commit 090251a

Browse files
authored
Merge pull request #735 from nasa/release/disp-s1/3.0.8
DISP-S1 PGE Release v3.0.8
2 parents 29ec29f + db57552 commit 090251a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/disp_s1_sample_runconfig-v3.0.7.yaml renamed to examples/disp_s1_sample_runconfig-v3.0.8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sample RunConfig for use with the DISP-S1 PGE v3.0.7
1+
# Sample RunConfig for use with the DISP-S1 PGE v3.0.8
22
# This RunConfig should require minimal changes in order to be used with the
33
# OPERA PCM.
44

src/opera/pge/disp_s1/disp_s1_pge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ class DispS1Executor(DispS1PreProcessorMixin, DispS1PostProcessorMixin, PgeExecu
898898
LEVEL = "L3"
899899
"""Processing Level for DISP-S1 Products"""
900900

901-
PGE_VERSION = "3.0.7"
901+
PGE_VERSION = "3.0.8"
902902
"""Version of the PGE (overrides default from base_pge)"""
903903

904904
SAS_VERSION = "0.5.10" # Final release https://github.com/opera-adt/disp-s1/releases/tag/v0.5.10

0 commit comments

Comments
 (0)