IceCubeGoldAndBronzeTracks

IceCube Astrotrack Gold And Bronze track alert events

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.intelligence.ai/nasa/gcn/v4.1.0/notices/icecube/test/gold_bronze_track_alerts.schema.json",
  "title": "IceCubeGoldAndBronzeTracks",
  "description": "IceCube Astrotrack Gold And Bronze track alert events",
  "type": "object",
  "allOf": [
    {
      "$ref": "../../core/AdditionalInfo.schema.json"
    },
    {
      "$ref": "../../core/Event.schema.json"
    },
    {
      "$ref": "../../core/Alert.schema.json"
    },
    {
      "$ref": "../../core/Localization.schema.json"
    },
    {
      "$ref": "../../core/DateTime.schema.json"
    },
    {
      "$ref": "../../core/Statistics.schema.json"
    }
  ],
  "properties": {
    "nu_energy": {
      "description": "Most probable neutrino energy [TeV] that would have produced an event",
      "type": "number"
    },
    "signalness": {
      "description": "Probability [dn] that this is an astrophysical signal relative to backgrounds",
      "type": "number"
    }
  }
}