Closed radicamc closed 3 years ago
Hi @radicamc,
Thanks for bringing this up! This is weird, however. The fact that it runs alone and with the transit seems to suggest tome that something odd is happening with the fitting itself (e.g., the priors). Could you please share a MWE so I can try to reproduce this on my end?
Thanks! Néstor
Thanks for the quick response! Below is a MWE which produced the error I quoted above this morning: MWE_juliet.txt
Hi @radicamc,
I can't reproduce the error yet, but I do see the sampler (dynesty
) going crazy. I believe your priors are just too large, and hence why the sampler is having trouble converging. My suggestion is to narrow down the priors a bit. For instance, the GP sigma is way too large (1e-6 to 1e6) --- this goes way beyond meaningful values. That is in ppm --- I think going up to, say, 1e3 ppm might be better. Same for alpha --- the inverse time-scales you are putting as priors are way larger than what they should. Same with the prior on the rotation period.
Let me know if that helps with this!
N.
Yes that seems to have really helped! Hopefully, it'll yield the same results with the other datasets that I'm working with. Thanks for the help.
Hi Néstor, I've been testing fitting different GP kernels to the HATS-46b photometry included in the tutorial, and I seem to be unable to run a fit using the exponential sin squared kernel. Generally, the fit will start as normal, and either fails after a few minutes with an error such as the following:
or it runs without converging, or simply freezes. I've used both
dynesty
andMultiNest
as the sampler (the above error is from adynesty
run), and the results are the same in either case. I have binned the photometry by night, to reduce the number of data points, but kept the original cadence during the transits. Detrending, though, works perfectly fine, as well as transit fitting on the detrended data (or alternatively transit fitting on the un-detrended data, with fixed GP parameters). It is the joint fitting of the transit as well as the GP which seems to cause the above mess. I can provide a MWE if necessary.