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-10429: Write a version of the warper that uses SkyWcs and compare performance #228

Merged
merged 4 commits into from
May 17, 2017

Commits on May 17, 2017

  1. Add missing imports to geom.h

    Added Endpoint.h and Transform.h to geom.h
    r-owen committed May 17, 2017
    Configuration menu
    Copy the full SHA
    950c598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de3d685 View commit details
    Browse the repository at this point in the history
  3. Add global to control use subregion

    Replace "if True" with a global variable to control whether
    `timeWarpExposure.py warps a subregion or the whole image
    r-owen committed May 17, 2017
    Configuration menu
    Copy the full SHA
    d551213 View commit details
    Browse the repository at this point in the history
  4. Add Transform-based overload of warpImage

    Add an overload of warpImage that uses a
    Transform<Point2Endpoint, Point2Endpoint>
    to describe the transform.
    r-owen committed May 17, 2017
    Configuration menu
    Copy the full SHA
    05b99cd View commit details
    Browse the repository at this point in the history