Skip to content

Commit

Permalink
Update APASS_catalog_finder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkoeller committed Nov 4, 2022
1 parent baa7b2a commit 1b596d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions APASS_catalog_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Author: Kyle Koeller
Created: 2/8/2021
Last Updated: 8/3/2022
Python Version 3.9
Last Updated: 11/04/2022
"""

from astroquery.vizier import Vizier
Expand Down Expand Up @@ -36,6 +35,7 @@ def main():
# 78:57:42.657327180
ra_input = input("Enter the RA of your system (HH:MM:SS.SSSS): ")
dec_input = input("Enter the DEC of your system (DD:MM:SS.SS or -DD:MM:SS.SSSS): ")
print()

ra_input2 = splitter([ra_input])
dec_input2 = splitter([dec_input])
Expand Down

0 comments on commit 1b596d8

Please sign in to comment.