plot_pixels_count: A function to plot detector with dead pixel counts per module

Description Usage Arguments Examples

View source: R/analysis.R

Description

A function to plot detector with dead pixel counts per module

Usage

1
plot_pixels_count(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
# Create a detector
detector_pilatus <- create_detector("Pilatus")
# Load a pixel matrix
file_path <-  system.file("extdata", "Pilatus", "badpixel_mask.tif",
                         package ="detectorchecker")
detector_pilatus <- load_pix_matrix(detector = detector_pilatus, file_path = file_path)
detector_pilatus_damage <- get_dead_stats(detector_pilatus)
plot_pixels_count(detector_pilatus_damage)

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