Skip to content

Commit

Permalink
Comments Update
Browse files Browse the repository at this point in the history
Added a print comment that tells the user that one of the files that gets saved is not for use other than calculation confirmation if needed later on.
  • Loading branch information
kjkoeller committed Nov 4, 2022
1 parent e8af20c commit ca7bdad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions APASS_catalog_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ def main():

# saves the dataframe to a text file and prints that dataframe out to easily see what was copied to the text file
print()
print("This output file contains all the Vizier magnitudes that will be used to calculate the Cousins R band, and "
"should not be used for anything else other than calculation confirmation if needed later on.")
print()
text_file = input("Enter a text file name for the output comparisons (ex: APASS_3350218.txt): ")
df.to_csv(text_file, index=None)
print("Completed save")
Expand Down

0 comments on commit ca7bdad

Please sign in to comment.