-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_config.yaml
26 lines (24 loc) · 1.14 KB
/
sample_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: sample
description: |
This is a sample config, with all possible parameters exposed.
The only mandatory config options are the ones in inputs and outputs sections.
The remaining sections are optional, and sensible defaults are used in the code.
inputs:
drizzle_image: # Path to the mosaic image (mandatory)
drizzle_weight: # Path to the weight image (mandatory)
noise_rms_map: # Path to the noise rms image (mandatory)
seg_map: # Path to the segmentation map (mandatory)
sep_cat: # Path to the SExtractor detection catalog (mandatory)
psf_images: # Path to the PSF image cube (mandatory)
outputs:
output_cat: # Name of the output catalog (with extension and path; mandatory)
overwrite: False # Overwrite the output file
# Everything that follows are completely optional.
logging:
level: INFO # Logging level for both streaming and file
log_file: # File to write logs into.
format: "%(asctime)s %{levelname}s %(message)s" # Format string for the file only
measurement:
minimum_stamp_size:
mask_neighbors: False
# If mask_neighbors: False, pixels belonging to neighbors will be replaced with an uncorrelated noise realization.