I think the inverse Angstrom rings is off by a factor of two in this line: https://github.com/ercius/DuSC_explorer/blob/abd904828ad0249775e6d3897d4785356fe548c4/DuSC_explorer/__init__.py#L709 It should be `2 * np.sin(theta) / wavelength` This needs to be confirmed though.
I think the inverse Angstrom rings is off by a factor of two in this line:
DuSC_explorer/DuSC_explorer/__init__.py
Line 709 in abd9048
It should be
2 * np.sin(theta) / wavelengthThis needs to be confirmed though.