Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Hello, can someone please explain what partition, grouping and deblending are? What are the starting and finishing states of these three operations? I am most confused by partitioning, it seems to suggest it sits in the middle of segmentation, grouping and deblending.

Thanks!

You must be logged in to vote

Hi,

In order of processing:

Segmentation identifies "islands" of contiguous pixels above the noise threshold as potential sources.

Partitioning can then split those islands into several sources (multi-thresholding) , it also removes some that don't have some minimum area.

Grouping identifies sources that are close enough to possibly overlap and puts them into a group.

The Deblending stage is currently a bit of a misnomer as it takes groups and removes sources in it that are considered to be false detections due to a nearby bright source (cleaning).

The model fitting works on groups and fits all the sources in a group so we don't need actual deblending before that.

Replies: 1 comment · 1 reply

Comment options

Hi,

In order of processing:

Segmentation identifies "islands" of contiguous pixels above the noise threshold as potential sources.

Partitioning can then split those islands into several sources (multi-thresholding) , it also removes some that don't have some minimum area.

Grouping identifies sources that are close enough to possibly overlap and puts them into a group.

The Deblending stage is currently a bit of a misnomer as it takes groups and removes sources in it that are considered to be false detections due to a nearby bright source (cleaning).

The model fitting works on groups and fits all the sources in a group so we don't need actual deblending before that.

You must be logged in to vote
1 reply
@cylammarco
Comment options

Thankyou!

Answer selected by cylammarco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.