Noise is stored in a RadarScan/RadarBeam as an i32, but is read from Fitacf files as noise.sky: f32. The conversion immediately truncates the decimal precision, then all the calculations are with integers, also losing precision (i.e. integer division). This matches RST, but from a calculation perspective is incorrect.
Noise is stored in a
RadarScan/RadarBeamas an i32, but is read from Fitacf files asnoise.sky: f32. The conversion immediately truncates the decimal precision, then all the calculations are with integers, also losing precision (i.e. integer division). This matches RST, but from a calculation perspective is incorrect.