Adrian Price-Whelan

Results 171 comments of Adrian Price-Whelan

Just to re-raise my comment from #6882 with a suggestion: perhaps we could name the frame something like `RadioUVW` to distinguish it from the Galactic velocity components (also UVW)?

The point is that to a new user of Astropy, or to a student, the name overloading is confusing. It wouldn't hurt to be a bit more specific in the...

Yes, definitely! I just haven't had time to sort it out :) 👶 🍼

Cutting a release today to sort this out!

Release is out on pypi (1.9.0)

👋 Could you share a plot of the radial velocity data vs. time? If that's proprietary, you can email me instead of posting here!

Hm ok, nothing looks immediately strange about the RV data! One quick question: are the RV uncertainties very small? What are the typical values? Have you checked the convergence statistics...

Thanks for the response! That makes sense. But hm, it's possible what I want to do is not supported at the moment. For my custom distribution, some pairs of the...

Haven't followed this discussion very closely because I'm mostly curled into a stress ball (so apologies if this was already brought up), but I just replaced `OrderedDict` in one of...

Also: if I do `orbit.plot(x="x", y="y")`, I get this: ![Image](https://github.com/user-attachments/assets/aec24e51-7ad0-45b2-b094-7cb5a349e6f9) But I think we should iterate over the other axis so all points from the same orbit are plotted as...