-
Notifications
You must be signed in to change notification settings - Fork 7
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
RTC-S1 CalVal v4.1 PGE Integration #334
Conversation
src/opera/pge/rtc_s1/rtc_s1_pge.py
Outdated
""" | ||
Returns the base file name to use for RTC products produced by this PGE. | ||
|
||
The base filename for the RTC PGE consists of: | ||
|
||
<Core filename>_<BURST ID>_<ACQUISITION TIME>_<PRODUCTION TIME>_<SENSOR>_<SPACING>_<PRODUCT VERSION> | ||
|
||
Where <Core filename> is returned by RtcS1PostProcessorMixin._core_filename(). | ||
Where <Core filename> is returned by RtcS1PostProcessorMixin._core_filename() | ||
if static_layer_product is False, otherwise it the value returned by |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit "it is"
RtcS1PostProcessorMixin._core_static_filename() | ||
|
||
If static_layer_product is True, <ACQUISITION TIME> will correspond | ||
to the configured data validity start time (as defined in the RunConfig). | ||
|
||
Parameters | ||
---------- | ||
inter_filename : str |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this is not part of the changes, but to me this description is not very clear.
src/opera/pge/rtc_s1/rtc_s1_pge.py
Outdated
Where <RTC filename> is returned by RtcS1PostProcessorMixin._rtc_filename(), | ||
and <Static layer name> is the identifier for the specific static layer | ||
Where <RTC static filename> is returned by RtcS1PostProcessorMixin._rtc_filename() | ||
with static_layer_product set ot True. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit 'set to True'
|
||
Parameters | ||
---------- | ||
inter_filename : str |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
related to comment above
@@ -57,14 +63,31 @@ runconfig: | |||
# `RTC-S1_069-147170-IW1_S1B` for the burst t069-147170-IW1; and it | |||
# will become `RTC-S1_S1B` for the mosaic product. | |||
# | |||
# If the field `product_id`` is left empty, the prefix | |||
# "OPERA_L2_RTC-S1_{burst_id}" will be used instead. | |||
# For RTC-S1 products, if the field `product_id`` is left empty, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra ` here
<gco:CharacterString>InputBackscatterNormalizationConvention</gco:CharacterString> | ||
</eos:name> | ||
<eos:description> | ||
<gco:CharacterString>Normalization convention for input backscatter</gco:CharacterString> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The string here doesn't follow the convention. I would expect "Input Backscatter Normalization Convention"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good.
…Hmmss portion is not needed
5043196
to
d508a35
Compare
Description
Affected Issues
Testing