-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathconfig_Pl_mccd.ini
More file actions
87 lines (57 loc) · 1.94 KB
/
config_Pl_mccd.ini
File metadata and controls
87 lines (57 loc) · 1.94 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# ShapePipe configuration file for post-processing.
# merge star cat and PSF plots.
## Default ShapePipe options
[DEFAULT]
# verbose mode (optional), default: True, print messages on terminal
VERBOSE = True
# Name of run (optional) default: shapepipe_run
RUN_NAME = run_sp_Pl
# Add date and time to RUN_NAME, optional, default: False
RUN_DATETIME = True
## ShapePipe execution options
[EXECUTION]
# Module name, single string or comma-separated list of valid module runner names
MODULE = mccd_plots_runner
# Parallel processing mode, SMP or MPI
MODE = SMP
## ShapePipe file handling options
[FILE]
# Log file master name, optional, default: shapepipe
LOG_NAME = log_sp
# Runner log file name, optional, default: shapepipe_runs
RUN_LOG_NAME = log_run_sp
# Input directory, containing input files, single string or list of names
INPUT_DIR = .
# Output directory
OUTPUT_DIR = $SP_RUN/output
## ShapePipe job handling options
[JOB]
# Batch size of parallel processing (optional), default is 1, i.e. run all jobs in serial
SMP_BATCH_SIZE = 4
# Timeout value (optional), default is None, i.e. no timeout limit applied
TIMEOUT = 96:00:00
## Module options
[MCCD_PLOTS_RUNNER]
# NUMBERING_SCHEME (optional) string with numbering pattern for input files
NUMBERING_SCHEME = -0000000
INPUT_DIR = ./output/run_sp_Pl_2023-06-12_16-32-53/mccd_val_runner/output
FILE_PATTERN = full_starcat
FILE_EXT = .fits
PSF = mccd
PLOT_MEANSHAPES = True
X_GRID = 5
Y_GRID = 10
# Optional: max values for elliptity and residual ellipticities
MAX_E = 0.05
MAX_DE = 0.005
PLOT_HISTOGRAMS = True
REMOVE_OUTLIERS = False
# X_GRID, Y_GRID: correspond to the number of bins in each direction of each
# CCD from the focal plane. Ex: each CCD will be binned in 5x10 regular grids.
#
# REMOVE_OUTLIERS: Remove validated stars that are outliers in terms of shape
# before drawing the plots.
PLOT_RHO_STATS = True
RHO_STATS_STYLE = HSC
RHO_STATS_YLIM_L = 1e-10, 4e-5
RHO_STATS_YLIM_R = 1e-8, 4e-5