plot_pixels_density: A function to plot densities of dead pixels of detector or...

View source: R/analysis.R

plot_pixels_densityR Documentation

A function to plot densities of dead pixels of detector or module

Description

A function to plot densities of dead pixels of detector or module

Usage

plot_pixels_density(
  detector,
  file_path = NA,
  adjust = 0.5,
  row = NA,
  col = NA,
  caption = TRUE,
  color = topo.colors(50)
)

Arguments

detector

Detector object

file_path

Output file path

adjust

Kernel density bandwidth

row

Module row number

col

Module column number

caption

Flag to turn on/off figure caption

color

a list of colors

Examples

# 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)
plot_pixels_density(detector_pilatus)

alan-turing-institute/DetectorChecker documentation built on April 13, 2025, 8:57 p.m.