From e19468ca042eab861741819e2f4a4057bda9b0fd Mon Sep 17 00:00:00 2001 From: Luc Busquin <133058544+Cybis320@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:02:52 -0700 Subject: [PATCH] Add mask_download_permissive option to config, add options to omit list --- .config | 6 ++++-- Utils/AuditConfig.py | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.config b/.config index 61c79aafe..d6635c5e9 100644 --- a/.config +++ b/.config @@ -623,8 +623,8 @@ star_catalog_file: gaia_dr2_mag_11.5.npy ;star_catalog_band_ratios: 0.1,0.32,0.23,0.35 -; Platepar -; -------- +; Platepar and mask +; ----------------- ; Name of the JSON file with recalibrated platepars for constant intervals of FF ; files @@ -639,6 +639,8 @@ platepar_remote_name: platepar_latest.cal ; Name of the directory on the server which contains platepars remote_platepar_dir: platepars +; Toggle downloading remote mask +mask_download_permissive: true ; Auto recalibration ; ------------------ diff --git a/Utils/AuditConfig.py b/Utils/AuditConfig.py index e5252e97f..9260cdb1d 100644 --- a/Utils/AuditConfig.py +++ b/Utils/AuditConfig.py @@ -29,7 +29,10 @@ 'brightness', # Deprecated 'contrast', # Deprecated 'dark_file', # Deprecated - 'use_dark' # Deprecated + 'use_dark', # Deprecated + 'mask_remote_name', # Should not be exposed + 'remote_mask_dir', # Should not be exposed + 'platepar_template_dir' # Should not be exposed }