Skip to main content
Ctrl+K

MantidImaging 2.9.0a1 documentation

  • Overview
  • Installation
  • User Doc
  • Developer Doc
  • API
    • Release Notes
    • Troubleshooting
    • Code Repository
    • Anaconda Package
  • GitHub
  • Overview
  • Installation
  • User Doc
  • Developer Doc
  • API
  • Release Notes
  • Troubleshooting
  • Code Repository
  • Anaconda Package
  • GitHub

Section Navigation

Contents:

  • Tutorials
    • Installation
    • Quick start: Example Reconstruction
  • How-To Guides
  • Explanations
    • Overview
    • Graphical User Interface (GUI)
      • Loading and Saving
      • Image view
      • Operations Window
      • Reconstruction Window
      • Spectrum Viewer
    • Operations
    • Reconstruction Help page
      • Center of Rotation and Tilt
      • Reconstruction Algorithms
      • Reconstruction Filters
  • Reference
    • Support
    • API Reference
      • mantidimaging package
        • mantidimaging.core package
        • mantidimaging.gui package
        • mantidimaging.helper module
        • mantidimaging.ipython module
        • mantidimaging.main module
    • Mantid Imaging next release
  • User Documentation
  • mantidimaging.core.fitting package
  • mantidimagin...

mantidimaging.core.fitting.fitting_engine module#

class mantidimaging.core.fitting.fitting_engine.FittingEngine(model: BaseFittingFunction)[source]#

Bases: object

find_best_fit(xdata: ndarray, ydata: ndarray, initial_params: list[float]) → dict[str, float][source]#
get_init_params_from_roi(region: FittingRegion) → dict[str, float][source]#
get_parameter_names() → list[str][source]#

previous

mantidimaging.core.fitting package

next

mantidimaging.core.fitting.fitting_functions module

On this page
  • FittingEngine
    • FittingEngine.find_best_fit()
    • FittingEngine.get_init_params_from_roi()
    • FittingEngine.get_parameter_names()
Show Source

© Copyright 2017-2024, Mantid Project.

Created using Sphinx 7.2.6.

Built with the PyData Sphinx Theme 0.15.4.