sep.extract parameters of unconvolved data when using filter_kernel #132
-
|
I am wondering how does the I have not seen that a detected object with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I believe how it works is: for each object,
Yes, it should be possible to have |
Beta Was this translation helpful? Give feedback.
I believe how it works is: for each object,
sep.extractstores member pixel information. For each pixel, both the unconvolved and convolved values are stored. Once all the pixels belonging to the object have been recorded,peakandtnpixare determined by going through the stored pixel values and doing various statistics on them.minareaapplies to the convolved data, I believe.Yes, it should be possible to have
tnpix = 0. You might be able to construct such a case by settingminarea=1and having an object with a few pixels just below the threshold (such that one convolved pixel is just above the threshold).