Closed qezlou closed 4 years ago
I have updated the noise methods with my local version being used for LATIS. It is easier to work with flux rather than tau. The modifications :
To get noise added to the spectra we need to call spectra.add_noise() and spectra.add_cont_error() after making an instance of spectra.
spectra.add_noise()
spectra.add_cont_error()
These methods get the flux and noise parameters and return the new flux and an array of noises.
This makes sense to me, thank you!
I have updated the noise methods with my local version being used for LATIS. It is easier to work with flux rather than tau. The modifications :
To get noise added to the spectra we need to call
spectra.add_noise()
andspectra.add_cont_error()
after making an instance of spectra.These methods get the flux and noise parameters and return the new flux and an array of noises.