transientskp / banana

a web interface for the Transient Pipeline database
http://docs.transientskp.org/
Other
4 stars 6 forks source link

Replace banana image viewer with JS9 #95

Closed gijzelaerr closed 8 years ago

gijzelaerr commented 9 years ago

Currently the banana image viewer is quite slow and sometimes hard to interprate. We need a more interactive replacement. Aladin lite looks like a itneresting replacement candidate. We already use it, but we don't embed the actual radio image in it yet.

JS9 looks like the thing we need! http://js9.si.edu/

timstaley commented 9 years ago

Related: https://github.com/transientskp/banana/issues/52

gijzelaerr commented 9 years ago

implementing in this PR https://github.com/transientskp/banana/pull/105

gijzelaerr commented 8 years ago

I have implemented this for the 'detailed view' for banana. see an example here:

http://banana.transientskp.org/master/vlo_AR_DDT/bigimage/95/

Question now is, does this work properly? I find JS9 a bit slow sometimes, and somehow it takes a couple of second to load up an image when I run the code on a production server (it is instant when ran on my local machine).

Hopefully stuff we can solve, I hope it is already useful. Please share your experiences.

gijzelaerr commented 8 years ago

lets just close this issue since it just seems to work.