Skip to content

Commit 3d8d03d

Browse files
committed
Merge branch 'master' of https://github.com/asgr/ProFound
2 parents d0a90c2 + f5770e5 commit 3d8d03d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
remotes::install_cran("rcmdcheck")
4949
remotes::install_github("asgr/Rwcs", ref="master")
5050
remotes::install_github("asgr/Rfits", ref="master")
51+
remotes::install_github("ICRAR/ProFit", ref="master")
52+
remotes::install_github("asgr/imager", ref="low-depend")
5153
shell: Rscript {0}
5254

5355
- uses: r-lib/actions/check-r-package@v2

vignettes/ProFound-Blender.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ library(ProFound)
2525
library(ProFit)
2626
library(RANN)
2727
library(magicaxis)
28+
library(imager)
2829
```
2930

3031
Over the years **ProFound** has developed a few distinct and competing approaches to source de-blending. The core **profoundProFound** function contains a few different options to achieve this (see the *deblendtype* argument options), but here we will use the "fit" mode that attempts to fit a simple profile to each blended object and use the approximate profile as a de-blending kernel. This has been present in **ProFoun** for many years, but is rarely used in practice (perhaps people just do not know the option is there?) In practice, as we shall see, it is often not much better than the watershed based de-blending scheme we use in the base function, even though the latter creates hard de-blending boundaries and does not share the flux of a pixel between segments. This seems surprising, but is a natural consequence of what the saddle point in flux usually represents.

0 commit comments

Comments
 (0)