You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Rewrite Orientation Class to make it easier to convert between representations (#34)
* ENH: Rewrite Orientation Class to make it easier to convert between representations
* Update Namespace to 'ebsdlib'
These updates represent a major API change and thus the version bump to 2.0.0.
@@ -69,58 +69,58 @@ Please have a look at the unit tests for examples on using the various readers.
69
69
lower case letters denote the conversion uses other more basic conversions. For
70
70
example to go from Euler->Homochoric the conversion process calls the Euler->AxisAngle->OrientationMatrix->Homochoric functions.
71
71
72
-
In addition to the OrientationTransformation class there are also classes that represent
72
+
In addition to the Orientation class there are also classes that represent
73
73
the 11 Laue classes that allow a user to perform Laue class specific calculations
74
74
including the generation of an IPF Color which is a prevalent visualization scheme within
75
75
the EBSD community. Note that each vendor has slightly different algorithms and this
76
76
library has selected to align with the AMETEK/EDAX output.
77
77
78
78
The folder Data/IPF_Legend has premade IPF Legends for all the Laue classes.
79
79
80
-
## Quaternion ConventionDirectionalStatsTest
80
+
## Quaternion Convention
81
81
82
82
Please also note that by default EbsdLib organizes Quaternions as Vector-Scalar (X,Y,Z,W). If your quaternions
83
-
are laid out as Scalar-Vector (w,x,y,z) there is an extra argument to some functions that you
84
-
can set to allow the orientation transformations to accept this layout.
83
+
are laid out as Scalar-Vector (w,x,y,z) you will need to reorder your data before
84
+
using this library.
85
85
86
-
## Dependent LibrariesDirectionalStatsTest
86
+
## Dependent Libraries
87
87
88
88
EbsdLib is dependent on:
89
89
90
90
+ Eigen 3.4
91
91
92
+
92
93
## Optional Libraries
93
94
94
95
+ HDF5 1.10.4 (HDF5 is optional only if you want the HDF5 functionality)
95
96
+ Qt5 5.15.x (minimum: Optional)
96
97
97
-
## Rotation ConventionDirectionalStatsTest
98
+
## Rotation Convention
98
99
99
100
By convention this library uses **Passive** rotations
100
101
101
-
## CitationsDirectionalStatsTest
102
+
## Citations
102
103
103
104
D Rowenhorst, A D Rollett, G S Rohrer, M Groeber, M Jackson, P J Konijnenberg and M De Graef _et al_ 2015 _Modelling Simul. Mater. Sci. Eng._**23** 083501
0 commit comments