Skip to content

Commit

Permalink
added fits.gz to supported image formats
Browse files Browse the repository at this point in the history
  • Loading branch information
rzellem committed Sep 13, 2022
1 parent 148c73b commit 1b973b3
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 1b973b3

Please sign in to comment.