Skip to content

Commit 7a1248a

Browse files
committed
Update BadPixels with new bits
1 parent e84e4c1 commit 7a1248a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/extra/calibration/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ class BadPixels(IntFlag):
3434
NON_LIN_RESPONSE_REGION = 1 << 20
3535
WRONG_GAIN_VALUE = 1 << 21
3636
NON_STANDARD_SIZE = 1 << 22
37+
EXPERT_CHOICE = 1 << 23
38+
USER1 = 1 << 30
39+
USER2 = 1 << 31
3740

3841

3942
__all__ = [

0 commit comments

Comments
 (0)