HEXRD / hexrd

A cross-platform, open-source library for the analysis of X-ray diffraction data.
Other
55 stars 26 forks source link

ProcessedImageseries with frame_list automatically updates omega metadata #603

Closed donald-e-boyce closed 7 months ago

donald-e-boyce commented 7 months ago

When a ProcessedImageSeries is instantiated with a frame_list, it now checks the metadata for an omega key. If omega is present, then the metadata is updated appropriately.

pep8speaks commented 7 months ago

Hello @donald-e-boyce! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 50:26: E231 missing whitespace after ','