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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.3
    0
  • 0.1.2
    1
  • 0.1.1
    0

Package Sidebar

Install

npm i fits

Weekly Downloads

1

Version

0.1.3

License

none

Last publish

Collaborators

  • itpmngt