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
Filling the 3D 'scattering volume' by appropriately-oriented 2D scattering patterns. An analytical model suggests a numerical procedure (using Diffusion Map and the fisrt 9 non-trivial eigenvectors). The Matlab code here 1) synthesizes 2D scattering patterns; 2) Forms the Distance Matrix of mimages; and 3) retrieves the (relative) orientations u…
RotEx is a set of python helper functions to apply 3D rotation, like Euler Angles etc, based on scipy.spatial.transform.Rotation. You can learn, understand and test Rotation quickly, and use these functions in your codes easily.