fits

0.1.3 • Public • Published

FITS

JavaScript library for handling FITS astronomical format (http://fits.gsfc.nasa.gov/).

Installation:

npm install fits

Usage:

To read and get the FITS headers (HDU):

var fits = require('FITS');

fits.readFile(file, function(err, FITS){
	if(err) return console.error(err);
	console.log(FITS.HDU.primary);
});

License:

The MIT License (MIT)

Copyright � 2014 Joe Rosa

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i fits

    Weekly Downloads

    2

    Version

    0.1.3

    License

    none

    Last publish

    Collaborators

    • itpmngt