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

implemented inverse transform for Mollweide axes #1624

Merged
merged 4 commits into from Jan 4, 2013

Commits on Dec 27, 2012

  1. Configuration menu
    Copy the full SHA
    33a9d9a View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2012

  1. added unit tests for Mollweide transforms

    The new test functions test_mollweide_forward_inverse_closure and test_mollweide_inverse_forward_closure test that the forward->inverse and inverse->forward compositions are approximate identities.
    lpsinger committed Dec 29, 2012
    Configuration menu
    Copy the full SHA
    40a9d48 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2012

  1. use ax.transProjection instead of ax.transData in Mollweide axes unit…

    … test
    
    The goal was to exercise the MollweideAxes.MollweideTransform and MollweideAxes.InvertedMollweideTransform classes. The ax.transData property does not make use of either of these classes; the ax.transProjection property does.
    lpsinger committed Dec 30, 2012
    Configuration menu
    Copy the full SHA
    2ba7aef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6903325 View commit details
    Browse the repository at this point in the history