Skip to content

Commit

Permalink
Removed Unused Variable
Browse files Browse the repository at this point in the history
Removed a variable that was not needed and not being used.
  • Loading branch information
kjkoeller committed Aug 30, 2022
1 parent 10ac3d6 commit a25c151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tess_data_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Author: Kyle Koeller
Created: 2/19/2022
Last Updated: 8/28/2022
Last Updated: 8/29/2022
Version: Python 3.9
"""

Expand Down Expand Up @@ -33,7 +33,7 @@ def main():
print(sector_table)
for i in sector_table["sector"]:
# downloads the pixel file data that can then be analyzed with AIJ
manifest = Tesscut.download_cutouts(objectname=system_name, size=[40, 40] * u.arcmin, sector=i)
Tesscut.download_cutouts(objectname=system_name, size=[20, 20] * u.arcmin, sector=i)
print("Finished downloading all sector data related to " + system_name)
print("All files were downloaded to wherever this program is placed.")

Expand Down

0 comments on commit a25c151

Please sign in to comment.