Skip to content

Commit

Permalink
Add mask_download_permissive option to config, add options to omit list
Browse files Browse the repository at this point in the history
  • Loading branch information
Cybis320 committed Sep 2, 2024
1 parent a04679c commit e19468c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
; ------------------
Expand Down
5 changes: 4 additions & 1 deletion Utils/AuditConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


Expand Down

0 comments on commit e19468c

Please sign in to comment.