Hi,
I've got a quick question and I'm hoping you can help me out. Thanks in advance.
In the Jupyter file simulation.ipynb, it is shown how to perform the decoding and reconstruction of an object using Gray code.
Is it also possible to perform the decoding and reconstruction with different patterns such as mps/16-15, mps/32-08, or mps/64-15?
If so, how should the functions for decoding and reconstruction be used, and what are the correct parameters for the generate_render_parameters function?
Davide