Skip to content

Commit

Permalink
Merge pull request #207 from blaufuss/blaufuss/update_lvk_uniqueid
Browse files Browse the repository at this point in the history
Add a unique ID to each coincident neutrino location shared.
  • Loading branch information
jracusin authored Oct 10, 2024
2 parents 8a1f94f + 0fe7065 commit f8ca3d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gcn/notices/icecube/lvk_nu_track_search.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"containment_probability": 0.9,
"systematic_included": false
},
"id": ["138590_39138551"],
"event_pval_generic": 0.0191,
"event_pval_bayesian": null
},
Expand All @@ -33,6 +34,7 @@
"containment_probability": 0.9,
"systematic_included": false
},
"id": ["138590_39164579"],
"event_pval_generic": 0.0928,
"event_pval_bayesian": 0.0656
}
Expand Down
11 changes: 10 additions & 1 deletion gcn/notices/icecube/lvk_nu_track_search.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,16 @@
},
"coincevent": {
"type": "object",
"allOf": [{ "$ref": "../core/Localization.schema.json" }],
"allOf": [
{
"$ref": "../core/Localization.schema.json",
"description": "Per-event direction and uncertainty information"
},
{
"$ref": "../core/Event.schema.json",
"description": "Unique per-event identification information"
}
],
"properties": {
"event_dt": {
"description": "Time difference between LVK alert time and neutrino candidate [sec]",
Expand Down

0 comments on commit f8ca3d7

Please sign in to comment.