Describe the bug
The standard deviation provided as input for magnetometer modelling is scaled by a factor of 1.5
To reproduce
Locate line no. 71 in https://github.com/AVSLab/basilisk/blob/develop/src/simulation/sensors/magnetometer/magnetometer.cpp
auto nMatrix = (this->senNoiseStd * 1.5).asDiagonal();
Expected behavior
Not sure on why 1.5 is being multiplied.
Screenshots
Code lines already mentioned above