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

Adapt to removal of pipe.base.task.Task.display(). #20

Merged
merged 2 commits into from
Jan 11, 2016

Commits on Jan 6, 2016

  1. Adapt to removal of pipe.base.task.Task.display().

    Directly invoke utility code from afwDisplay in ANetAstrometryTask rather than
    relying on the pipe_base framework.
    jdswinbank committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    468c9e9 View commit details
    Browse the repository at this point in the history
  2. Update displayAstrometry() to new afw.display.

    As of this update, displayAstrometry() uses the backend-agnostic afw.display
    code rather than being hard-coded for DS9.
    
    In the process, this resolves an issue whereby ds9.line() was called without
    specifying a target frame, which could result in new frames being unexpectedly
    created and (slow) switching between frames while drawing.
    jdswinbank committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    f1e5c72 View commit details
    Browse the repository at this point in the history