LaboratoireMecaniqueLille / crappy

Command and Real-time Acquisition Parallelized in Python
https://crappy.readthedocs.io/en/stable/
GNU General Public License v2.0
78 stars 16 forks source link

Not interpolating reference label in Synchronizer Block #110

Closed WeisLeDocto closed 6 months ago

WeisLeDocto commented 6 months ago

In the Synchronizer Block added in https://github.com/LaboratoireMecaniqueLille/crappy/pull/108, the reference label was originally interpolated along with the other ones. However, this was problematic in case the reference label carries values that cannot be interpolated (e.g. strings).

This PR introduces a differentiated treatment for the reference label in the Synchronizer Block, so that its values are passed on as is without any interpolation.