Hi!
Can you please tell me what is the easiest way to manipulate pipeline file from an other (python) program?
I would like to try out different optimizations, and to make it faster I wanted to change the parameters through the pipeline file, without using the GUI. But I fail to do this because I struggle with the encodings.
I’ve read forum topics about this, tried different versions of CP and pipeline, and even tried to find the answers in the source code, but Im not a python expert, this is too complex for me to see the connections.
If I just want to change some values of the .cppipe file (e.g. the Typical diameter of objects, in pixel units (Min,Max) ) save it, and make sure it remains readable for CP, how can I do this with using python?
Thank you in advance!