WMAP Likelihood Software Change LogThe data made available through this page has been updated. The most recent version of this data may be accessed through https://lambda.gsfc.nasa.gov/product/wmap/current/ ----------------------------- CHANGE LOG FOR V2P2P2 RELEASE ----------------------------- M.R.Nolta, November 2006 WMAP_3yr_tt_pixlike.F90: -- Sped up the TT pixel likelihood module by a factor of 10 using signal-to-noise eigenvalue compression (suggested by Jon Sievers; see http://lambda.gsfc.nasa.gov/product/wmap/dr2/likelihood_faster_v2p2p2/ for more details). To enable, set -DFASTERTT during compilation. WMAP_3yr_likelihood.F90: -- Minor bug fix; TE sanity check is now abs(TE)/sqrt(TT*EE)<1 instead of TE/sqrt(TT*EE)<1. -- Moved fisher matrix from the stack to the heap to fix crash when using the XLF compiler. WMAP_3yr_teeebb_pixlike.F90: -- Added deallocation statements to fix crash when using the XLF compiler. --------------------------- CHANGE LOG FOR V2P2P1 RELEASE --------------------------- M.R.Nolta, October 2006 WMAP_3yr_likelihood.f90: -- A beam error is now treated as a warning instead of an error. Warnings are not fatal to a run; instead the correction is set to zero and the issue is reported. WMAP_3yr_util.f90: -- New status variables were added to track warnings and to indicate whether or not there were errors and/or warnings. -- A subroutine was added to report warnings, and the error reporting subroutine was modified to also report warnings. --------------------------- CHANGE LOG FOR V2P2 RELEASE --------------------------- E.Komatsu & M.R.Nolta, October 2006 Makefile: -- |