Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:7
-
Epic Link:
-
Team:SQuaRE
Description
Once SQuaSH can access data from the Flask based API deployed in DM-12603, we have to extend the Monitor app to allow visualization of metrics from different lsst.verify packages such as jointcal.
Impemented the display configuration helper methods. The ideia is that the API provides the default values for dataset, package, metric and specification to be loaded and displayed by the bokeh apps. This is done through a helper method get_default() in squash bokeh which wraps the REST API calls to the '/default' resource.
Other helper methods were implemented to the get the list of datasets, packages, metrics and specifications and they also use the get_default() method to return a default value.