Can't import um, nm, and mm

Issue #14 resolved
Former user created an issue

Cannot find reference 'um' in 'diffractio.py' versions: diffractio-0.0.13-py2.py3-none-any.whl (147 kB) using pycharm python3

Comments (1)

  1. LUIS MIGUEL SANCHEZ BREA repo owner

    They are placed at init.py:

    um = 1. mm = 1000. * um nm = um / 1000. degrees = np.pi / 180.

  2. Log in to comment