Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DISP-S1 Release 3.0.0-rc.4.2 #538

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-rc.4.1
# Sample RunConfig for use with the DISP-S1 PGE v3.0.0-rc.4.2
# 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 @@ -832,7 +832,7 @@ class DispS1Executor(DispS1PreProcessorMixin, DispS1PostProcessorMixin, PgeExecu
LEVEL = "L3"
"""Processing Level for DISP-S1 Products"""

PGE_VERSION = "3.0.0-rc.4.1"
PGE_VERSION = "3.0.0-rc.4.2"
"""Version of the PGE (overrides default from base_pge)"""

SAS_VERSION = "0.4.6" # CalVal release https://github.com/opera-adt/disp-s1/releases/tag/v0.4.6
Expand Down