A bug and a request regarding SubframeSelector process

johnpane

Well-known member
If I enter a value for graphProperty in the instance source code for SubframeSelector, and click the green checkmark to save it, the value recorded in that property is not what I entered. For example, if I enter SubframeSelector.prototype.FWHM it results in being set to SubframeSelector.prototype.Eccentricity; if I enter SubframeSelector.prototype.Stars, it results in being set to SubframeSelector.prototype.StarResidual. It is getting set to the SSGraphProperty enum value that is next after the one I am setting.

My request is for the popup box that appears when mousing over the graph to please include Index. Often I am interested in inspecting an outlier but with a lot of subframes it is very difficult to discern exactly which subframe I would like to open.

Thanks,
John
 
Back
Top