Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 2nd set of SVOM notices for ECLAIRs, GRM and MXT #182

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions gcn/notices/svom/eclairs/refined.example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/svom/refined.schema.json",
"mission": "SVOM",
"instrument": "ECLAIRs",
"messenger": "EM",
"alert_datetime": "2024-02-22T08:52:55",
"alert_tense": "current",
"alert_type": "update",
"trigger_time": "2024-02-22T08:51:31.310000",
"id": ["sb24022203"],
"record_number": 3,
"t90": 4.48,
"t90_error": [0.06, 0.07],
"hardness_ratio": 0.07,
"hardness_ratio_error": [0.01],
"energy_range_soft": [4.0, 20.0],
"energy_range_hard": [80.0, 120.0],
"classification": { "short_grb": 26.0, "long_grb": 74.0 },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting!
Suggestion: Either document on the mission page or AdditionalInfo Schema to let the community know which classification scheme you are using.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I will write a paragraph to detail the classification scheme in the mission page. The method is not completely finalised yet but at least the categories are here

"slew_status": "accepted",
"ra": 143.2488,
"dec": -68.0299,
"ra_dec_error": 0.1
}
1 change: 1 addition & 0 deletions gcn/notices/svom/eclairs/trigger.catalog.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"alert_tense": "test",
"alert_type": "initial",
"id": ["sb24022203"],
"record_number": 1,
"event_name": ["M1"],
"trigger_time": "2024-02-22T08:51:31.320000",
"ra": 143.2478,
Expand Down
17 changes: 0 additions & 17 deletions gcn/notices/svom/eclairs/trigger.not-slewing.example.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"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,
Expand Down
3 changes: 2 additions & 1 deletion gcn/notices/svom/eclairs/trigger.wakeup.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
"alert_tense": "test",
"alert_type": "initial",
"id": ["sb24022203"],
"record_number": 1,
"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_duration": 0.2,
"image_energy_range": [4, 20],
"trigger_type": "rate",
"slew_status": "not_requested"
Expand Down
20 changes: 20 additions & 0 deletions gcn/notices/svom/eclgrm/refined.example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/svom/refined.schema.json",
"mission": "SVOM",
"instrument": "ECLGRM",
"messenger": "EM",
"alert_datetime": "2024-02-22T08:52:55",
"alert_tense": "current",
"alert_type": "update",
"id": ["sb24022203"],
"trigger_time": "2024-02-22T08:51:31.310000",
"hardness_ratio": 0.07,
"hardness_ratio_error": [0.01],
"energy_range_soft": [4.0, 20.0],
"energy_range_hard": [300.0, 700.0],
"classification": { "short_grb": 26.0, "long_grb": 74.0 },
"slew_status": "accepted",
"ra": 143.2488,
"dec": -68.0299,
"ra_dec_error": 0.1
}
20 changes: 20 additions & 0 deletions gcn/notices/svom/grm/refined.example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/svom/refined.schema.json",
"mission": "SVOM",
"instrument": "GRM",
"messenger": "EM",
"alert_datetime": "2024-02-22T08:52:55",
"alert_tense": "current",
"alert_type": "update",
"id": ["sb24022203"],
"record_number": 2,
"trigger_time": "2024-02-22T08:51:31.310000",
"t90": 4.48,
"t90_error": [0.06, 0.07],
"hardness_ratio": 0.07,
"hardness_ratio_error": [0.01],
"energy_range_soft": [50.0, 300.0],
"energy_range_hard": [300.0, 700.0],
"classification": { "short_grb": 26.0, "long_grb": 74.0 },
"slew_status": "not-requested"
}
1 change: 1 addition & 0 deletions gcn/notices/svom/grm/trigger.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"alert_tense": "test",
"alert_type": "initial",
"id": ["sb24022203"],
"record_number": 1,
"trigger_time": "2024-02-22T08:51:31.320000",
"ra": 143.2478,
"dec": -68.0289,
Expand Down
20 changes: 20 additions & 0 deletions gcn/notices/svom/mxt/localization.example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/svom/mxt/localization.schema.json",
"mission": "SVOM",
"instrument": "MXT",
"messenger": "EM",
"alert_datetime": "2024-02-22T08:51:55",
"alert_tense": "current",
"alert_type": "initial",
"id": ["sb24022203"],
"record_number": 1,
"trigger_time": "2024-02-22T08:51:31.320000",
"image_snr": 25.67,
"image_duration": 30,
"energy_flux": 5.1,
"energy_flux_error": 0.2,
"ra": 143.2478,
"dec": -68.0289,
"ra_dec_error": 0.1,
"use_VT_attitude": true
}
25 changes: 25 additions & 0 deletions gcn/notices/svom/mxt/localization.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/svom/mxt/localization.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"unevaluatedProperties": false,
"title": "SVOM/MXT localisation parameters",
"description": "MXT refined localisation after a slew of the SVOM platform on an ECLAIRs triggered source",
"allOf": [
{ "$ref": "../../core/AdditionalInfo.schema.json" },
{ "$ref": "../../core/Alert.schema.json" },
{ "$ref": "../../core/DateTime.schema.json" },
{ "$ref": "../../core/Event.schema.json" },
{ "$ref": "../../core/Localization.schema.json" },
{ "$ref": "../../core/Reporter.schema.json" },
{ "$ref": "../../core/Statistics.schema.json" },
{ "$ref": "../../core/spectral/GammaRay.schema.json" }
],
"properties": {
"$schema": true,
"use_VT_attitude": {
"type": "boolean",
"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)."
}
}
}
26 changes: 26 additions & 0 deletions gcn/notices/svom/refined.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/svom/refined.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"unevaluatedProperties": false,
"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" },
{ "$ref": "../core/Alert.schema.json" },
{ "$ref": "../core/DateTime.schema.json" },
{ "$ref": "../core/Event.schema.json" },
{ "$ref": "../core/Localization.schema.json" },
{ "$ref": "../core/Reporter.schema.json" },
{ "$ref": "../core/Statistics.schema.json" },
{ "$ref": "../core/Duration.schema.json" },
{ "$ref": "../core/HardnessRatio.schema.json" }
],
"properties": {
"$schema": true,
"slew_status": {
"enum": ["accepted", "rejected", "not-requested"],
"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'"
}
}
}
6 changes: 2 additions & 4 deletions gcn/notices/svom/trigger.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@
{ "$ref": "../core/Event.schema.json" },
{ "$ref": "../core/Localization.schema.json" },
{ "$ref": "../core/Reporter.schema.json" },
{ "$ref": "../core/Statistics.schema.json" },
{ "$ref": "../core/Pointing.schema.json" },
{ "$ref": "../core/GeoLocBase.schema.json" }
{ "$ref": "../core/Statistics.schema.json" }
],
"properties": {
"$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
Loading