orbitize
orbitize copied to clipboard
Orbit-fitting for directly imaged objects
This PR adds the `MultiNest` class to the `sampler` module. MultiNest supports the use of MPI, so it can be executed as e.g. `mpirun -n 100 python run_orbitize.py` if 100...
This PR fixes a small issue in the `plot_corner` function. Labels of fixed parameters were not removed so the plot was using the full list of labels (i.e. n_labels >...
Congratulations on your orbitize! v3 paper on arXiv! Maybe v3 would be a good point to set pretty default settings for the plots :)? My main recommendations are: 1. Use...
will describe all changes in comments
This line in system.py was causing a failure when we pass in a single orbit. Caught by the changing basis tutorial! I applied a very simple fix of checking if...
Fixed an issue with the astrometry plotting method where coordinate systems for astrometry (ra/dec or sep/pa) were being mislabelled, causing astrometry to be plotted incorrectly.