LANL and UNH have asked that there be a way to encode nominal and warning limits in the data, where the QDataSet would carry this around and displays like the SeriesRenderer would show these limits.
The CDF metadata is:
LIMITS_WARN_MIN, LIMITS_WARN_MAX, LIMITS_NOMINAL_MIN, LIMITS_NOMINAL_MAX which are all read in as java Numbers, presumably matching the type of the data.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Nice. So here's a stream that contains nominal min/max, warn min/max (attached). To get the same thing into autoplot directly try:
vap+das2server:https://tracers-dev.physics.uiowa.edu/stream?p2v5v_vmon&dataset=TRACERS-2/QL/EFI/HSK&intrinsic=true&start_time=2025-08-19T00:48:08.375Z&end_time=2025-08-19T00:51:59.625Z
Presently such properties found in the CDF metadata are detected and drawn, but nothing special to QDataSet is coded.
See also http://autoplot.org/developer.limits
The CDF metadata is:
LIMITS_WARN_MIN, LIMITS_WARN_MAX, LIMITS_NOMINAL_MIN, LIMITS_NOMINAL_MAX which are all read in as java Numbers, presumably matching the type of the data.
Note the SeriesRenderer looks to see if the data has a METADATA property, and then looks for the CDF variables. I think this is probably fine for now.
See also https://sourceforge.net/p/autoplot/bugs/2027/
See https://github.com/autoplot/dev/blob/master/demos/2024/20240205/demoLimits.jy
Nice. So here's a stream that contains nominal min/max, warn min/max (attached). To get the same thing into autoplot directly try:
vap+das2server:https://tracers-dev.physics.uiowa.edu/stream?p2v5v_vmon&dataset=TRACERS-2/QL/EFI/HSK&intrinsic=true&start_time=2025-08-19T00:48:08.375Z&end_time=2025-08-19T00:51:59.625Z