dead_stats_summary | R Documentation |
Compute summary statistics for a detector object.
Ensure a damaged pixel matrix has been loaded with load_pix_matrix
dead_stats_summary(detector)
detector |
Detector object |
A string with damaged pixels overall statistics
# 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)
# Calculate dead_stats_summary
dead_stats_summary(detector_pilatus)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.