tomviz icon indicating copy to clipboard operation
tomviz copied to clipboard

Pad volume behavior is different for new `transform()` API

Open psavery opened this issue 6 years ago • 0 comments

This is documenting a change that occurred due to the changes in #1958. An example is below.

Before padding

pad_volume1

Previous behavior after padding

pad_volume2

New behavior after padding

pad_volume3

As can be seen above, in the new behavior compared to the previous behavior, the data is shifted to the right. The previous behavior is a result of the extent on the vtkDataObject being explicitly modified.

If we want to restore the previous behavior, this is something that we can probably still do for an internal pipeline, but I am not sure if it would be possible in the external pipeline.

psavery avatar Oct 15 '19 18:10 psavery