This is a project to handle the 2dfGRS data using NodeJS server and MongoDB database engine to take advantage of the Biga Data technologies.
It uses the NodeJS module FITS, and processes the data locally or through a browser.
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);
});
The MIT License (MIT)
Copyright � 2014 Joe Rosa