Commander is an Optimal Monte-carlo Markov chAiN Driven EstimatoR which implements fast and efficient end-to-end CMB posterior exploration through Gibbs sampling.
GNU General Public License v3.0
20
stars
14
forks
source link
Heavy crash when using RMS maps which have missing pixels #146
Line 374 of comm_output_mod does not seem to take into account masked pixels when computing chisq_map_eff. Does anyone know if the way this is defined is vital or if we can just loop over the pixels?
Line 374 of
comm_output_mod
does not seem to take into account masked pixels when computingchisq_map_eff
. Does anyone know if the way this is defined is vital or if we can just loop over the pixels?