3dct / open_iA

A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
GNU General Public License v3.0
40 stars 16 forks source link

added another snapshot create command to offset "Remove" and "ClearAll" commands #73

Closed mdalpiaz closed 5 months ago

mdalpiaz commented 5 months ago

The Remove and Clear commands are currently offset by 1 and therefore don't follow the spec. This should fix it. The command added is called "CreateDouble" because it was planned to have the same create command but with double instead of float.

codeling commented 5 months ago

Good catch, thanks!