signed direction as in KS paper; added Pitsch and Burgers references
This commit is contained in:
parent
934835f93c
commit
d38ab0e07a
|
@ -49,7 +49,7 @@ orientation_relationships: Dict[str, Dict[str,List[np.ndarray]]] = {
|
|||
[[ 1, 0, 1],[ 1, 1,-1]],
|
||||
],dtype=float),
|
||||
2,axis=0),
|
||||
np.tile(np.array([[[ 1, 1,-1],[ 0, 1, 1]],
|
||||
np.tile(np.array([[[-1,-1, 1],[ 0, 1, 1]],
|
||||
[[-1, 1,-1],[ 0, 1, 1]]],dtype=float),
|
||||
(12,1,1)),
|
||||
],
|
||||
|
@ -338,7 +338,7 @@ orientation_relationships: Dict[str, Dict[str,List[np.ndarray]]] = {
|
|||
(6,1,1)),
|
||||
],
|
||||
},
|
||||
'Pitsch': {
|
||||
'Pitsch': { # https://doi.org/10.1080/14786435908238253
|
||||
'cF-->cI' : [
|
||||
np.repeat(np.array([
|
||||
[[ 0, 1, 1],[ 1, 0, 0]],
|
||||
|
@ -394,7 +394,7 @@ orientation_relationships: Dict[str, Dict[str,List[np.ndarray]]] = {
|
|||
(3,2,3)),
|
||||
]
|
||||
},
|
||||
'Burgers' : {
|
||||
'Burgers' : { # https://doi.org/10.1016/S0031-8914(34)80244-3
|
||||
'cI-->hP' : [
|
||||
np.array([
|
||||
[[ 1, 1,-1],[ 0, 1, 1]],
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
1_Eulers 2_Eulers 3_Eulers 1_pos 2_pos
|
||||
138.77270547567446 99.59406822686046 4.357396878481498 1 1
|
||||
114.2034283393298 10.528779365509285 204.2034283393297 1 1
|
||||
94.35739687848151 80.40593177313954 311.2272945243255 1 2
|
||||
77.33353069348573 49.47122063449066 282.6664693065143 1 3
|
||||
175.64260312151848 80.40593177313957 48.77270547567447 1 3
|
||||
155.79657166067022 10.528779365509285 155.79657166067028 1 4
|
||||
194.38500258182026 42.13367950584019 83.58843092115008 1 5
|
||||
99.62136089109413 85.70366403943005 318.04510841542015 1 5
|
||||
170.37863910890584 85.70366403943002 41.95489158457988 1 6
|
||||
347.3335306934857 49.471220634490685 282.6664693065143 1 7
|
||||
85.64260312151852 80.40593177313954 48.77270547567447 1 7
|
||||
65.79657166067024 10.528779365509285 155.79657166067025 1 8
|
||||
104.3850025818203 42.13367950584017 83.58843092115005 1 9
|
||||
9.62136089109412 85.70366403943004 318.04510841542015 1 9
|
||||
80.37863910890589 85.70366403943004 41.95489158457986 1 10
|
||||
48.772705475674464 99.59406822686044 4.357396878481494 1 11
|
||||
24.203428339329754 10.528779365509356 204.20342833932975 1 11
|
||||
4.357396878481504 80.40593177313954 311.22729452432554 1 12
|
||||
228.77270547567446 99.59406822686047 4.357396878481498 1 13
|
||||
204.2034283393298 10.528779365509356 204.2034283393297 1 13
|
||||
184.35739687848152 80.40593177313954 311.2272945243255 1 14
|
||||
167.33353069348573 49.4712206344907 282.6664693065143 1 15
|
||||
265.6426031215185 80.40593177313954 48.772705475674464 1 15
|
||||
245.79657166067025 10.528779365509285 155.79657166067025 1 16
|
||||
284.3850025818203 42.13367950584019 83.58843092115006 1 17
|
||||
189.62136089109413 85.70366403943002 318.04510841542015 1 17
|
||||
260.3786391089059 85.70366403943002 41.95489158457986 1 18
|
||||
75.6149974181797 137.8663204941598 263.58843092115006 1 19
|
||||
170.37863910890587 94.29633596056996 138.04510841542015 1 19
|
||||
99.62136089109411 94.29633596056996 221.95489158457985 1 20
|
||||
131.22729452432554 80.40593177313954 184.3573968784815 1 21
|
||||
155.79657166067025 169.47122063449072 24.203428339329754 1 21
|
||||
175.64260312151848 99.59406822686046 131.22729452432552 1 22
|
||||
192.66646930651427 130.52877936550937 102.66646930651426 1 23
|
||||
94.35739687848148 99.59406822686044 228.77270547567446 1 23
|
||||
114.20342833932965 169.4712206344907 335.79657166067017 1 24
|
||||
|
|
Loading…
Reference in New Issue