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

DM-30444: Raise when template insufficiently covers the calexp #528

Merged
merged 2 commits into from
Jun 10, 2021

Commits on Jun 10, 2021

  1. Increase nVisitsMin

    A minimum of 3 visits is needed per pixel for a sufficient template.
    Because of incomplete coverage of the visits (e.g. chip gaps, edges)
    the nVisitMin should be higher than 3. No claims that 6 is optimal
    yalsayyad committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    df41b72 View commit details
    Browse the repository at this point in the history
  2. Do not attempt to difference images without sufficient template coverage

    What is considered sufficient template coverage is controlled by
    the config parameter requiredTemplateFraction
    yalsayyad committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    5ffd91c View commit details
    Browse the repository at this point in the history