-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fits image visualisation? #288
Comments
Hi Normally, JS9 visualisation should be available for images, we didn't remove it. Need to explore why frontend doesn't recognise product as a sky image |
@burnout87 may also have insights |
If its gone, the change that removed compromised helper is responsible. Then we should restore it and patch ad suggested. @dsavchenko could you please help? for aladin, is there any difficulty to make dispatcher generate page with aladin? @dsavchenko @burnout87 ? Then its a small change, no refactoring. |
I confirm what @dsavchenko said. The JS9 button is not available for the case @andriineronov is working on, because of the logic implemented in the frontend. However it should be quite easy to extend the logic also to the case here described, I will work on it |
Oh good. Just to keep track of the mentioned point, would it really be difficult to generate a page with aladinlite from dispatcher? |
And replace JS9 and/or bokeh? it would need an implementation of a similar function inside the |
If it's not currently urgent, maybe it's for a bit later. But very soon it would be desirable. I think it's not complex, easier than JS9. You can ask @francoismg for advice. edit: ultimately to replace both bokeh (for images) and js9. both js9 and bokeh are not ideal, at the moment for sure. |
From what I understand, with aladin, one can't do as with bokeh, generating the visualisation server-side. The file needs to be served by url. Looks like js9 now uses this approach, at least I see that temporary file js9.fits is created in a session dir and then served via |
What is the status of visualizers developed by Francois? I see that "fits image" data product is visualised with Bokeh.... it looks ugly, with x and y axis in "pixel number"..... Before it was possible to visualise it with JS9, but this si gone...... would be better to have Aladin Lite for the visualisation, is this not available? Just in case, I was working on MAGIC and LST services.
The text was updated successfully, but these errors were encountered: