Skip to content

Commit

Permalink
Download Pixel Size
Browse files Browse the repository at this point in the history
Updated the pixel download size per FFI to 40x40 instead of a small 15x15
  • Loading branch information
kjkoeller committed Nov 17, 2022
1 parent 7fe3c10 commit 266e23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tess_data_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def main():
# downloads the pixel file data that can then be analyzed with AIJ
print()
print("Starting download of Sector " + str(i))
manifest = Tesscut.download_cutouts(objectname=system_name, size=[15, 15] * u.arcmin, sector=i)
manifest = Tesscut.download_cutouts(objectname=system_name, size=[40, 40] * u.arcmin, sector=i)
tCut.main(manifest)
print("Finished downloading Sector " + str(i))
print("Finished downloading all sector data related to " + system_name)
Expand Down

0 comments on commit 266e23a

Please sign in to comment.