I need to chain spreads of different slicecounts (let’s say 6, 20, 6, 20, etc), I am currently using Insertslice but spreaded Index and BinSize seem to disturb slices order (first slice of my second spread is at the beginning of the first spread, u see?). The challenge is that I have a dynamic number of input spreads
Thanx diki, your patch gave me the answer at first glimpse! Oh man, I’m loosing the basis!!! Of course, Stallone was the solution, but considering the problem from a 3D approach instead of dynamic binsize…
OK, this trouble is only half-solved, cause InsertSlice adds a slice I haven’t asked for. It seems I can’t get rid of it.
EDIT: Well, I tried keysort but I encounter the same problem: I can’t chain many different-sized spreads without having strange index behaviour… I almost feel desperate… help would be really appreciated!