plot_pixel_dist_edge_row: Calculates and plots vetical distances from the module edges

View source: R/pixel.R

plot_pixel_dist_edge_rowR Documentation

Calculates and plots vetical distances from the module edges

Description

Calculates and plots vetical distances from the module edges

Usage

plot_pixel_dist_edge_row(detector, file_path = NA)

Arguments

detector

Detector object

file_path

Output file path

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_pixel_dist_edge_row(detector_pilatus)

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