diff --git a/gcn/notices/svom/eclairs/trigger.not-slewing.example.json b/gcn/notices/svom/eclairs/trigger.not-slewing.example.json deleted file mode 100644 index 2f35ce14..00000000 --- a/gcn/notices/svom/eclairs/trigger.not-slewing.example.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/svom/trigger.schema.json", - "instrument": "ECLAIRs", - "alert_datetime": "2024-02-22T08:51:55", - "alert_tense": "test", - "alert_type": "update", - "id": ["sb24022203"], - "record_number": 2, - "trigger_time": "2024-02-22T08:51:31.320000", - "ra": 143.2478, - "dec": -68.0289, - "ra_dec_error": 0.1, - "image_snr": 25.67, - "image_duration": 0, - "image_energy_range": [4, 20], - "trigger_type": "rate", - "slew_status": "rejected" -} diff --git a/gcn/notices/svom/eclairs/trigger.slewing.example.json b/gcn/notices/svom/eclairs/trigger.slew.example.json similarity index 100% rename from gcn/notices/svom/eclairs/trigger.slewing.example.json rename to gcn/notices/svom/eclairs/trigger.slew.example.json diff --git a/gcn/notices/svom/mxt/localization.schema.json b/gcn/notices/svom/mxt/localization.schema.json index c893f97b..b7f78a2d 100644 --- a/gcn/notices/svom/mxt/localization.schema.json +++ b/gcn/notices/svom/mxt/localization.schema.json @@ -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)." } } } diff --git a/gcn/notices/svom/refined.schema.json b/gcn/notices/svom/refined.schema.json index 1f60ff6f..58c6a900 100644 --- a/gcn/notices/svom/refined.schema.json +++ b/gcn/notices/svom/refined.schema.json @@ -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" }, @@ -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'" } } } diff --git a/gcn/notices/svom/trigger.schema.json b/gcn/notices/svom/trigger.schema.json index 24bbfbcc..cc50ff5a 100644 --- a/gcn/notices/svom/trigger.schema.json +++ b/gcn/notices/svom/trigger.schema.json @@ -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",