MNGuenther / allesfitter

allesfitter is a convenient wrapper around the packages ellc (light curve and RV models), dynesty (static and dynamic nested sampling) emcee (Markov Chain Monte Carlo sampling) and celerite (Gaussian Process models).
MIT License
60 stars 36 forks source link

How to make custom plot of phased RV or lightcurves #73

Open zjwhale opened 9 months ago

zjwhale commented 9 months ago

I'm trying to extract the phased data and model to make a custom plot rather than using the default allesfitter.plot() function. However, when I attempted to use allesfitter.get_posterior_median_baseline(inst, key, phased=True), I encountered an error message stating 'Not yet implemented'. Is there an alternative method available for creating a custom phased plot? Thanks!