HEXRD / hexrd

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

Automatically mask out invalid frames in image series #599

Open psavery opened 7 months ago

psavery commented 7 months ago

Automatically mask frames that have beam characteristics outside of a specified range.

See discussion on #592.

donald-e-boyce commented 7 months ago

As commented in #592, I ran an example on a single crystal ruby, and there were no problems.

The only thing to remember is to change the omega metadata when you use a subset of the frames. I am thinking we could have the ProcessedImageSeries do that automatically if a frame_list is present, i.e. if it has omega in the metadata, reset it to omega[frame_list].

ZackAttack614 commented 3 weeks ago

@donald-e-boyce has there been any progress on this since last update?