Skip to content

Commit

Permalink
Update tesscut.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkoeller committed Sep 30, 2022
1 parent d27f28c commit dc39bd2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tesscut.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@
from time import gmtime, strftime # for utc

"""
Extract all images from a TESS pixel BINTABLE file
Removes extended headers
Selects only the image data
Detects and does not convert low quality
Extract all images from a TESS pixel BINTABLE file
Removes extended headers
Selects only the image data
Detects and does not convert low quality
"""

# if len(sys.argv) != 3:
Expand Down

0 comments on commit dc39bd2

Please sign in to comment.