.get_events_mask | R Documentation |
Generates events mask (a matrix with pixels as 0 and events as 1) indicating if a pixel is in an event
as calculated by find_clumps(detc)
.get_events_mask(detector)
detector |
Detector object |
events mask
detc <- Excalibur_exp_1
detc_with_clumps <- find_clumps(detc)
.get_events_mask(detc_with_clumps)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.