-
Notifications
You must be signed in to change notification settings - Fork 3
/
PAdass-chandra-table-profile.json
131 lines (131 loc) · 3.38 KB
/
PAdass-chandra-table-profile.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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"identifier": "2CXO",
"parameters": [
{
"measure": "LonLatSkyPositionEllErr",
"ucd": "pos.galactic",
"semantic": "#position.lonlat",
"description": "Source position",
"reductionStatus": "Corrected",
"frame": {
"frame": "Galactic",
"equinox": "null",
"epoch": "null"
},
"position": {
"longitude": "@GLON",
"latitude": "@GLAT",
"unit": "deg"
},
"errors": {
"random": {
"semiAxis": [
"@r0",
"@r1"
],
"posAngle": "@PA",
"unit": "deg"
}
}
},
{
"measure": "LonLatSkyPosition",
"semantic": "#position.corrected",
"description": "Source sky position",
"reductionStatus": "Corrected",
"frame": {
"frame": "ICRS",
"equinox": "null",
"epoch": "null"
},
"position": {
"latitude": "@DEICRS",
"longitude": "@RAICRS",
"unit": "deg"
},
"errors": {}
},
{
"measure": "Photometry",
"ucd": "phot.flux;em.X-ray",
"semantic": "#flux.corrected",
"description": "[0/5.5e-10]? Aperture-corrected net energy flux inferred from the source region aperture; ACIS broad (0.5-7.0keV) band, in erg/s/cm^2^ (flux_aper_b) (14)",
"reductionStatus": "Corrected",
"frame": {
"frame": "ACISBroad"
},
"luminosity": {
"luminosity": "@Fluxb",
"unit": "mW/m2"
},
"errors": {}
},
{
"measure": "Photometry",
"ucd": "phot.flux;em.X-ray",
"semantic": "#flux.corrected",
"description": "[0/5.4e-10]? Aperture-corrected net energy flux inferred from the source region aperture; ACIS hard (2.0-7.0keV) band in erg/s/cm^2^ (flux_aper_h) (14)",
"reductionStatus": "Corrected",
"frame": {
"frame": "ACISHard"
},
"luminosity": {
"luminosity": "@Fluxh",
"unit": "mW/m2"
},
"errors": {}
},
{
"measure": "Photometry",
"ucd": "phot.flux;em.X-ray",
"semantic": "#flux.corrected",
"description": "[0/1.9e-11]? Aperture-corrected net energy flux inferred from the source region aperture; ACIS medium (1.2-2keV) band in erg/s/cm^2^ (flux_aper_m) (14)",
"reductionStatus": "Corrected",
"frame": {
"frame": "ACISMedium"
},
"luminosity": {
"luminosity": "@Fluxm",
"unit": "mW/m2"
},
"errors": {}
},
{
"measure": "HardnessRatio",
"description": "ACIS hard - soft energy band hardness ratio",
"ucd": "phot.flux;arith.ratio",
"semantic": "#hardnessratio.computed",
"reductionStatus": "Computed",
"frame": {
"frame": [
"ACISSoft",
"ACISHard",
"ACISHRSoftHard"
]
},
"coordinate": {
"value": "@HRhs"
},
"errors": {}
},
{
"measure": "HardnessRatio",
"description": "[-1/1]? ACIS medium-soft (0.5-1.2keV) energy band hardness ratio (hard_ms)",
"ucd": "phot.flux;arith.ratio",
"semantic": "#hardnessratio.computed",
"reductionStatus": "Computed",
"frame": {
"frame": [
"ACISHard",
"ACISMedium",
"ACISHRMediumHard"
]
},
"coordinate": {
"value": "@HRms"
},
"errors": {}
}
],
"associatedData": {}
}