From 1b973b3f267821bce4777ec74c95106144120f9c Mon Sep 17 00:00:00 2001 From: Rob Zellem Date: Tue, 13 Sep 2022 11:33:54 -0700 Subject: [PATCH] added fits.gz to supported image formats --- exotic/inputs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exotic/inputs.py b/exotic/inputs.py index 0eb9590c..60b42db4 100644 --- a/exotic/inputs.py +++ b/exotic/inputs.py @@ -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: