-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dispersion measure, center frequency and time resolution.
- Loading branch information
1 parent
5bf3f24
commit 36f52f3
Showing
4 changed files
with
33 additions
and
45 deletions.
There are no files selected for viewing
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
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,23 @@ | ||
{ | ||
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/core/DispersionMeasure.schema.json", | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"type": "object", | ||
"title": "Schema for Radio Transients Observables", | ||
"description": "Dispersion Measure schema used for radio transients", | ||
"properties": { | ||
"dm": { | ||
"type": "number", | ||
"description": "Dispersion measure (DM) of the burst, representing the integrated column density of free electrons along the line of sight [pc/cm^3]." | ||
}, | ||
"dm_error": { | ||
"type": "array", | ||
"items": { "type": "number" }, | ||
"maxItems": 2, | ||
"description": "Uncertainity associated with the dispersion measure [pc/cm^3, 1-sigma], with optional asymmetric uncertainty." | ||
}, | ||
"dm_gal_ne_2001_max": { | ||
"type": "number", | ||
"description": "Estimated contribution to the dispersion measure from the Galaxy using the NE2001 model [pc/cm^3]." | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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