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

When installing a new version of the stack: #11

Open
jrmullaney opened this issue Jul 3, 2018 · 0 comments
Open

When installing a new version of the stack: #11

jrmullaney opened this issue Jul 3, 2018 · 0 comments

Comments

@jrmullaney
Copy link
Collaborator

jrmullaney commented Jul 3, 2018

  • In meas/extensions/astrometryNet/anetAstrometry.py replace:
with self.distortionContext(sourceCat=sourceCat, exposure=exposure) as bbox:
    results = self._astrometry(sourceCat=sourceCat, exposure=exposure, bbox=bbox)

with

results = self._astrometry(sourceCat=sourceCat, exposure=exposure)
  • Also in meas/extensions/astrometryNet/anetAstrometry.py replace:
self.log.info("Astrometric scatter: %f arcsec (%s non-linear terms, %d matches, %d rejected)" %
                      (scatter.asArcseconds(), "with" if wcs.hasDistortion() else "without",
                        len(matches), numRejected))

with

self.log.info("Astrometric scatter: %f arcsec (%d matches, %d rejected)" %
                          (scatter.asArcseconds(), len(matches), numRejected))
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

1 participant