lambjames18 / EBSD-Correction

2 stars 0 forks source link

Output is probably messed up at the moment #9

Closed lambjames18 closed 1 year ago

lambjames18 commented 1 year ago

Since implementing changes to fix cropping issues when the BSE image is smaller than the EBSD image, the output functions have not been updated. The 2D and 3D export functions need to be changed to use the new method outlined in the interactive view functions.

It is possibly easier to do some merging here, where the interactive view and exporting both call the same function (where 2D/3D is handled properly). This relates to #3 where we are updating the functionality for exporting h5 files.

To this end, the process can be further simplified. Since 3D correction is just a series of 2D corrections, there only needs to be one function that applies a correction to a distorted image.

lambjames18 commented 1 year ago

Recent commits fixed this.