From 00c974dfe147676c797772691721de34f1285092 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Thu, 4 Apr 2024 17:16:31 -0500 Subject: [PATCH] Add support for fpack based extensions (astropy already supports, so just need extension) --- exotic/inputs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exotic/inputs.py b/exotic/inputs.py index 9560dad1..1da2c2b9 100644 --- a/exotic/inputs.py +++ b/exotic/inputs.py @@ -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: