Config source falloff - #96
Conversation
|
Hi Kris, Quick reaction from my phone, while I'm on my way to vacation. I saw you caught a bug in spectrum interpolation. That was a recent change I made for the work we are doing with Aurore. Thanks! |
OK, I will try to figure out how to do this. |
I couldn't push from my working copy, but I was able to make the change directly on the github website. |
|
Thanks Kris! Not sure if you did this already, but you can now rebase this PR on main and remove the bugfix commit from here. Thanks again! |
…e spectral falloff power.
… function in _curve_fit, _spec_inversion and _synth_spec functions.
…unction in make_synth function.
… function in spectral_residuals function.
…e_falloff_power' configuration parameter to spectral_model. Added 'config' argument to _add_summaryt_spectra function.
|
Yes, force-push ! |
8a9135b to
e201bb3
Compare
Done. The commit with the bugfix automatically disappeared (at least on my side). |

This branch allows to configure source spectral falloff through a new
source_falloff_powerconfiguration option.It also contains a bugfix in the
_interpolate_data_to_new_freqfunction inspectrum.py.