MPFITFitter
- class dysmalpy.fitting.MPFITFitter(**kwargs)[source]
Bases:
Fitter
Class to hold the MPFIT fitter attributes + methods
Methods Summary
fit
(gal, output_options)Fit observed kinematics using MPFIT and a DYSMALPY model set.
Methods Documentation
- fit(gal, output_options)[source]
Fit observed kinematics using MPFIT and a DYSMALPY model set.
- Parameters:
gal (
Galaxy
instance) – observed galaxy, including kinematics. also contains instrument the galaxy was observed with (gal.instrument) and the DYSMALPY model set, with the parameters to be fit (gal.model)output_options (
config.OutputOptions
instance) – instance holding ouptut options for MCMC fitting.
- Returns:
mpfitResults – MPFITResults class instance containing the bestfit parameters, fit information, etc.
- Return type:
MPFITResults
instance