Skip to content
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

tickets/DM-32436: implement scarlet lite #47

Merged
merged 3 commits into from
Feb 16, 2022
Merged

tickets/DM-32436: implement scarlet lite #47

merged 3 commits into from
Feb 16, 2022

Commits on Jan 26, 2022

  1. Fix HeavyFootprints generated from scarlet models

    `modelToHeavy` was modified to remove an incorrect thresholding
    algorithm used to truncate convolved scarlet models and replace
    it with an algorithm that grows the deconvolved footprint with
    the rectangular PSF.
    fred3m committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    be1373b View commit details
    Browse the repository at this point in the history
  2. Clip footprints to exposure

    Deblended children near the edge of an image can have their
    footprints dilated outside of the exposure by the PSF width.
    This commit ensures that the dilated model is always contained
    fully in the exposure. This is valid, as later in pipe_tasks
    the science pipelines flag edge sources so it isn't expected
    that all of their flux is contained in the image.
    fred3m committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    a1fafd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Implement scarlet lite

    fred3m committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    cbb4b98 View commit details
    Browse the repository at this point in the history