In the latest version of PI, the new implementation of the SubframeWeighting process does not accept exponentiation as either ** or ^. As many of us use an external program (usually a spreadsheet) to construct a weight equation, and, in my case, one that uses '^', this is a significant issue. I have not tried using math.pow(a,b), but that would entail a lot of rewriting and testing of my spreadsheet-equation generator (and maybe of other folks too). Could '**' be implemented, maybe, please.
Until then, I'll have to use the old script.
(I use ^2 to get distances from the best value of a variable normalized to the range of the value.)
Thanks, Alex