/cocal

cosmology calculator

Primary LanguageCGNU General Public License v3.0GPL-3.0

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