JS9 Demo: displaying different FITS data types
FITS files with different data types:
double 1000x1000 (v=x.y/1000, 8Mb!)
float 1000x1000 (v=x.y/1000, 4Mb)
int 1000x1000 (v=x*1000+y, 4Mb)
short 100x100 (v=x*100+y, small)
byte 10x10 (v=x*10+y, tiny)
JS9 Demos:
JS9 Demo: the basics
JS9 Demo: web page control of JS9
JS9 Demo: setting the size of the JS9 display
JS9 Demo: control multiple JS9 displays
JS9 Demo: support for large FITS files
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: using the all-in-one files
JS9 Demo: PNG representation files vs FITS files