Skip to content
/ 2dfGRS Public

Javascript interface to handle the 2dfGRS (Galaxy Redshift Survey) data

License

Notifications You must be signed in to change notification settings

itpmngt/2dfGRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2dfGRS

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.

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

About

Javascript interface to handle the 2dfGRS (Galaxy Redshift Survey) data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published