Skip to content

Commit

Permalink
Merge pull request #554 from nasa/release/3.0.1
Browse files Browse the repository at this point in the history
DISP-S1 Release v3.0.1
  • Loading branch information
RKuttruff authored Dec 11, 2024
2 parents 9bcdfd9 + 796af77 commit 7eb0ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sample RunConfig for use with the DISP-S1 PGE v3.0.0
# Sample RunConfig for use with the DISP-S1 PGE v3.0.1
# This RunConfig should require minimal changes in order to be used with the
# OPERA PCM.

Expand Down
2 changes: 1 addition & 1 deletion src/opera/pge/disp_s1/disp_s1_pge.py
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ class DispS1Executor(DispS1PreProcessorMixin, DispS1PostProcessorMixin, PgeExecu
LEVEL = "L3"
"""Processing Level for DISP-S1 Products"""

PGE_VERSION = "3.0.0"
PGE_VERSION = "3.0.1"
"""Version of the PGE (overrides default from base_pge)"""

SAS_VERSION = "0.5.2" # Final release https://github.com/opera-adt/disp-s1/releases/tag/v0.5.2
Expand Down

0 comments on commit 7eb0ab3

Please sign in to comment.