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-5922: Rework camera geometry to use the replacement for XYTransform #87

Merged
merged 8 commits into from
Sep 2, 2017

Commits on Sep 1, 2017

  1. Update for modern cameraGeom

    Update the HSC distortion model to use an astshim PolyMap
    Change PUPIL to FIELD_ANGLE
    Use lsst.afw.geom.transformRegistry instead of xyTransformRegistry
    Tighten inverse tolerance in test_distortion because the new code
    does better than the old
    Update the UPS table to include numpy and astshim
    r-owen committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    f2ea2f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3f7459 View commit details
    Browse the repository at this point in the history
  3. Minor test modernizations

    Fix pep8 issues
    Remove initial #!/...
    r-owen committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    a0409ac View commit details
    Browse the repository at this point in the history
  4. Fix doxygen error

    r-owen committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    1d99afc View commit details
    Browse the repository at this point in the history
  5. Remove old C++ HscDistortion model

    The old C++ HscDistortion model is no longer usable for camera
    geometry (since it is an XYTransform) and has been superseded.
    r-owen committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    d79c0b1 View commit details
    Browse the repository at this point in the history
  6. Fix pep8 warnings

    r-owen committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    a4b2b4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1197436 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef4c45f View commit details
    Browse the repository at this point in the history