Replies: 1 comment 1 reply
-
|
Both the output of |
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.
-
ctest/test_image.c- which I assume is supposed to be a canonical usage example from C - is doing those steps in order:sep_backgroundsep_bkg_arraysep_bkg_subarraysep_extractsep_sum_circleHowever, I've noticed that on practice
sep_extractalready populatescflux+fluxfields (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