Versions Compared

Key

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

...

Comments on the masks for area detectors

Each area detector defined loaded in the smalldata_tools has the following psana masks defined:

  • self.statusMask = self.det.mask(self.run, status=True): only accounts for the pixel status
  • self.mask = self.det.mask(self.run, unbond=True, unbondnbrs=True, status=True,  edges=True, central=True): accounts for the geometry pixels
  • self.cmask = self.det.mask(self.run, unbond=True, unbondnbrs=True, status=True,  edges=True, central=True,calib=True): generally the mask you wantthat fits most needs

Definitions of the psana mask's options:

...