You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the last few lines of the function radio_telescope_noise.noise_lightcone, functions "noise_map" and "jansky_2_kelvin" are used, where the output of "noise_map" is taken as an input of "jansky_2_kelvin". The output of "noise_map" has a unit of muJy, but the input of "jansky_2_kelvin" should have a unit of jansky. Is there an error in the unit?