-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Chris asked about the format for das2streams with error bars and bounaries. Autoplot can export a dataset with min and max to a das2stream using code Chris wrote:
| if ( checkOperation.equals("BIN_MAX") ) { |
Autoplot wasn't picking this up in its reader (it looks like there was a branch which would handle this but it was turned off and threw an error when I tried it). I've made it so that the branch it was taking looks for the .min and .max extentions. (mydata.max is the maximum observed value in the interval, mydata.min is the minimum.)
Note too that Autoplot doesn't show error bars by default. They are detected, though, and the scientist can enable them with the checkbox on the style tab.
Chris also asks that stddev be added, and these will be handled the same way. Though these look different in the QDataSet data model, Autoplot (and Das2) draws error bars and extremes the same way.