Michael Huth
Michael Huth
Thanks for the hint to recover to the 2.6k version, which worked for me. Then I tried upgrading towards 3.10 again, but it did not work out. Here is what...
So, I sent my 1542U2 to @markusC64 to reproduce the upgrade failing. But he could not reproduce it using a Ultimate 64 and on another attempt a breadbin C64. On...
@t-b I think the SF changes could be technically tested. Here are some examples: ``` swp = sweeps([1...10], 23, [30...40], 42) sel1 = select(channels(AD), sweeps(1,2), selectVis(all), selectIVSCCsweepQC(passed)) sel2 = select(channels(),...
I am currently looking into an issue where: ``` ep = epochs(E1, select()) selectRange($ep + [0, 0]) # works selectRange(epochs(E1, select()) + [0, 0]) # fails parsing ``` pushed a...
> @MichaelHuth How is the `cursor` operation handled by the changes here? Would you do `selectRange(cursors(A, B))`? cursors is not changed and returns an untyped array. selRange returns datasets of...
Add wildcard support for `selexp`, `seldev`. Accept only a single match. `selsci`: - first get N x 3 wave with selections - then use sweepNr, channelType, ChannelNumber with `selsci` to...
> I've tried playing around, but I get an assertion when loading data from the analysisbrowser: That was some fallout from the FindIndizes change to double precision as TUD also...
Ready for another try. I checked also the GetLastSetting DimLabel speed up and for the select case I tried it shows a 20% - 25% performance increase. selsci now adds...
> > I checked also the GetLastSetting DimLabel speed up and for the select case I tried it shows a 20% - 25% performance increase. > > Is that percent...
@t-b Good for another try. I fixed the algorithm for the SCI/RAC index (I hope). I could not reproduce the ASSERTion on loading data into the sweepbrowser.