Skip to content

Commit

Permalink
Updated version for RTC-S1 PGE to 2.0.0-er.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Collins committed Feb 15, 2023
1 parent 30a4d28 commit 3bfb400
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/opera/pge/rtc_s1/rtc_s1_pge.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,10 @@ class RtcS1Executor(RtcS1PreProcessorMixin, RtcS1PostProcessorMixin, PgeExecutor
LEVEL = "L2"
"""Processing Level for RTC-S1 Products"""

SAS_VERSION = "0.2" # Beta release https://github.com/opera-adt/RTC/releases/tag/v0.2
PGE_VERSION = "2.0.0-er.5.1"
"""Version of the PGE (overrides default from base_pge)"""

SAS_VERSION = "0.2.1" # Beta release https://github.com/opera-adt/RTC/releases/tag/v0.2.1
"""Version of the SAS wrapped by this PGE, should be updated as needed"""

SOURCE = "S1"
Expand Down

0 comments on commit 3bfb400

Please sign in to comment.