There was an error while loading. Please reload this page.
1 parent e84e4c1 commit 7a1248aCopy full SHA for 7a1248a
1 file changed
src/extra/calibration/__init__.py
@@ -34,6 +34,9 @@ class BadPixels(IntFlag):
34
NON_LIN_RESPONSE_REGION = 1 << 20
35
WRONG_GAIN_VALUE = 1 << 21
36
NON_STANDARD_SIZE = 1 << 22
37
+ EXPERT_CHOICE = 1 << 23
38
+ USER1 = 1 << 30
39
+ USER2 = 1 << 31
40
41
42
__all__ = [
0 commit comments