juliet icon indicating copy to clipboard operation
juliet copied to clipboard

A versatile modelling tool for transiting and non-transiting (single and multiple) exoplanetary systems

Results 38 juliet issues
Sort by recently updated
recently updated
newest added

When I was trying to extract light curves using JULIET for TESS data and typed this command: results = dataset.fit(n_live_points=5000), then this error came: ***************************************************** MultiNest v3.10 Copyright Farhan Feroz...

As the title says, keyword arguments are no longer able to be passed to dynesty via juliet.fit (not sure about other samplers). I believe this is because line 1683 ```args...

can someone help to resolve this problem? i have latest version of juliet

Doing a new installation, I found h5py is now required: `ModuleNotFoundError: No module named 'h5py'` But doesn't get auto-installed. Doing a separate `pip install h5py` works, but it would be...

enhancement

The supported prior distributions are capitalized in the documentation - e.g. `TruncatedNormal` - but dynesty can only interpret them if they are uncapitalized - e.g. `truncatednormal`. Could the list in...

documentation

I've developed a new Bayesian sampler called [nautilus](https://github.com/johannesulf/nautilus). It's based on combining importance nested sampling with deep learning. This new sampler has been verified to give accurate results on various...

enhancement

Hi Néstor, In some of the parameterisation of RV analysis (notably semi-amplitude) it can be beneficial to set the distribution to LogUniform/Jeffrey's to avoid over-estimating the final value by better...

documentation