HEXRD / hexrd

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

Update rawimage.py #601

Closed darrencpagan closed 7 months ago

darrencpagan commented 7 months ago

Bug found that when using this images series 'raw-images' option and calling the first image, the skip bytes wasn't being properly accounted for.

This change fixes it.

pep8speaks commented 7 months ago

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

Line 112:67: E261 at least two spaces before inline comment Line 112:68: E262 inline comment should start with '# ' Line 112:80: E501 line too long (115 > 79 characters)