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