CONAN.outputs.mcmc_outputs

CONAN.outputs.mcmc_outputs#

CONAN.outputs.mcmc_outputs(posterior, jnames, ijnames, njnames, nijnames, bp, uwl, Rs_in, Ms_in, Rs_PDF, Ms_PDF, nfilt, filnames, howstellar, extinpars, RVunit, extind_PDF, npl, out_folder)#

Function to write out the medians, best values and distributions of the jump parameters and derived parameters to files. It also plots the histograms of the parameters and derived parameters and saves them to the output folder.

Parameters:
  • posterior (array) – The posterior samples from the sampling.

  • jnames (list) – List of the names of the jump parameters.

  • ijnames (list) – List of the indices of the jump parameters.

  • njnames (list) – List of the names of the non-jump parameters.

  • nijnames (list) – List of the indices of the non-jump parameters.

  • bp (array) – The max-probability values of the parameters.

  • uwl (array) – The effective wavelengths of the filters.

  • Rs_in (float) – The input value of the stellar radius.

  • Ms_in (float) – The input value of the stellar mass.

  • Rs_PDF (array) – The PDF of the stellar radius.

  • Ms_PDF (array) – The PDF of the stellar mass.

  • nfilt (int) – The number of filters.

  • filnames (list) – The names of the filters.

  • howstellar (str) – The method used to specify the stellar parameters.

  • extinpars (list) – The names of the external input parameters.

  • RVunit (str) – The unit of the radial velocity.

  • extind_PDF (array) – The PDF of the external input parameters.

  • npl (int) – The number of planets.

  • out_folder (str) – The folder to save the outputs.