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 2 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
9 changes: 9 additions & 0 deletions app/routes/missions.fermi/route.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { WithFeature } from '~/root'
Vidushi-GitHub marked this conversation as resolved.
Show resolved Hide resolved
---
handle:
breadcrumb: Fermi
Expand Down Expand Up @@ -36,6 +37,14 @@ 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 exmaples 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/).
shb46 marked this conversation as resolved.
Show resolved Hide resolved
</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