Cosmoglobe / Commander

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

Spider harald #123

Closed haraltho closed 2 years ago

haraltho commented 2 years ago

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.