Skip to content

Commit

Permalink
simplify trigger example and topics
Browse files Browse the repository at this point in the history
  • Loading branch information
timroland committed Nov 14, 2024
1 parent 20704c2 commit 375c9b3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 22 deletions.
18 changes: 0 additions & 18 deletions gcn/notices/svom/eclairs/trigger.not-slewing.example.json

This file was deleted.

2 changes: 1 addition & 1 deletion gcn/notices/svom/mxt/localization.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"$schema": true,
"use_VT_attitude": {
"type": "boolean",
"description": "If True, the platform uses the VT quaternions instead of the standard star tracker. This leads to an improved localization."
"description": "If True, the platform is in high stability mode (uses the VT quaternions instead of the standard star tracker, which leads to an improved localization)."
}
}
}
4 changes: 2 additions & 2 deletions gcn/notices/svom/refined.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"unevaluatedProperties": false,
"title": "T90 and HR parameters of a burst candidate",
"title": "Automatic analysis of a burst candidate light curve",
"description": "Burst parameter and classification derived from a subset of ECLAIRs and GRM data, or a joint ECLGRM analysis",
"allOf": [
{ "$ref": "../core/AdditionalInfo.schema.json" },
Expand All @@ -20,7 +20,7 @@
"$schema": true,
"slew_status": {
"enum": ["accepted", "rejected", "not-requested"],
"description": "Spacecraft slew status"
"description": "Whether the platform accepted or rejected a slew requested by ECLAIRs (to its best localisation). If the detection is not significant enough, this value can remain to 'not_requested'"
}
}
}
2 changes: 1 addition & 1 deletion gcn/notices/svom/trigger.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"$schema": true,
"slew_status": {
"enum": ["accepted", "rejected", "not_requested"],
"description": "Spacecraft slew status"
"description": "Whether the platform accepted or rejected a slew requested by ECLAIRs (to its best localisation). If the detection is not significant enough, this value can remain to 'not_requested'"
},
"triggered_GRDs": {
"type": "array",
Expand Down

0 comments on commit 375c9b3

Please sign in to comment.