The question is inspired by this reply: Weighted average over temporal dimension
Shortly: I have an external intercept parameter -1024 and a SimpleITK image (4D) with an unsigned data type of which I want to subtract 1024. Since casting of 4D is not supported in SimpleITK, what would we the best way to go about this keeping my spacing, origin and direction, and others intact?
In ITK perhaps SliceBySliceImageFilter
might be an option (?) but it is not supported in SimpleITK.