spot intensity
#149
-
Still another question... How is the intensity of a spot calculated? Is it simply the sum of the intensity of each spot in the specified radius, or is it inferred in another way? Irene |
Beta Was this translation helpful? Give feedback.
Answered by
BBQuercus
Apr 27, 2023
Replies: 1 comment
-
It's very straightforward by just getting the sum of intensities in the given radius. Trackpy would have a slightly more fancy way but we didn't want to include another package for just one calculation. It currently uses the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
irelamb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's very straightforward by just getting the sum of intensities in the given radius. Trackpy would have a slightly more fancy way but we didn't want to include another package for just one calculation. It currently uses the
get_intensities
method fromdeepblink.inference
.