[ ] Creation of the Measured Parameters Description YAML config
Latest product spec can be found in Artifactory under the following path: general/gov/nasa/jpl/opera/adt/rtc_s1/r5.1/final/documents/OPERA_RTC_S1_R5.1_Product_Specs.docx
[ ] Update the existing ISO XML template to use a jinja2 for-loop construct for the MeasuredParameters section. This should be performed after creation of the Parameter Description file described above
[ ] Update _collect_rtc_s1_product_metadata() to include a call to augment_measured_parameters() to ensure all metadata is formatted as expected before the template is instantiated
[ ] After all changes are made, run the integration test for the PGE (either via Jenkins or locally on dev machine) and inspect the resulting ISO XML product to ensure MeasuredParameters section is filled out as expected.
[ ] Creation of the Measured Parameters Description YAML config
general/gov/nasa/jpl/opera/adt/rtc_s1/r5.1/final/documents/OPERA_RTC_S1_R5.1_Product_Specs.docx
[ ] Update the existing ISO XML template to use a jinja2 for-loop construct for the MeasuredParameters section. This should be performed after creation of the Parameter Description file described above
[ ] Update
_collect_rtc_s1_product_metadata()
to include a call to augment_measured_parameters() to ensure all metadata is formatted as expected before the template is instantiated[ ] After all changes are made, run the integration test for the PGE (either via Jenkins or locally on dev machine) and inspect the resulting ISO XML product to ensure
MeasuredParameters
section is filled out as expected.