I hope to write a median filter with a window width of 3, that is, three [1,2,3,4,5,6] output as [1,3,4,6]. So, I tried to write the following node. But, As a rookie