LightForm-group / beta-reconstruction

A Python package to do EBSD beta reconstruction
MIT License
1 stars 2 forks source link

Load in data with different number of data values per point #7

Closed christopher-daniel closed 3 years ago

christopher-daniel commented 4 years ago

Loading in test data (ZrNb_hot_rolled_alpha) leads to a value error, since there are fewer data values per point than expected in the array. This may be due to converting or saving the file in Aztec Channel 5. Quick fix is to comment out line 95 in file_readers.py in defdap ('IB6', 'f').

mikesmic commented 4 years ago

This has been fixed in a feature branch of defdap for loading in multiphase EBSD maps. I'll update when the fix makes it into the current develop version

mikesmic commented 3 years ago

Fixed in release 0.93 of defdap