Skip to content

Commit

Permalink
Merge pull request #1251 from mikeprimm/addFZ
Browse files Browse the repository at this point in the history
Add support for fpack based extensions
  • Loading branch information
rzellem authored Apr 4, 2024
2 parents e27ef87 + 00c974d commit aa13f7d
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 @@ -201,7 +201,7 @@ def comp_params(self, init_file, planet_dict):


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

while True:
Expand Down

0 comments on commit aa13f7d

Please sign in to comment.