cds-astro / ipyaladin

An IPython Widget for Aladin Lite, the sky viewer.
https://cds-astro.github.io/ipyaladin/
BSD 3-Clause "New" or "Revised" License
126 stars 26 forks source link

update the documentation to extract images #22

Closed ShrutikaSingh closed 1 year ago

tboch commented 4 years ago

Hi @ShrutikaSingh , could you elaborate a bit your request? Thanks!

ShrutikaSingh commented 4 years ago

there is no proper documentation other than the examples for knowing the different attributes of the function, even the GitHub README.md has very limited information. Can you please update the documentation, so that it could be understandable by all?

tboch commented 4 years ago

agreed, I have to improve the documentation. I was asking specifically what you meant by extracting images.

ShrutikaSingh commented 4 years ago

other than the function aladin.get_JPEG_thumbnail() which opens the image in a new window... I wanted to download an image.. so I needed a function for that.. I don't know if there is a function for that already... could you please guide me regarding this issue?

ShrutikaSingh commented 4 years ago

I was looking for a function because I was requiring a huge number of images to download also the data type of the JPEG_thumbnail is NoneType so I was unable to use the Pillow library

ShrutikaSingh commented 4 years ago

hey bumbing up the issue incase you forgot...could you please help me out?

bmatthieu3 commented 1 year ago

Hi @ShrutikaSingh, Does a method returning a 2d numpy array of the RGB pixels would be useful to you ?

ManonMarchand commented 1 year ago

Linked to #24

ManonMarchand commented 1 year ago

will be done with #15