-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add convenient interface to mask pixels in detector data #308
Comments
Dropping some (sorry, internal) links to relevant discussions:
As for making it easy to select which fields to apply: Maybe we provide some preset groups? For example one from dark characterization, we'd have a group of |
Related: #146. |
I'm tempted to say it's a duplicate of #146. 🙂 |
Fine by me, but let's keep the mentioning of an easy interface for flipping bits on and off. Working with bit flags can be quite unintuitive, so it should be part of any API. |
Just came up in the detector calibration round, some users find it difficult to apply the bad pixels masks produced (e.g. in the offline correction system). The
BadPixels
enum will be added as part of theCorrectionData
interface, and we should make sure there are easy ways to set individual bits and/or retrieve the data already in such a way.The text was updated successfully, but these errors were encountered: