-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmrk_501_v4.yaml
More file actions
110 lines (98 loc) · 2.9 KB
/
mrk_501_v4.yaml
File metadata and controls
110 lines (98 loc) · 2.9 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
io:
runlist: "/raid/romulus/swong/ED490/Eventdisplay_AnalysisScripts_VTS/scripts/mrk501_v4.txt"
search_datastore : "/raid/romulus/dl3/ed/dl3_fullenclosure_moderate2tel/"
in_dir : "/raid/romulus/swong/mydl3/mrk501_v4/"
out_dir : "/raid/romulus/swong/mydl3/mrk501_v4_bkgs/"
results_dir: "/raid/romulus/swong/mydl3/mrk501_v4/results/"
# Whether or not to generate the background from the run
from_run : false
# Whether or not to analyze runs from a runlist or all runs in the results_dir
from_runlist: true
binning:
# Energy binning
e_min: 0.25
e_max: 30
e_bins: 10
# Offset/wobble binning
off_min: 0
off_max: 2
off_bins: 5
config:
njobs : 3
exclusion:
star_cat : "./Hipparcos_MAG8_1997.dat"
# Exculde region around a simbad resolveable source name
# Expecting name, exclusion
exclude_source_name :
# Exculde region around a given ra, dec
exclude_regions :
# Exculde region around a given ra, dec
# Exculde region around a given ra, dec
# exclude_source_pos : [ ("287.10 deg", "6.39 deg", "0.5 deg"]
# Exculde entire run within a distance to a given ra/dec
# Expecting ra, dec, exclusion
# exclude_source_run : [ ("287.10 deg", "6.39 deg", "3.5 deg"]
background_selection:
# el_min : 40
# el_max : 30
nsb_diff : 1.5
# 1/sin(el) difference
el_diff : 1.5
# az difference
az_diff : 45
# Minimum number of telescopes
n_tels : 4
# Maximum time between runs in days
time_max : 180
# Whether or not to smooth the background
smooth : true
smooth_sigma : 1
# Whether bkgs should come from same season as data
same_szn : true
#time_request : 20
KL_DIV: true
#max_runs : true
#n_runs : 50
run_selection:
# Runs of interests
# Source of interest
source_name : "Mrk 501"
pos_from_DL3: true
# Maximum offset to select data from
offset_max : 3.5
# Number of telescopes to select
n_tel : 4
# elevation min/maz
el_min : 30
spectrum :
e_min : 0.25
e_max : 30
e_bins : 10
type : "PL"
#array of [normalization, spectral index]
params : [1e-15,2.72]
lightcurve:
#light curve bin size in minutes
bin_size_min: 1000
sky_map:
map_deg: 2.5
bin_sz: 0.01
offset_max: 1.5
#exclusion regions are lists of lists of [[SkyCoord, radius], [SkyCoord, radius], ...]
exclusion_regions: []
#theta defines the ON region size
theta: 0.089
#exclusion region around the source
on_exclusion_region: 0.35
#RBM parameters
ring_rin: "0.6 deg"
ring_width: "0.1 deg"
#whether or not to truncate the skymap colourbar at +/- 5 sigma
truncate: true
#safe mask max aeff %
aeff_max_percent: 0.1
#dimmest visual magnitude for stars to be excluded
min_star_brightness: 8
#where to save outputs
results_file: 'segue_ps_results.yaml'
plot_names: 'segue_ps'