Fix lightcone neutrino mass maps
Fixes #827 (closed). First the easy part: adding the missing factor of 1/3 in the HEALPix pixel volume. This affects the NeutrinoMass and TotalMass lightcone maps. We also need to accumulate the correct value to each pixel when using use_delta_f_mesh_only.
Edited by Matthieu Schaller
Merge request reports
Activity
assigned to @jch
@jch do you want to make that change then?
added bug label
Great!
@dc-elbe1 any last minute comments?
requested review from @dc-elbe1
The remaining issue is whether we want to try to avoid calling gather_neutrino_consts() every time a particle crosses the lightcone, and if so where can we store a struct nu_model so that it doesn't cause circular dependencies. It might not matter very much. I think the overhead will be small compared to the rest of the lightcone calculation.
Please register or sign in to reply