slaclab / lcls-tools

Python tools for LCLS: post processing data, PV handling, pulling archive settings, etc.
Apache License 2.0
2 stars 20 forks source link

Profile Monitor Calibration Feature Size in YAML files #164

Open eloiseyang opened 3 months ago

eloiseyang commented 3 months ago

Is your feature request related to a problem? Please describe. The profile monitor GUI needs to display tooltips with the size of features on each device for calibration.

Describe the solution you'd like Screen YAML files should contain the text of each tooltip, and the screen class should provide an easy way to access that text.

Describe alternatives you've considered This information could be stored in the profile monitor GUI itself, but then the GUI would have to maintain its own list of every profile monitor rather than pulling from the YAML files.