DigitalHolography / Holovibes

Real time, high throughput digital holography software
https://holovibes.com/
Apache License 2.0
17 stars 3 forks source link

Moments are sometimes shuffled when reading a moments .holo file #695

Open Baschtien opened 2 days ago

Baschtien commented 2 days ago

When loading a .holo file that contains moments, when the start button is pressed, sometimes the moments won't be in the right order. What I mean is that the moments are somehow not stored in their respective buffer: for example, the moment of order 1 could be stored in moments_env_.moment2_buffer.

The problem is fixed when the start button is pressed again though... Further inspection is needed.