Skip to content

How to extract Teff and log(g) from phometric fit #15

Answered by cylammarco
cm775 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @cm775 ,

A fitter object contains the following information:

>>> ftr.__dict__.keys()
dict_keys(['column_key', 'column_key_formatted', 'column_key_unit', 'column_key_wavelength', 'column_names', 'column_units', 'column_wavelengths', 'column_type', 'dtype', 'model_da', 'model_db', 'interpolator', 'fitting_params', 'results', 'best_fit_params', 'best_fit_mag', 'sampler', 'samples', 'extinction_convolved', 'rv', 'pivot_wavelengths'])

If you used the minimize or the least-sqare methods, the outputs from the minimizers are stored in ftr.results, while the sampler and samples used in the MCMC are in ftr.sampler and ftr.samples respectively. Regardless of the choice of the 3 methods, the ftr.…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@cm775
Comment options

@cylammarco
Comment options

@cylammarco
Comment options

@cm775
Comment options

@cylammarco
Comment options

Answer selected by cm775
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants