- Timestamp:
- 03/14/17 22:27:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/HeadersGCN.h
r16981 r18781 22 22 }; 23 23 24 // probably from https://gcn.gsfc.nasa.gov/filtering.html 24 25 static const PaketType_t kTypes[] = 25 { // inactive, ACTIVE[1], T-Only[-], in-work[+] 26 { // inactive, ACTIVE[1], T-Only[-], in-work[+], private[p] 26 27 { 1, /* */ "GRB_COORDS", "BATSE Trigger coords (the first GCN Notice Type)" }, 27 28 { 2, /* 1 */ "TEST_COORDS", "Test coords" }, … … 107 108 { 101, /* 1 */ "AGILE_GRB_GROUND", "AGILE GRB Prompt Position" }, 108 109 { 102, /* 1 */ "AGILE_GRB_REFINED", "AGILE GRB Refined Position" }, 110 { 103, /* 1 */ "SWIFT_ACTUAL_POINTDIR" "Actual Pointing Direction"}, 109 111 { 107, /* 1 */ "AGILE_POINTDIR", "AGILE Pointing Direction" }, 110 112 { 108, /* + */ "AGILE_TRANS", "AGILE Transient Position" }, … … 142 144 { 142, /* 1 */ "VOE_1.1_IM_ALIVE", "I'm alive socket packet sent every 60 sec" }, 143 145 { 143, /* 1 */ "VOE_2.0_IM_ALIVE", "I'm alive socket packet sent every 60 sec" }, 146 { 145, /* + */ "COINCIDENCE", "Temporal/Spatial coinc between mission-instruments" }, 144 147 { 148, /* 1 */ "SUZAKU_LC", "SUZAKU-WAM Lightcurve" }, 148 { 149, /* 1 */ "SNEWS", "SNEWS Positions" }, 149 { 150, /* p */ "LVC_PRELIM", "LIGO/Virgo trigger alert (no position information)" }, 150 { 151, /* p */ "LVC_INITIAL", "LIGO/Virgo initial position (skymap)" }, 151 { 152, /* p */ "LVC_UPDATE", "LIGO/Virgo updates position (skymap)" }, 152 { 153, /* + */ "LVC_TEST", "LIGO/Virgo test position (skymap)" }, 153 { 154, /* p */ "LVC_CNTRPART", "LVC multi-messenger Counterpart coordinates" }, 154 { 157, /* 1 */ "AMON_ICECUBE_COINC", "AMON ICECUBE temporal/spatial coincidence events" }, 155 { 158, /* 1 */ "AMON_ICECUBE_HESE", "AMON ICECUBE High Energy Single (neutrino) Event" }, 156 { 160, /* 1 */ "CALET_GBM_FLT_LC", "CALET-GBM Flight-produced Lightcurve" }, 157 { 161, /* 1 */ "CALET_GBM_GND_LC", "CALET-GBM Ground-produced Lightcurve" }, 158 { 169, /* p */ "GWHEN_COINC", "Coincidence between LVC and ICECUBE High Energy Neutrino event" }, 159 { 169, /* 1 */ "AMON_ICECUBE_EHE", "AMON ICECUBE Extreme High Energy (neutrino) event" }, 145 160 { -1, "", "" }, 146 161 };
Note:
See TracChangeset
for help on using the changeset viewer.