Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue041 curve fit #46

Merged
merged 19 commits into from
Jul 31, 2024
Merged

Issue041 curve fit #46

merged 19 commits into from
Jul 31, 2024

Conversation

Didou09
Copy link
Member

@Didou09 Didou09 commented Jul 31, 2024

Main changes:

  • compute_spectral_fit(solver='scipy.curve_fit') implemented
    • 'scipy.curve_fit' is the default, stores std on all free variables
  • interplate_spectral_model() now automatically returns 'data_min' and 'data_max' computed from std when available
  • get_spectral_model_moments() now returns 't0' for pulses
  • tutorial.main(data='sxr', compute=True, chain=None, solver=None) implemented
  • unit testing both solvers
  • Minor clean-up

Issues:

Fixes, in devel, issue #41

@Didou09 Didou09 merged commit c94bcff into devel Jul 31, 2024
9 checks passed
@Didou09 Didou09 deleted the Issue041_CurveFit branch July 31, 2024 21:16
@dvezinet dvezinet mentioned this pull request Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants