-
Notifications
You must be signed in to change notification settings - Fork 44
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
SVOM Mission Page #2637
Open
Vidushi-GitHub
wants to merge
7
commits into
nasa-gcn:main
Choose a base branch
from
Vidushi-GitHub:missionpage/svom
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
SVOM Mission Page #2637
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
a964394
Bump @babel/preset-env from 7.25.3 to 7.25.4
dependabot[bot] 7147bbb
remove added old files, remove package-lock changes
Vidushi-GitHub 759fd5a
Update app/routes/missions.svom/route.mdx
Vidushi-GitHub eab7bdf
Update app/routes/missions.svom/route.mdx
Vidushi-GitHub 781c213
prettier
Vidushi-GitHub 535368a
behind feature flag
Vidushi-GitHub 9b750b0
Update app/routes/missions.tsx
Vidushi-GitHub File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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="818" | ||||||
height="780" | ||||||
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) | ||||||
Comment on lines
+25
to
+26
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As far as I can tell, there is no archive.
Suggested change
|
||||||
|
||||||
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). | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The CNES link was broken. Here is the correct link:
Suggested change
|
||||||
|
||||||
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 | | ||||||
Vidushi-GitHub marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
</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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a HEASARC mission page, not an archive. Is there another primary archive we could link to? Is the data public?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@timroland please check this