-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vidushi Sharma
authored and
Vidushi Sharma
committed
Oct 21, 2024
1 parent
e4bed74
commit 6b194a2
Showing
3 changed files
with
128 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
--- | ||
handle: | ||
breadcrumb: SVOM | ||
--- | ||
|
||
import logo from './logo_svom_black.svg' | ||
|
||
# Space Variable Objects Monitor (SVOM) | ||
|
||
<img | ||
src={logo} | ||
align="right" | ||
width="250" | ||
height="165" | ||
alt="SVOM logo" | ||
className="grid-col-6 mobile-lg:grid-col-4 tablet:grid-col-2 desktop:grid-col-3 height-auto" | ||
/> | ||
|
||
**Launch Date:** June 22, 2024 | ||
|
||
**Anticipated Start of Science Operations:** December 2024 | ||
|
||
**End of Operations:** Mission duration of 3 years | ||
|
||
**Data Archive:** | ||
[HEASARC SVOM Archive](https://heasarc.gsfc.nasa.gov/docs/heasarc/missions/svom.html) | ||
|
||
The [Space-based multi-band astronomical Variable Objects Monitor (SVOM)](https://www.svom.eu/en/the-svom-mission/) is a French-Chinese mission, result of a collaboration between the two national space agencies, [China National Space Administration (CNSA)](https://www.cnsa.gov.cn/english/index.html) and [Centre national d'études spatiales (CNES)](https://irfu.cea.fr/dap/en/Phocea/Vie_des_labos/Ast/ast_technique.php?id_ast=2276). SVOM mission is dedicated to the study of the the most powerful transient phenomena, with a particular emphasis on gamma-ray bursts (GRBs). | ||
|
||
The SVOM spacecraft carries four multi-wavelength instruments: ECLAIRs, Gamma Ray burst Monitor (GRM), Microchannel X-ray Telescope (MXT) and Visual Telescope (VT). ECLAIRs and GRM can detect gamma-ray transient sources in real-time with localisation capabilities for ECLAIRs. SVOM can transfer the alerts in near real-time with a typical latency of less than 30s for 2/3 of the alerts and perform autonomous slew for performing x-ray and optical follow-up of the source with the smaller field of view of theMXT and VT instrument | ||
|
||
<div className="overflow-table"> | ||
|
||
| Instruments | Energy Range | Field of View | Localization | | ||
| ----------- | ------------------------------------------------------ | ------------- | ---------------------------------------------- | | ||
| ECLAIRs | 4 - 250 keV | 2 ster | ~8' radius (statistical, 90% confidence) | | ||
| GRM | 15 - 5000 keV | 2.6 ster | ~1-10° radius (statistical, 90% confidence) | | ||
| MXT | 0.2 - 10 keV | 1.1° x 1.1° | ~10-100'' radius (statistical, 90% confidence) | | ||
| VT | 450 - 650 nm (Blue band) <br/>650 - 1000 nm (Red band) | 26' x 26' | ~1'' radius (statistical, 90% confidence) | | ||
|
||
</div> | ||
|
||
#### JSON-Serialized GCN Notice Types in GCN Kafka | ||
|
||
SVOM distributes alerts and localizations detections of gamma-ray transients. These notices are published on the GCN Kafka and VOEvent topics as `gcn.notices.svom` and `gcn.notices.svom.voevent`, respectively. | ||
|
||
<div className="overflow-table"> | ||
|
||
| Type | Contents | Latency | | ||
| ------------------ | ----------------------------------------------------------------------------------------- | --------- | | ||
| `trigger` | eclairs.trigger.wakeup, eclairs.trigger.not-slewing, eclairs.trigger.slewing, grm.trigger | ~1-10 sec | | ||
| `mxt.localisation` | mxt.localisation | ~1 min | | ||
| `refined` | eclairs.refined, grm.refined, eclgrm.refined | ~10 min | | ||
|
||
</div> | ||
|
||
#### Yearly Trigger Rates | ||
|
||
<div className="overflow-table"> | ||
|
||
| Instrument | Type | Yearly Rates | | ||
| ---------- | -------------------------- | ------------ | | ||
| ECLAIRs | GRBs, and other transients | 50 GRBs/yr | | ||
| GRM | GRBs, and other transients | 90 GRBs/yr | | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters