michiboo

Results 4 issues of michiboo

Today I spend some time to explore the possibility of using bqplot for implementation, image from FITS has to be convert to other standard format such as PNG, JPEG for...

enhancement
backend: bqplot

Hi I was trying to show image with Ipyastroimage with input being numpy array Input: `color_scale = bqplot.ColorScale() scale_x = bqplot.LinearScale() scale_y = bqplot.LinearScale() image = AstroImage(image=data, scales={'image': color_scale, 'x':...