Skip to content

Devel good pixel thresholdscan

Shohei Yamagaya requested to merge devel-GoodPixel-thresholdscan into devel

I customized YARR in order to add some functions for my study. I think these are very useful for other works. So, I want you to merge my updates. This branch was already uploaded. The branch name is “devel-GoodPixel-thresholdscan”.

Added functions are the following :

  • Injection of calibration charges into only Good Pixel. This setting is written in a json file for scan. In my pushed code, diff_analogscan has a sample.
  • It can output pdf files of specified S-curve. It has 2 methods to specify. One uses ranges of threshold or noise. If you specify thresholds in 100 to 200, s-curve of pixel which has such a threshold is outputted.
  • If you set a pair of column and row, such a pixel’s s-curve is outputted. Diff_thresholdscan has a sample about these functions.

Merge request reports