plot_pixel_ctr_linf: Calculates and plots pixel parallel maxima from the centre

Description Usage Arguments Examples

View source: R/pixel.R

Description

Calculates and plots pixel parallel maxima from the centre

Usage

1
plot_pixel_ctr_linf(detector, file_path = NA)

Arguments

detector

Detector object

file_path

Output file path

Examples

1
2
3
4
5
6
7
# 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_ctr_linf(detector_pilatus)

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