plot_pixels_angles: Plot nearest neighbour angles of dead pixels of detector or...

Description Usage Arguments Examples

View source: R/analysis.R

Description

Plot nearest neighbour angles of dead pixels of detector or module

Usage

1
2
3
4
5
6
7
plot_pixels_angles(
  detector,
  file_path = NA,
  row = NA,
  col = NA,
  caption = TRUE
)

Arguments

detector

Detector object

file_path

Output file path

row

Module row number

col

Module column number

caption

Flag to turn on/off figure caption

Examples

1
2
3
4
5
6
7
8
detector_perkinfull <- create_detector("PerkinElmerFull")
file_path <-  system.file("extdata", "PerkinElmerFull",
                          "BadPixelMap_t1.bpm.xml",
                          package = "detectorchecker")
detector_perkinfull <- load_pix_matrix(
detector = detector_perkinfull, file_path = file_path)
plot_pixels_angles(detector_perkinfull)
plot_pixels_angles(detector_perkinfull, row = 1, col = 1)

alan-turing-institute/DetectorChecker documentation built on Jan. 3, 2021, 10:37 a.m.