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

Review of DM-3493 (Fix crosstalk following ds9 interface changes) #6

Merged
merged 2 commits into from
Aug 31, 2015

Commits on Aug 31, 2015

  1. crosstalk: convert to use new display interface

    Use of lsst.afw.display.ds9 now fails if new package display_ds9
    is not setup.  Converted to use the new interface.  The
    "setMaskVisibility" function doesn't appear to have a successor,
    so its use has been removed.
    PaulPrice committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    ad32e84 View commit details
    Browse the repository at this point in the history
  2. crosstalk: move mask plane add/remove into try/finally

    To ensure the temporary mask plane is removed, put the removal
    in the 'finally' clause.
    PaulPrice committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    9338dd8 View commit details
    Browse the repository at this point in the history