-
Notifications
You must be signed in to change notification settings - Fork 4
/
events-list.json
59 lines (59 loc) · 1.71 KB
/
events-list.json
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
{
"H0events":{
"GW170817":{
"GW":"GW170817",
"EM":[{"name":"NGC4993","type":""},{"name":"ESO508-24","type":"fake"}]
},
"GW190425":{
"GW":"GW190425",
"EM":[{"name":"FRB20190425A","type":"potential"}]
}
},
"GW_data":{
"GW170817":{
"src":"local",
"id":"GW170817",
"display_name":"GW170817",
"Skymap":"GW170817_skymap.fits.gz",
"reference":"https://doi.org/10.1103%2FPhysRevLett.119.161101"
},
"GW190425":{
"src":"gracedb",
"id":"S190425z",
"display_name":"GW190425",
"reference":"https://doi.org/10.7935/qf3a-3z67"
}
},
"EM_data":{
"NGC4993":{
"src":"local",
"id":"NGC4993",
"display_name":"NGC 4993",
"cz_mean":2993,
"cz_sigma":7,
"ra_deg":197.44746,
"dec_deg": -23.11786,
"reference":"https://doi.org/10.3847%2F2041-8213%2Faa91c9"
},
"ESO508-24":{
"src":"local",
"id":"ESO508-24",
"display_name":"ESO 508-24",
"cz_mean":3851,
"cz_sigma":0.1,
"ra_deg":197.69140,
"dec_deg":-23.86572,
"reference":"https://vizier.cds.unistra.fr/viz-bin/VizieR-S?ESO-LV%20508-0240"
},
"FRB20190425A":{
"src":"local",
"id":"FRB20190425A",
"display_name":"FRB 20190425A",
"cz_mean":9360,
"cz_sigma":3,
"ra_deg":255.72,
"dec_deg":21.52,
"reference":"https://doi.org/10.1038/s41550-023-01917-x"
}
}
}