Add documentation for velocity support in coordinates#6260
Add documentation for velocity support in coordinates#6260eteq merged 33 commits intoastropy:masterfrom
Conversation
|
|
|
Just had a look, and like the initial update. I think we'd need some examples, though, which ideally show some obviously correct transformations (like a PM in pure galactic longitude near the galactic centre, so one sees where it is heading in RA, Dec). |
|
Also, as discussed in #6219, clean up mentions of "must be keyword" in |
|
whatsnew-2.0-coordinates-velocities is a placeholder, to be updated further in #6260
whatsnew-2.0-coordinates-velocities is a placeholder, to be updated further in #6260
|
Right, don't merge yet - we still have some more docs to add! |
|
OK, this is useful info as well, so I'll go ahead with the RC and will merge this when ready for the actual release. |
8317b2f to
9bd8d30
Compare
2cc1d38 to
ab6951c
Compare
|
|
@adrn - OK, populated "my" sections from #6260 (comment) and those right after, so I think it's just the two you noted above. The "what's new" could maybe use some beefing up, but I'm unsure what to put beyond what's there... open to ideas, but I'm also willing to accept that as it stands here. |
|
Oh, but one other thing to add either here or in #6317 (whichever gets merged second):
|
|
|
349a8fe to
5a66dc8
Compare
|
I added two examples to this PR, but it really could use one more: an example of how to subclass |
5a66dc8 to
51aa3bf
Compare
|
Hi there @adrn 👋 - thanks for the pull request! I'm just a friendly 🤖 that checks for issues related to the changelog and making sure that this pull request is milestoned and labelled correctly. This is mainly intended for the maintainers, so if you are not a maintainer you can ignore this, and a maintainer will let you know if any action is required on your part 😃. Everything looks good from my point of view! 👍 |
|
Once the tests pass, we should go ahead and merge this so that we have this in (if nothing else, for the what's new), but we can definitely still try to squeeze in another example in a separate PR if there's time before the release is finalized, @adrn |
Add documentation for velocity support in coordinates
This is a companion to #6219 to add / update the astropy.coordinates documentation to explain how velocities are incorporated. This is mainly just so the files changed in #6219 doesn't get even more out of hand...