oleskiewicz / cocal

cosmology calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cosmo
=====

cosmo is a Cosmology Calculator, directly translated to C from Python version
(http://www.astro.ucla.edu/~wright/CC.python).


usage
-----

to calculate cosmological measures at redshift 0.5 for WMAP9 cosmology, run:
	./cosmo 0.5 < ./wmap9.conf

to get age of the Universe for multiple cosmologies:
	for f in *.conf; do echo $f:; ./cosmo 0.0 < $f | grep ^t0; echo; done

About

cosmology calculator

License:GNU General Public License v3.0


Languages

Language:C 96.5%Language:Makefile 3.5%