Laser noise parameters sometimes inconsistent between instrument.py and noises.py
We currently define default noise parameters for some noises in both noises.py
and instrument.py
. For the laser noise, noises.py
uses an ASD of 30, while instrument.py
uses the old value of 28.2. We should make them consistent, or remove the default values in noises.py
to avoid confusion.
Also related to #33.