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-20472: measureCoaddSources: fix error from empty matches #302

Merged
merged 1 commit into from
Jul 11, 2019

Commits on Jul 10, 2019

  1. measureCoaddSources: fix error from empty matches

    We can't generate a proper denormalised match list from no matches,
    because we don't have the schemas (which come from the matches);
    so lsst.meas.astrom.denormalizeMatches raises RuntimeError if
    there are no matches. We need to catch this case before calling
    denormalizeMatches. We generate a dummy denormalized matches file
    to keep the Gen3 butler happy (it's expecting an output of some
    kind).
    PaulPrice committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    b8b8738 View commit details
    Browse the repository at this point in the history