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-35589: Change HEALPix backend from healpy to hpgeom. #87

Merged
merged 2 commits into from
Jul 21, 2022

Conversation

erykoff
Copy link
Contributor

@erykoff erykoff commented Jul 18, 2022

Additionally, replace setFilterLabel with setFilter.

@@ -685,7 +687,7 @@ def _computeOffsetOneBand(self, sourceMapper, badStarKey,
rec.set(badStarKey, True)

exposure = afwImage.ExposureF()
exposure.setFilterLabel(filterLabel)
exposure.setFilter(filterLabel)

Choose a reason for hiding this comment

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

This belongs in a separate commit.

self.config.referencePixelizationNside,
stdCat['coord_ra'],
stdCat['coord_dec'],
degrees=False

Choose a reason for hiding this comment

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

Add trailing comma?

@erykoff erykoff merged commit 85af353 into main Jul 21, 2022
@erykoff erykoff deleted the tickets/DM-35589 branch July 21, 2022 01:54
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.

2 participants