Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
	    igm - is a gain mode index 0,1,2 for Normal-00, Med-01, Low-11
        gbits = raw>>14 # 00/01/11 - gain bits for mode 0,1,2
        fg0, fg1, fg2 = gbits==0, gbits==1, gbits==3
        bad = (np.logical_not(fg0),\
               np.logical_not(fg1),\
               np.logical_not(fg2))[igm]

...

Images of mask versions

User's mask

Mask from ~valmarpsana-extra-extreme-sabine2.h5

...