|
61 | 61 | }, |
62 | 62 | { |
63 | 63 | "description": "A skymap in a multi-order FITS format as a Base64-encoded string.", |
64 | | - "mode": "REQUIRED", |
| 64 | + "mode": "NULLABLE", |
65 | 65 | "name": "skymap", |
66 | 66 | "type": "STRING" |
67 | 67 | }, |
|
93 | 93 | "description": "The central frequency of the burst. Only present if group=Burst.", |
94 | 94 | "mode": "NULLABLE", |
95 | 95 | "name": "central_frequency", |
96 | | - "type": "INTEGER" |
| 96 | + "type": "FLOAT" |
97 | 97 | }, |
98 | 98 | { |
99 | 99 | "description": "The probabilities that the source has various properties, assuming that the source is astrophysical.", |
100 | 100 | "fields": [ |
101 | 101 | { |
102 | 102 | "description": "Probability that at least one of the compact objects was a neutron star", |
103 | | - "mode": "REQUIRED", |
104 | | - "name": "HasNS", |
| 103 | + "mode": "NULLABLE", |
| 104 | + "name": "hasns", |
105 | 105 | "type": "FLOAT" |
106 | 106 | }, |
107 | 107 | { |
108 | 108 | "description": "Probability that the system ejected a non-zero amount of neutron star matter", |
109 | | - "mode": "REQUIRED", |
110 | | - "name": "HasRemnant", |
| 109 | + "mode": "NULLABLE", |
| 110 | + "name": "hasremnant", |
111 | 111 | "type": "FLOAT" |
112 | 112 | }, |
113 | 113 | { |
114 | 114 | "description": "Probability that at least one of the compact objects has mass in the range 3-5 solar masses", |
115 | | - "mode": "REQUIRED", |
116 | | - "name": "HasMassGap", |
| 115 | + "mode": "NULLABLE", |
| 116 | + "name": "hasmassgap", |
117 | 117 | "type": "FLOAT" |
118 | 118 | } |
119 | 119 | ], |
120 | | - "mode": "REQUIRED", |
| 120 | + "mode": "NULLABLE", |
121 | 121 | "name": "properties", |
122 | 122 | "type": "RECORD" |
123 | 123 | }, |
|
126 | 126 | "fields": [ |
127 | 127 | { |
128 | 128 | "description": "Probability that the source is a BNS", |
129 | | - "mode": "REQUIRED", |
130 | | - "name": "BNS", |
| 129 | + "mode": "NULLABLE", |
| 130 | + "name": "bns", |
131 | 131 | "type": "FLOAT" |
132 | 132 | }, |
133 | 133 | { |
134 | 134 | "description": "Probability that the source is a NSBH", |
135 | | - "mode": "REQUIRED", |
136 | | - "name": "NSBH", |
| 135 | + "mode": "NULLABLE", |
| 136 | + "name": "nsbh", |
137 | 137 | "type": "FLOAT" |
138 | 138 | }, |
139 | 139 | { |
140 | 140 | "description": "Probability that the source is a BBH", |
141 | | - "mode": "REQUIRED", |
142 | | - "name": "BBH", |
| 141 | + "mode": "NULLABLE", |
| 142 | + "name": "bbh", |
143 | 143 | "type": "FLOAT" |
144 | 144 | }, |
145 | 145 | { |
146 | 146 | "description": "Probability that the source is Terrestrial (i.e, noise)", |
147 | | - "mode": "REQUIRED", |
148 | | - "name": "Terrestrial", |
| 147 | + "mode": "NULLABLE", |
| 148 | + "name": "terrestrial", |
149 | 149 | "type": "FLOAT" |
150 | 150 | } |
151 | 151 | ], |
152 | | - "mode": "REQUIRED", |
| 152 | + "mode": "NULLABLE", |
153 | 153 | "name": "classification", |
154 | 154 | "type": "RECORD" |
155 | 155 | } |
|
193 | 193 | }, |
194 | 194 | { |
195 | 195 | "description": "The joint time coincidence FAR in units of Hz, if available.", |
196 | | - "mode": "REQUIRED", |
| 196 | + "mode": "NULLABLE", |
197 | 197 | "name": "time_coincidence_far", |
198 | 198 | "type": "FLOAT" |
199 | 199 | }, |
200 | 200 | { |
201 | 201 | "description": "The joint time and sky position coincidence FAR in units of Hz, if available.", |
202 | | - "mode": "REQUIRED", |
| 202 | + "mode": "NULLABLE", |
203 | 203 | "name": "time_sky_position_coincidence_far", |
204 | 204 | "type": "FLOAT" |
205 | 205 | }, |
206 | 206 | { |
207 | 207 | "description": "A skymap in a multi-order FITS format produced by combining the GW skymap and the external coincidence skymap.", |
208 | | - "mode": "REQUIRED", |
| 208 | + "mode": "NULLABLE", |
209 | 209 | "name": "combined_skymap", |
210 | 210 | "type": "STRING" |
211 | 211 | } |
|
0 commit comments