wbalmer / backtracks

Python package to fit relative astrometry with background star motion tracks.
https://backtracks.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Swap ra axes limits on plots, update tutorial notebook #51

Closed wbalmer closed 10 months ago

gotten commented 10 months ago

Isn't left positive/east on RA, DEC plots ? Not sure if I understand the need for dropping invert_xaxis.

wbalmer commented 10 months ago

oops, you're right. somehow I thought the invert_xaxis was getting double counted, but I was wrong (I had uncommitted code that had been flipping the xaxis too I realized) 😵‍💫 . let me fix that now. the updates to the tutorial and addition of labels on the neighborhood corner plot from this merge should still be good though. i'll just commit the hotfix to the main branch directly