Skip to content

Commit

Permalink
fix(gal_el_model-properties): corrected galactic electron density mod…
Browse files Browse the repository at this point in the history
…el properties
  • Loading branch information
tabbott36 committed Nov 22, 2024
1 parent 42053b9 commit 7279d59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions gcn/notices/chime/frb.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,14 @@
"type": "number",
"description": "Error on the dispersion measure [pc/cm^3]"
},
"dm_gal_ne_2001_max": { "type": "string", "description": "." },
"dm_gal_ymw_2016_max": { "type": "string", "description": "." },
"dm_gal_ne_2001_max": {
"type": "float",
"description": "Estimated contribution to the dispersion measure from the Galaxy using the NE2001 model."
},
"dm_gal_ymw_2016_max": {
"type": "float",
"description": "Estimated contribution to the dispersion measure from the Galaxy using the YMW2016 model."
},
"trigger_time_error": {
"type": "number",
"description": "Error on the trigger time [s]"
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7279d59

Please sign in to comment.