Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 608 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 608 Bytes

JSFITSIO

Web assembly (wasm) wrapper of CFITSIO, to interact with astronomical and atmospherical scientific imagery of FITS files in a browser setting.

Build

emmake make all

or

npm run build

Acknowledgements

  • Makefile adapted from astrometry.js
  • CFITSIO js-wrapper code extracted from js9, distributed under MIT licence
  • Originally an attempt of a minimized fork of astroem