astrojs / fitsjs

JavaScript library for reading the FITS astronomical format. Functionality includes reading of images, data cubes, compressed images, binary and ascii tables.
http://astrojs.github.io/fitsjs/
MIT License
85 stars 21 forks source link

Create Example #21

Open Merg1255 opened 10 years ago

Merg1255 commented 10 years ago

@kapadia The next big addin would now be: create a simple working example. Like, choose an online sample FITS file, then create a simple page and extract a couple of images and a few binary/text data. It's also on the item list of README page. :)

Merg1255 commented 10 years ago

I'd like to note that the example could also be a page on jsfiddle for easy editing of the code.