dist_edge_col | R Documentation |
Calculate horizontal distance from each pixel to nearest module edge
dist_edge_col(detector)
detector |
Detector object |
distance matrix
# Create a detector
detector_pilatus <- create_detector("Pilatus")
# Calculate horizontal distance from each pixel to nearest module edge
dist_edge_col(detector_pilatus)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.