This PR patches an the error in our function that parallelizes over t and c.
We haven't used this function in quite some time, but there were two bugs:
Bug in the partial function that is launched to parallelize over T and C.
Previously we used to computed everything on zyx, so this function required an update to handle czyx 4D volumes in order for these to still work (i.e copy_n_paste_czyx).
This PR patches an the error in our function that parallelizes over t and c.
We haven't used this function in quite some time, but there were two bugs:
copy_n_paste_czyx
).