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-10765: Replace existing WCS classes with SkyWcs #49

Merged
merged 5 commits into from Feb 16, 2018
Merged

Conversation

r-owen
Copy link
Contributor

@r-owen r-owen commented Dec 12, 2017

No description provided.

@@ -34,8 +34,8 @@ namespace lsst { namespace meas { namespace modelfit { namespace detail {
* vectors evaluates the polynomial (or computes a derivative).
*/
template <int N>
struct Vandermonde {

Choose a reason for hiding this comment

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

This doesn't seem to belong to this commit.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point. I made it a separate commit with a suitable commit message

Vandermonde was treated as a class in one bit of code
but defined as a struct. I made it a class in hopes of
staving off future such warnings.
instead of sky position. That saves a call to SkyWcs.skyToPixel
and should speed up some code.
@r-owen r-owen merged commit 2ee08a1 into master Feb 16, 2018
@ktlim ktlim deleted the tickets/DM-10765 branch August 25, 2018 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants