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

New warning in adjustWCSToReference #254

Closed
KathleenLabrie opened this issue May 6, 2021 · 1 comment
Closed

New warning in adjustWCSToReference #254

KathleenLabrie opened this issue May 6, 2021 · 1 comment
Assignees
Labels
algorithm Issues relating to algorithms component - gemini gemini_instruments and geminidr urgency-medium Somewhat normal urgency
Milestone

Comments

@KathleenLabrie
Copy link
Contributor

KathleenLabrie commented May 6, 2021

This is on release/3.0.x commit bfb408c

I haven't see this one before and I reduced the same data set a few weeks ago. I do not see these warnings when using master.

PRIMITIVE: adjustWCSToReference
   -------------------------------
   Reference image: S20190206S0108_skyCorrected.fits
/Users/klabrie/condaenvs/susd3_dev_20200710/lib/python3.7/site-packages/numpy/core/fromnumeric.py:748: UserWarning: Warning: 'partition' will ignore the 'mask' of the MaskedArray.
  a.partition(kth, axis=axis, kind=kind, order=order)
   Offset for image S20190206S0109_skyCorrected.fits : -93.56 pixels
/Users/klabrie/condaenvs/susd3_dev_20200710/lib/python3.7/site-packages/numpy/core/fromnumeric.py:748: UserWarning: Warning: 'partition' will ignore the 'mask' of the MaskedArray.
  a.partition(kth, axis=axis, kind=kind, order=order)
   Offset for image S20190206S0112_skyCorrected.fits : -94.74 pixels
/Users/klabrie/condaenvs/susd3_dev_20200710/lib/python3.7/site-packages/numpy/core/fromnumeric.py:748: UserWarning: Warning: 'partition' will ignore the 'mask' of the MaskedArray.
  a.partition(kth, axis=axis, kind=kind, order=order)
   Offset for image S20190206S0113_skyCorrected.fits : -0.53 pixels

.

@KathleenLabrie KathleenLabrie added this to the v3.0.0 milestone May 6, 2021
@KathleenLabrie KathleenLabrie added algorithm Issues relating to algorithms component - gemini gemini_instruments and geminidr urgency-medium Somewhat normal urgency labels May 6, 2021
@chris-simpson
Copy link
Contributor

I have fixed this so I'm closing the issue. It was an incomplete merge from master of an improvement to the cross-correlation that arose from Vini's work.

94113fe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithm Issues relating to algorithms component - gemini gemini_instruments and geminidr urgency-medium Somewhat normal urgency
Projects
None yet
Development

No branches or pull requests

2 participants