Skip to content

Commit

Permalink
Merge pull request #1021 from rzellem/issue_1020
Browse files Browse the repository at this point in the history
added fits.gz to supported image formats
  • Loading branch information
rzellem authored Sep 13, 2022
2 parents 148c73b + 1b973b3 commit ce069f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exotic/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def comp_params(self, init_file, planet_dict):


def check_imaging_files(directory, img_type):
file_extensions = ['.fits', '.fit', '.fts', '.fz']
file_extensions = ['.fits', '.fit', '.fts', '.fz', 'fits.gz']
input_files = []

while True:
Expand Down

0 comments on commit ce069f6

Please sign in to comment.