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
Output file currently writes wavelength twice: the dump function in diffpy.utils writes the wavelength explicitly, and wavelength is written again as part of the metadata.
Proposed solution
Remove wavelength from metadata temporarily before writing output file.