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-26651: Persist individual bright stars' warping Transforms, origin and number of rotations #546

Merged
merged 3 commits into from Jul 1, 2021

Conversation

MorganSchmitz
Copy link
Contributor

@MorganSchmitz MorganSchmitz commented Jul 1, 2021

One of two PRs for DM-26651, the other being in meas_algorithms.

Jira ticket

Jenkins run

@@ -375,7 +389,7 @@ def warpStamps(self, stamps, pixCenters):
nb90Rots = np.argmin(np.abs(possibleRots - float(yaw)))

# apply transformation to each star
warpedStars = []
warpedStars, warpTransforms, XY0s = [], [], []
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should be xy0s, since we only capitalize class names, and the use of xy0 is common in the stack.

@MorganSchmitz MorganSchmitz merged commit 1a9a513 into master Jul 1, 2021
@MorganSchmitz MorganSchmitz deleted the tickets/DM-26651 branch July 1, 2021 18:27
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

Successfully merging this pull request may close these issues.

None yet

2 participants