Open GoogleCodeExporter opened 8 years ago
Unfortunately, due to the way the data are stored in BTK and in the logic to
reduce the memory used, this is not possible to fix this issue in Mokka 0.6.1.
In BTK 0.2, the timeseries data are directly stored as object in the class
btk::Point and btk::Analog. As the modification of the internal
btk::Acquisition object used in Mokka will reload all the 3D content, the idea
is to use another btk::Acquisition object to the ASCII exporter. However, it is
not convenient to clone the acquisition, especially if it contains lots of data.
The idea is to modify the API of BTK to access to the data as a pointer.
However, this implies to modify deeply the code for the class btk::Measure,
btk::Point, btk::Analog and the classes which used them. This modification will
be done only in BTK 0.3 and then in Mokka 0.7.
Original comment by arnaud.barre
on 25 Apr 2013 at 8:08
Original issue reported on code.google.com by
arnaud.barre
on 7 Apr 2013 at 5:47