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

Robinson projection out of sync with the python implementation #38

Open
torvalde opened this issue Feb 15, 2013 · 1 comment
Open

Robinson projection out of sync with the python implementation #38

torvalde opened this issue Feb 15, 2013 · 1 comment

Comments

@torvalde
Copy link
Contributor

In python:

    x = 1000 * self._poly(self.X, i, phi) * self.FXC * lplam
    y = 1000 * self._poly(self.Y, i, phi) * self.FYC

in coffee script:

    x = s._poly(s.X, i, phi) * s.FXC * lplam;
    y = s._poly(s.Y, i, phi) * s.FYC;

I multiplied by 1000 to make the projection work. I have committed the change.

@gka
Copy link
Contributor

gka commented Feb 15, 2013

thx will you open a pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants