Feature Update - Recoordination
-
New Features
- Recoordination
- A feature which allows the recoordination of
SEM
CSV files into TACtool has been added. Detailed instructions for this process can be found here.
- A feature which allows the recoordination of
- Ghost Point
- A feature which allows the user to see a transparent version of an Analysis Point before it is placed onto the image. This can be enabled through a new toolbar option:
Tools
>Ghost Point
. This was a requested feature from #6.
- A feature which allows the user to see a transparent version of an Analysis Point before it is placed onto the image. This can be enabled through a new toolbar option:
- Recoordination
-
Changes
- Automatic
id
value incrementation- Previously, when deleting a point with the highest
id
value, the next point would not adopt thatid
value, and instead would continue from the previous highest + 1. The logic for incrementing theid
value has been changed, so that everytime a new point is created, it will get the current highest + 1.
- Previously, when deleting a point with the highest
- Automatic
-
Bug fixes
- #9
- The unexpected crash when adding notes after deleting a point has been fixed. It occured due to the previous
id
value incrementation method being inconsistent.
- The unexpected crash when adding notes after deleting a point has been fixed. It occured due to the previous
- #9