Matt Craig
Matt Craig
@SaOgaz -- I'll try to digest your comments by early next week. I need to review the current code base and your changes to make sure I understand the issues...
Good suggestion, thanks @nakbrooks
This functionality now exists in photutils (see https://photutils.readthedocs.io/en/stable/psf_matching.html). My suggestion is that we *not* implement this in ccdproc but instead add some docs/write a tutorial instead.
Definitely interested, though it depends on the availability of travel funding...
I didn't see any in-progress PRs; it would be really nice to have this ported over. If you open a PR feel free to ping me for a review, especially...
Looks good -- Thanks for including the libwcs license.
Thanks for the report @edwardwkrohne -- I'm hoping to fix it this week while I'm at a workshop with some jupyterlab devs.
With some help from Afshin Darian I found the root cause of this. It turns out the notebook in JupyterLab captures `mousemove` events when - the shift key is pressed...
With the caveat that I'm not an expert in this code base, I think the line that prevents the event from getting to `ipyevents` is here: https://github.com/jupyterlab/jupyterlab/blob/4b8f2de55ee74754920c675140153d51ded985ab/packages/notebook/src/widget.ts#L2217 That said, commenting...
Thanks for reporting this @ppmim -- would you happen to have time to open a pull request to fix the issue?