-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Masking #157
Masking #157
Conversation
* add markdown docs from github wiki * allow markdown docs and new theme * ignore vscode dir * update index to include scripts * remove api docs * remove link to api * include myst-parser in requirements * add documentation build and comments * include myst-parser in requirements * add documentation build and comments * remove classes page, resolve build warnings * remove classes from TOC * update index to include scripts * pep8 changes * add job matrix with osx * use install --user * remove osx * arcsecond to arcmin, regroup_eps added as aegean option Co-authored-by: tim <tim.galvin@curtin.edu.au>
I also noticed that instances where diagonal pixels were not being grouped together into a single island, and instead two separate islands were being created for later fitting. This was happening a lot for the lower signal to noise islands, where two diagonally adjacent pixels were being identified in the flood fill procedure. The default behavior of the
|
I don't think it is. From my reading of that pull request, it is concerned with ensuring a region file is considered when doing the initial island characterisation. Although the current flood fill may be ignoring the |
As separately discussed, this is to fix the same set of pixels being fit be different components across different islands, leading to the doubling up of sources. This is a WIP and should be discussed a little further.