Commander is an Optimal Monte-carlo Markov chAiN Driven EstimatoR which implements fast and efficient end-to-end CMB posterior exploration through Gibbs sampling.
Edited bandpass initialization in comm_data_mod.f90 (244-265):
When looping through detectors, and the bandpass that is read from the file already exists, point to the already existing object instead of instantiating a new one.
Edited mixing matrix allocation in comm_diffuse_comp_smod.f90 (216-237):
Equivalent to above, when looping through detectors and the bandpass is identical to that of a previous detector, don't create a new map object, but point to an existing one instead.
Edited bandpass initialization in
comm_data_mod.f90 (244-265)
: When looping through detectors, and the bandpass that is read from the file already exists, point to the already existing object instead of instantiating a new one.Edited mixing matrix allocation in
comm_diffuse_comp_smod.f90 (216-237)
: Equivalent to above, when looping through detectors and the bandpass is identical to that of a previous detector, don't create a new map object, but point to an existing one instead.