eford / ExoplanetsSysSim.jl

Planetary Systems Simulation & Model of Kepler Mission for characterizing the Occurence Rates fo Exoplanets and Planetary Architectures
MIT License
1 stars 5 forks source link

Period-Radius, Theta and Distance Plots #2

Closed keirtheashby closed 6 years ago

keirtheashby commented 7 years ago
  1. calc_sum_stats_pr.jl Modeled after calc_summary_stats_obs_binned_rates (from christiansen_func.jl), this function does everything its counterpart does but also includes lists of periods, radii and multiplicities for the observed, physical and true catalogs. Including these in the summary statistics is necessary for the period-radius_plots.jl functions.
  2. period-radius_plots.jl Series of functions to take an array of Sim Params, generate observed, physical, and true catalogs, then plot period-radius distributions comparing the various catalogs of planets.
  3. process_abc_output.jl Takes the output of abc_run_christiansen.jl and returns plots of theta values and distance over all the ABC generations.