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

Added JSON section to the Fermi mission page #2650

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
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
21 changes: 21 additions & 0 deletions app/routes/missions.fermi/route.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ handle:

import logo from './logo.svg'

import { WithFeature } from '~/root'

# Fermi Gamma-ray Space Telescope

<img
Expand Down Expand Up @@ -36,6 +38,25 @@ import logo from './logo.svg'

</div>

<WithFeature GBM_JSON>
**JSON-Serialized GCN Notices Types in GCN Kafka:**
Vidushi-GitHub marked this conversation as resolved.
Show resolved Hide resolved

Fermi/GBM distributes JSON-serialized notices for the detection of gamma-ray transients on the GCN Kafka topic `gcn.notices.fermi.gbm`.

For schemas and examples see [/schema/stable/gcn/notices/fermi/gbm](/schema/stable/gcn/notices/fermi/gbm) or use the [Schema Browser](/docs/schema/stable/gcn/notices/fermi/gbm/).

Detailed description and examples of Fermi/GBM Notices are available in the [GCN Schema GitHub project](https://github.com/nasa-gcn/gcn-schema/tree/main/gcn/notices/fermi/gbm).

<div className="overflow-table">

| Type | Contents | Latency |
| ----------------------------- | -------------------------------------- | ---------- |
| `gcn.notices.fermi.gbm.alert` | Localization, Count Rate, Significance | ~5 seconds |

</div>

</WithFeature>
shb46 marked this conversation as resolved.
Show resolved Hide resolved

Vidushi-GitHub marked this conversation as resolved.
Show resolved Hide resolved
**GCN Notice Types in GCN Classic and GCN Classic Over Kafka:**

[Detailed Descriptions and Examples](https://gcn.gsfc.nasa.gov/fermi.html)
Expand Down
Loading