Skip to content

Commit 81c3810

Browse files
committedFeb 3, 2025
Add version retrieval and detailed about text to CalibPlotUIManager
1 parent 5f2033c commit 81c3810

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎pydelmod/calibplotui.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,20 @@ def get_name_to_marker(self):
214214
"TEMP": "triangle",
215215
}
216216

217+
def get_version(self):
218+
return "1.0.0-2/3/2025"
219+
220+
def get_about_text(self):
221+
return """
222+
# Calibration Plot UI for DSM2
223+
224+
This tool allows users to visualize and analyze calibration plots for the DSM2 model.
225+
226+
Users can load configuration files, filter data, and generate plots for various locations and variables.
227+
228+
The UI provides interactive controls and map-based visualizations to facilitate the calibration process.
229+
"""
230+
217231

218232
import click
219233

0 commit comments

Comments
 (0)