magtomo.examples.vector_tomo#
- vector_tomo(angles, tilts, kind='CD', it=10, learning=30)#
Examples of vector and orientation tomography.
- Parameters:
- anglesnp.ndarray | list of float
The tomographic rotation angles.
- tiltsnp.ndarray | list of float
The tomographic tilt angles.
- kind{‘CD’, ‘LD’}
Vector (CD) or Orientation (LD) tomography options.
- itint
The number of gradient descent iterations to evaluate.
- learningfloat
The learning parameter for gradient descent.