-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfeatures.json
More file actions
63 lines (50 loc) · 959 Bytes
/
features.json
File metadata and controls
63 lines (50 loc) · 959 Bytes
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
{
"time_phase": {
"store": 1,
"normalize": 1,
"centering": 0,
"nbins": 64
},
"freq_phase": {
"store": 1,
"normalize": 1,
"centering": 0,
"nbins": 64
},
"intensity": {
"store": 1,
"normalize": 1,
"centering": 0,
"nbins": 64,
"save_mean": 0,
"save_std": 0,
"save_skew": 0,
"save_kurt": 0,
"gaussian_fit": 0,
"double_gauss_fit":0
},
"half_or_full": {
"half": 0,
"full": 1
},
"ffdot": {
"store": 1,
"normalize": 1,
"nbins": 64
},
"dm_curve": {
"store": 1,
"normalize": 1,
"nbins": 64,
"save_mean": 0,
"save_std": 0,
"save_skew": 0,
"save_kurt": 0
},
"meta_data": {
"dm_value": 1,
"snr": 1,
"period": 1,
"pepoch": 1
}
}