Versions Compared

Key

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

...

  • mstcode=64 strongly overlaps with 63 
  • mstcode=63 and 127 shows about the same mask, difference is minor...

pixel status statistics

cxic00318 r375 ?????

Merged for 3 gain modes status
cxic00120 run:24 status.shape:(8, 512, 1024) size: 4194304
bad pixels w/o sw: number of pixels containing bits   63(dec)  077(oct): 3739 of total bad 3768 of total 4194304
bad pixels switch: number of pixels containing bits   64(dec) 0100(oct): 1117 of total bad 3768 of total 4194304
bad pixels total : number of pixels containing bits  127(dec) 0177(oct): 3768 of total bad 3768 of total 4194304

Bad status code 64 adds 3768-3739=29 bad pixel.


cxic00120 run:24 status.shape:(3, 8, 512, 1024) size: 12582912
bad pixels w/o sw: number of pixels containing bits   63(dec)  077(oct): 6217 of total bad 6280 of total 12582912
bad pixels switch: number of pixels containing bits   64(dec) 0100(oct): 1150 of total bad 6280 of total 12582912
bad pixels total : number of pixels containing bits  127(dec) 0177(oct): 6280 of total bad 6280 of total 12582912

Bad status code 64 adds 6280-6217=63 bad pixel.


cxic00120 run:42 status.shape:(3, 8, 512, 1024) size: 12582912
bad pixels w/o sw: number of pixels containing bits   63(dec)  077(oct): 7673 of total bad 7734 of total 12582912
bad pixels switch: number of pixels containing bits   64(dec) 0100(oct): 1850 of total bad 7734 of total 12582912
bad pixels total : number of pixels containing bits  127(dec) 0177(oct): 7734 of total bad 7734 of total 12582912bits: 63 number of bad pixels: 8478 - all pixels with bad status without gain switch
bits: 64 number of bad pixels: 1836 - bad gain switch
bits: 127 number of bad pixels: 8562 - all pixels with bad status 

Bad status code 64 adds 8562 7734-8478=84 pixels7673=61 bad pixel.

Combined mask

mask = det.mask(par, calib=False, status=True, edges=True, central=True, unbond=False, unbondnbrs=False, mode=3, width=5, wcentral=5, mstcode=0xffff)

...