-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpokedex.yaml
More file actions
56 lines (51 loc) · 1.63 KB
/
pokedex.yaml
File metadata and controls
56 lines (51 loc) · 1.63 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
environment:
working_dir: ./
scheduler: pbs
casa_path: /home/apal/casa-6.6.4-34-py3.8.el8
shell_preamble: |
source ~/.bashrc
mamba activate 38data
resources:
default: {nodes: 1, ppn: 4, walltime: 04:00:00, mem_gb: 128}
flagging: {nodes: 2, ppn: 8, walltime: 12:00:00, mem_gb: 512}
crosscal: {nodes: 2, ppn: 8, walltime: 12:00:00, mem_gb: 128}
selfcal: {nodes: 1, ppn: 4, walltime: 12:00:00, mem_gb: 128}
imaging: {nodes: 1, ppn: 8, walltime: 24:00:00, mem_gb: 512}
data:
ms: G71.ms
processing_spw: 4
sources:
auto_detect: true
overrides:
calibrators: {amp: [3C286, 3C48], phase: 1845+401, leakage: 1845+401, pol_angle: 3C286}
uvranges: {"3C286": "0~56klambda", "3C48": ""}
flow:
initial_calibration_flagging:
setup: {initialize: true, make_structure: true, brotherhood: true}
flagging: {bad_antennas: {auto: true, list: []}, rfi: true, use_gpu: true}
calibration:
refant: C00
pol: {leakage: {mode: Df}, angle: true}
control: {check_solutions: true, plot: true}
apply: {targets: true, calibrators: true}
imaging_selfcal:
dirty_image: true
selfcal:
avg_flag: true
freqbin: 10
flag_residuals: true
imaging: {imsize: 7200, cellsize: 1asec, use_catalogs: true}
loops: {phase: 4, amp_phase: 2, solint: 4min, refant: C00}
clean: {threshold: 0.001, start_iters: 1000}
dd_cal:
source_finding:
flux_threshold_mJy: 50
eps_factor: 5
min_samples: 3
mask_radius_factor: 2.5
peeling:
time_chunk: 0
g_time_interval: 120s
g_freq_interval: 0
de_time_interval: 120s
de_freq_interval: 0