tomviz icon indicating copy to clipboard operation
tomviz copied to clipboard

Docker Pipelines: Crop breaks a pipeline

Open psavery opened this issue 7 years ago • 1 comments

I know that "Crop" in "Data Transforms" is not a python script, and that means you can't run it in the docker pipeline mode. However, running it in docker pipeline mode breaks the pipeline for your dataset.

The error you get is: QObject::connect: invalid null parameter, and the menus at the top 'Data Transforms', 'Segmentation', 'Tomography', and 'Custom Transforms' gray out, and you cannot delete the crop pipeline element.

psavery avatar Jul 24 '18 20:07 psavery

Crop is easy to reimplement in python. The question is how to handle the other C++ operators like C++ reconstruction.

mathturtle avatar Jul 25 '18 14:07 mathturtle