JS9 Demo: displaying different FITS datatypes
PNG files with different FITS formats:
double 1000x1000 (v=x.y/1000)
float 1000x1000 (v=x.y/1000)
int 1000x1000 (v=x*1000+y)
short 100x100 (v=x*100+y)
byte 10x10 (v=x*10+y)
JS9 Demos:
JS9 Demo: the basics
JS9 Demo: web page control of JS9
JS9 Demo: setting the size of the JS9 display
JS9 Demo: adding plugins to JS9
JS9 Demo: the imexam plugin for JS9
JS9 Demo: image blending
JS9 Demo: overlaying catalogs
JS9 Demo: pan and zoom
JS9 Demo: RGB composite images
JS9 Demo: independent instances of JS9
JS9 Demo: remote data analysis
JS9 Demo: running tasks when a region changes
JS9 Demo: creating a JS9 instance dynamically
JS9 Demo: preloading images into JS9
JS9 Demo: displaying different FITS datatypes
JS9 Demo: PNG representation files vs FITS files