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

Merged
merged 7 commits into from
Nov 17, 2024
Merged
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 |
Copy link
Contributor

Choose a reason for hiding this comment

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

What about the strict topic?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the only GBM Alert topic. We don't want "strct" topic(s). Please see discussion in the schema pull request: nasa-gcn/gcn-schema#199 (comment)

Copy link
Member

@Vidushi-GitHub Vidushi-GitHub Nov 17, 2024

Choose a reason for hiding this comment

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

That's for team use only, it wouldn't be streamed, so no point of mentioning to the community.


</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