adareau / HAL

HAL Atom Locator
GNU General Public License v3.0
2 stars 1 forks source link

Implement a 1D Fit class #30

Closed adareau closed 3 years ago

adareau commented 3 years ago

This class should inherit from the AbstractFit class. It should be able to do a fit on 1D data (including guesses) and return a list of "physically meaningful" parameters.

This will then be used in the metadata "Quick Plot" or "Advanced Plot" panels.

For instance, we can imagine a set of simple fits (linear, polynomial, oscillation, gauss). Users can also define their own "custom" fits : for instance, a fit for TOF data yielding the camera magnification or the cloud temperature...