-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper1-review46.conf
108 lines (94 loc) · 4.35 KB
/
paper1-review46.conf
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
// params.dical_args = null
params {
obsids_suffix = "-paper1-review46"
// phase1 eor0 highbband, nodrift
filter_sweet_pointings = null // provide a list of sweet pointings to filter on
filter_ew_pointings = null // provide a list of east-west pointings to filter on
filter_bad_tile_frac = null // 16.01/128 // filter obs with more than 12.5% bad tiles
filter_dead_dipole_frac = null // filter obs with too many dead dipoles
filter_quality = 1 // filter obs with data quality issues
filter_config = ['Phase I'] // filter by array configuration
filter_eorfield = 0 // filter by eor field (0=eor0)
filter_eorband = 1 // filter by eor band (1=high)
filter_ra = 0.0 // filter by phase centre right ascention
filter_dec = -27.0 // filter by phase centre declination
filter_ionoqa = null // filter by RTS ionoqa
filter_sun_elevation = null // filter by sun elevation
pullPrep = false
prep_time_res_s = 2
prep_freq_res_khz = 40
ssins_apply = false // do not apply ssins flags
flag_occupancy_threshold = 0.80
rfi_occupancy_threshold = null
ssins_occupancy_threshold = 0.80
ssins_narrow_threshold = null
ssins_dab_threshold = null
ssins_streak_threshold = null
noeor = false
hyperdrive = 'hyperdrive-old'
dical_args = [
"30l_src4k": "--uvw-min 30l -n 4000"
// paper2: "30l_src8k_300it": "--uvw-min 30l -n 8000 --max-iterations 300 --stop-thresh 1e-20",
]
hyp_dical_args = ""
hyp_srclist_args = '' // paper2: '--source-dist-cutoff=180 --veto-threshold 0.005'
beam_path = '/pawsey/mwa/mwa_full_embedded_element_pattern.h5'
sourcelist = '/pawsey/mwa/mwaeor/dev/srclists/srclist_pumav3_EoR0LoBESv2_fixedEoR1pietro+ForA_phase1+2_edit.txt'
// only look at ionosub
nosub = true
noionosub = false
hyp_peel_args = ''
sub_nsrcs = 8000
ionosub_nsrcs = 1000
filter_max_hyp_ionoqa = null
filter_max_ps_window_unsub = null
filter_min_ps_window_unsub = null
filter_max_ps_ratio_unsub = null
filter_min_ps_ratio_unsub = null
filter_max_ps_wedge_ratio_sub = null
filter_min_ps_wedge_ratio_sub = null
filter_max_ps_win_ratio_sub = null
filter_min_ps_win_ratio_sub = null
filter_max_vrms_box_nosub = null
filter_min_vrms_box_nosub = null
filter_max_pks_int_v_ratio_nosub = null
filter_min_pks_int_v_ratio_nosub = null
filter_max_pks_int_diff_sub = null
filter_min_pks_int_diff_sub = null
filter_max_pks_int_sub_ratio_xx = null
filter_min_pks_int_sub_ratio_xx = null
filter_max_pks_int_sub_ratio_yy = null
filter_min_pks_int_sub_ratio_yy = null
nochipscombine = false // combine chips grids
novideo = false // make videos
// // run 3: excluding obs with ionoqa=null or ionoqa=5
// result_suffix = '-iono5'
// filter_ionoqa = 5
// // run 4: excluding obs with >25% flags, or >25% AOFlagger RFI
// result_suffix += '-rfi25'
// flag_occupancy_threshold = 0.25
// rfi_occupancy_threshold = 0.25
// ssins_occupancy_threshold = 0.25
// // run 5: img_metrics filters
// result_suffix += '-imgqa'
// filter_max_vrms_box_nosub = 0.009490 // 3 sigma, filter images with too much stokes V RMS
// filter_max_pks_int_v_ratio_nosub = 0.003397 // 3 sigma, filter images with too much integrated pks V power compared to (XX+YY)
// filter_max_pks_int_diff_sub = 0.3710 // 3 sigma, filter images with too much difference between xx and yy integrated pks flux
// filter_max_pks_int_sub_ratio_xx = 0.1312 // 3 sigma, filter images which don't subtract enough integrated pks flux
// filter_max_pks_int_sub_ratio_yy = 0.1312 // 3 sigma, filter images which don't subtract enough integrated pks flux
// // run 6: ps_metrics filters
// result_suffix += '-psqa'
// filter_max_ps_window_unsub = 17.04 // IQR, filter visibilities with too much window power
// filter_max_ps_ratio_unsub = 0.05709 // IQR, filter unsubtracted visibilities with too much window:wedge ratio
// filter_max_ps_wedge_ratio_sub = 0.2161 // IQR filter subtracted visibilities which subtract too little wedge power
// filter_max_ps_win_ratio_sub = 0.7369 // IQR, filter subtracted visibilities which subtract too little window power
}
profiles {
garrawarla {
process {
withLabel: hyperdrive {
module = 'hyperdrive/peel'
}
}
}
}