Replies: 1 comment 1 reply
-
|
Would this be equivalent to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the same vein as there is an option to to have
sep.extractreturn a segmap of all the pixels that costitute detections, it would be nice to also have the option to have it return a map of all the pixels above the threshold. Going by the documentation, this map is calculated easily enough manually (e.g. something like "thresh_map = data > thresh*err"). But since it is already calculated once, it would be convenient to not having to determine it again.Beta Was this translation helpful? Give feedback.
All reactions