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-34692: Fix band list for CoaddPlotFlag & Sn Selectors in coaddQAEllip pipeline #40

Merged
merged 2 commits into from
May 10, 2022

Commits on May 7, 2022

  1. Fix band list for CoaddPlotFlag & Sn Selectors

    The default for the bands list is already ["i"] for the SnSelector,
    so it should not be included here.  On the other hand, the default
    for the CoaddPlotFlagSelector is ["g", "r", "i", "z", "y"] and the
    plots will end up empty if not all of these bands are present (even
    though only the i band is being plotted), so these do need to be
    overridden here.  This was noticed when running ci_hsc_gen3 which
    only includes r and i band data, so plots for this pipeline were all
    empty.
    laurenam committed May 7, 2022
    Configuration menu
    Copy the full SHA
    a9bbdf5 View commit details
    Browse the repository at this point in the history
  2. Reorder and add missing entry to __all__

    Added missing entry to __all__ and reordered entries to match
    their order of appearance in the file.
    laurenam committed May 7, 2022
    Configuration menu
    Copy the full SHA
    c83d5ac View commit details
    Browse the repository at this point in the history