Octofitter.jl
Octofitter.jl copied to clipboard
Octofitter is a Julia package for performing Bayesian inference against direct images of exoplanets, relative astrometry, and astrometric acceleration of the host star.
This pull request sets the compat entry for the `CSV` package to `0.10`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this...
This pull request sets the compat entry for the `Distances` package to `0.10`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this...
This pull request sets the compat entry for the `HTTP` package to `1`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this...
This pull request changes the compat entry for the `Pathfinder` package from `0.8` to `0.8, 0.9`. This keeps the compat entries for earlier versions. Note: I have not tested your...
This issue outlines my plan for higher fidelity modelling of Gaia data, either as part of the HGCA modelling or by itself. Currently our HGCA likelihood models the Gaia and...
With high astrometric precision, we can no logner assume that the light we used to measure a position left the planet at the same time as the star. Additionally, stars...
In some places we require years to be measured in Julian years (365.25) and in other places we use tropical years (365.244...). Decimal years are yet another kind of year...
Instead of giving a nested task error and a named tuple error, check and throw an error if not all required variables are defined in the model or if there...
To tie photometry or direct images to radial velocity or proper motion measurements, we need to connect the brightness of a planet to mass given the age of the system....
In multi-planet systems, we should approximate the impact of inner planets on the orbits of outer planets. Can just assume they add linearly?