Open cla023 opened 4 years ago
Suggestion on how to facilitate the prop-prop plots section:
In KPI_main.py file: Need to adjust the structure of the 'render_dict' in order to avoid a lot of duplication in this dictionary:
In base.html: Due to the above changes in the 'render_dict', we need to make adjustments in the base.html template file: all indexing in the previous 'meas_config' and 'calc_config' need to be changed since this information is now moved to the 'custom_vocab_config'.
UPDATE: The above changes has been made!
Simple DeltaT plot function have been created, and gets included in the report. Look at how this was included when adding more such prop-prop plots.
Content should include delta T plots, and similar prop-prop plots (look for inspiration for such plots in the SOCAT QC Editor).