Hi,
The script below works in Diadem 2012 and writes the arithmetric mean to properties in the channel.
With diadem 2015, it does not write the properties. It gives no error message.
If I select all the channel data ("1-"), its writes the properties. If I set StatResChn = false, it works also. But I don't really want to have the results in a separate channel. Obviously, I am missing some thing...any help?
Thanks!
Thomas
dim start_Idx
dim end_Idx
StatSel(6) = "Yes"' Arith. mean
StatResChn = true
start_Idx = 607
end_Idx = 1207
callStatBlockCalc("channel", start_Idx & "-"& end_Idx,8)