Replies: 1 comment 1 reply
-
Both the output of |
Beta Was this translation helpful? Give feedback.
1 reply
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
ctest/test_image.c
- which I assume is supposed to be a canonical usage example from C - is doing those steps in order:sep_background
sep_bkg_array
sep_bkg_subarray
sep_extract
sep_sum_circle
However, I've noticed that on practice
sep_extract
already populatescflux
+flux
fields (and the documentation confirms that - https://sep.readthedocs.io/en/v0.5.x/api/sep.extract.html), so I guess my questions are, 1) which model does those default flux values correspond to and 2) correspondingly, under which circumstances I would want to invoke one of thesep_sum_*
functions instead of using those values populated bysep_extract
?Apologies if it's supposed to be obvious, but I haven't found an answer or mention of those fields in https://sep.readthedocs.io/en/v0.5.x/apertures.html.
Beta Was this translation helpful? Give feedback.
All reactions