Wilkinson Microwave Anisotropy Probe
March 2008: Patch to CosmoMC Getdist analysis program, used to process WMAP5-formatted chains. Modified by Mike Nolta and Joanna Dunkley.
CosmoMC, found at http://cosmologist.info/cosmomc/, "is a Fortran 90 Markov-Chain Monte-Carlo engine for exploring cosmological parameter space. The Getdist application analyzes .txt files, calculating statistics and output files for the requested 1D, 2D and 3D plots." [Quote from the CosmoMC web site.]
To compile:
Download the latest (April 2008) version of CosmoMC. Make sure the tarball has the following md5sum:
$ md5sum cosmomc.tar.gz
225727da2a790eee819c69acb0836991 cosmomc.tar.gz
Unpack CosmoMC and copy the 1col.patch file from this distribution into the cosmomc directory and then:
$ cd cosmomc
$ patch -p1 < 1col.patch
Compile cosmomc/getdist as per the normal instructions.
There is a problem with this build under the IRIX operating system; getdist fails with a "bad system call" error. This is under investigation.
To run:
./getdist 1col_distparams.ini
The parameters you want to process should sit in directories with
chain number X=1,2,3...
/chain_dir/chain[X]
For the majority of WMAP5 chains, there is just one chain for each model,
which sits in directory 'chain1'
You should modify the .ini file to show the file location, e.g.:
file_root=/chain_dir/chain
In the .ini file you can also modify the number of chains and the parameters in the chain. For more information please refer to the CosmoMC documentation.
Additional Information
- Five-Year Wilkinson Microwave Anisotropy Probe (WMAP) Observations: Data Processing, Sky Maps, and Basic Results, G. Hinshaw, et.al. (2008)
- Five-Year Wilkinson Microwave Anisotropy Probe (WMAP) Observations: Likelihoods and Parameters from WMAP Data, J. Dunkley, et.al (2008).
- Five-Year Wilkinson Microwave Anisotropy Probe (WMAP) Observations: Galactic Foreground Emission, B. Gold, et.al. (2008)
- Five-Year Wilkinson Microwave Anisotropy Probe (WMAP) Observations: Beam Maps and Window Functions, R. Hill, et.al. (2008)
- Five-Year Wilkinson Microwave Anisotropy Probe (WMAP) Observations: Cosmological Interpretation, E. Komatsu, et.al. (2008)
- Five-Year Wilkinson Microwave Anisotropy Probe (WMAP) Observations: Angular Power Spectra, M. Nolta, et.al (2008).
- Five-Year Wilkinson Microwave Anisotropy Probe (WMAP) Observations: Point Sources, E. Wright, et.al (2008).
- WMAP Five Year Explanatory Supplement
