Skip to content

Commit

Permalink
fix(Data-types): Fixed incorrect data types in FRB schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tabbott36 committed Nov 25, 2024
1 parent 7279d59 commit d2de73c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gcn/notices/chime/frb.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"description": "Error on the dispersion measure [pc/cm^3]"
},
"dm_gal_ne_2001_max": {
"type": "float",
"type": "number",
"description": "Estimated contribution to the dispersion measure from the Galaxy using the NE2001 model."
},
"dm_gal_ymw_2016_max": {
"type": "float",
"type": "number",
"description": "Estimated contribution to the dispersion measure from the Galaxy using the YMW2016 model."
},
"trigger_time_error": {
Expand All @@ -53,31 +53,31 @@
"description": "Error on the trigger time at infinite frequency [s]"
},
"importance": {
"type": "string",
"type": "number",
"description": "A machine learning score from 0-1 separating RFI (0) from an astrophysical signal (1)"
},
"probability": {
"type": "string",
"type": "number",
"description": "A score of known source association probability from poorly associated (0) to confidently associated (1)"
},
"sampling_time": {
"type": "string",
"type": "number",
"description": "The time resolution of the real-time FRB search."
},
"bandwidth": {
"type": "string",
"type": "number",
"description": "The bandwidth of the real-time FRB search."
},
"centre_frequency": {
"type": "string",
"type": "number",
"description": "The centre frequency of the real-time FRB search."
},
"npol": {
"type": "string",
"type": "number",
"description": "The number of polarizations of the real-time FRB search."
},
"tsys": {
"type": "string",
"type": "number",
"description": "The system temperature of the real-time FRB search."
},
"update_message": {
Expand Down

0 comments on commit d2de73c

Please sign in to comment.