Kris Stern

Results 128 comments of Kris Stern
trafficstars

Hi @michiboo, would it be possible to share a bit of the details about your Matplotlib settings for the displaying of the images? Would like to see if I will...

Matplotlib can produce quite good resolution images from my experience...

Okay, thanks @michiboo. I will keep that in mind in case the issue becomes a problem.

Yup, sounds like some good experimentation to try out... I use `TkAgg` as the default Matplotlib backend. But I can certainly change it to something else and see the difference.

I think I will try working on this enhancement a bit since I would like to learn about widgets... But I have decided to use astroquery as my GSoC 2019...

Okay @pllim, I will give both ideas a try over the next week or so, and see how things go before making a final decision then.

Hi @pllim, I modified a bit of your matplotlib script to make it work in the tentative `MatImageWidget` as follows: ``` def plot_click(data): """Plot dummy data and handle user clicks."""...

And, borrowing @mwcraig's script for show image, if I do the following: ``` from astrowidgets_matplotlib_core import MatImageWidget from astropy.io import fits w = MatImageWidget() filename = 'https://astropy.stsci.edu/data/photometry/spitzer_example_image.fits' numhdu = 0...

Definitely should work on making the widget "pan" and "zoom" very soon...