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

Add program to demonstrate projecting to output plane #205

Merged
merged 3 commits into from
Oct 12, 2017

Conversation

JonathanMeans
Copy link
Contributor

No description provided.

complexData.imageData.scpPixel.col)
toSlantRow = Poly2D()
toSlantCol = Poly2D()
polynomialFitter.fitOutputToSlantPolynomials(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good. One thing... can you do an %extend or whatever it is to add an overloading to the ProjectionPolynomialFitter Python bindings where it returns these two polynomials rather than taking them in by reference so that it looks more natural in Python?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

complexData.imageData.firstCol)
scpPixel = RowColDouble(complexData.imageData.scpPixel.row,
complexData.imageData.scpPixel.col)
toSlantRow = Poly2D()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove these two lines now right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right.

@asylvest
Copy link
Contributor

Cool - looks good

@asylvest asylvest merged commit bf08f37 into master Oct 12, 2017
@asylvest asylvest deleted the slantToGroundPython branch October 12, 2017 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants