My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

RED is a set of routines written in IDL for performing cosmological calculations based on David Hogg's extraordinarily useful astro-ph article. There are two main programs: the driver routine 'RED.PRO' and the file 'COSMOLOGY_ROUTINES.PRO' which contains all the cosmological functions.

Downloading and installation are very quick and straight-forward. First, grab the latest version of the code using subversion:

svn co http://red-idl-cosmology.googlecode.com/svn/trunk/ red

or follow the instructions on the Source tab, above. Next, move the 'red' directory to a local IDL sub-directory (e.g., ${HOME}/idl); if this directory is not part of your IDL path then add the line "setenv IDL_PATH $IDL_PATH{:}+${HOME}/idl/red" to your '.idlenv' file. And then compute away! To get started, see the README.red file for specific examples.

Comments, corrections, and suggestions (all welcome) should be directed to Leonidas Moustakas (JPL) or John Moustakas (University of California, San Diego).

Powered by Google Project Hosting