GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package

ALRTTRG (833/0x341) - Telemetry Packet


"LAT Burst Trigger Alert Telemetry" (APP/LPA)

View Options: (help)

Context:

Description:

    One LATTRIGGER Alert Telemetry packet per burst is sent to the SC for transmission to the ground.

Layout:  (hide detail; help)

LAT Burst Trigger Alert Telemetry (ALRTTRG)
Telemetry Packet Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
000 Version=0 T=0 SH APID=0x341
002 SF Sequence Count
004 Packet Length=81
006 Timestamp
00E RECINFO info
010 TSEC dcl_sec
014 TUSEC dcl_usec
018 BCLASS bclass
01C BSIG temporal
01E BSIG spatial
020 BRA ra
022 BDEC dec
024 BERR err
026 GCNT loc_cnt
028 TSEC ep_sec
02C TUSEC ep_usec
030 TSEC lp_sec
034 TUSEC lp_usec
038 GCNT gam_cnt[0-3]
040 BQUAT quaternion[0-3]
048 TRGPRM trg_prm[0-7]

    typedef struct _LPA_ALRTTRG_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Record Info */
        LPA_RECINFO          info;
    
        /* Time Seconds */
        unsigned int         dcl_sec;
    
        /* Time Microseconds */
        unsigned int         dcl_usec;
    
        /* Burst Classification */
        LPA_BCLASS           bclass;
    
        /* Burst Significance */
        unsigned short       temporal;
    
        /* Burst Significance */
        unsigned short       spatial;
    
        /* Burst Location RA */
        unsigned short       ra;
    
        /* Burst Location DEC */
        short                dec;
    
        /* Burst Error in Arcmin */
        unsigned short       err;
    
        /* Gamma Counts */
        unsigned short       loc_cnt;
    
        /* Time Seconds */
        unsigned int         ep_sec;
    
        /* Time Microseconds */
        unsigned int         ep_usec;
    
        /* Time Seconds */
        unsigned int         lp_sec;
    
        /* Time Microseconds */
        unsigned int         lp_usec;
    
        /* Gamma Counts */
        unsigned short       gam_cnt[4];
    
        /* Burst Quaternion */
        unsigned short       quaternion[4];
    
        /* Trigger Parameter */
        unsigned short       trg_prm[8];
    
    } LPA_ALRTTRG_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "Burst Classification"

      Instance(s):  bclass

      GRB Burst classification.

      Attribute(s):  

      Brief:  "Burst Location DEC"

      Instance(s):  dec

      Attribute(s):  

      Brief:  "Burst Error in Arcmin"

      Instance(s):  err

      Attribute(s):  

      Brief:  "Burst Quaternion"

      Instance(s):  quaternion

      Attribute(s):  

      Brief:  "Burst Location RA"

      Instance(s):  ra

      Attribute(s):  

      Brief:  "Burst Significance"

      Instance(s):  spatial, temporal

      Attribute(s):  

      Brief:  "Gamma Counts"

      Instance(s):  gam_cnt, loc_cnt

      Attribute(s):  

      Brief:  "Record Info"

      Instance(s):  info

      Attribute(s):  

      Brief:  "Trigger Parameter"

      Instance(s):  trg_prm

      Attribute(s):  

      Brief:  "Time Seconds"

      Instance(s):  dcl_sec, ep_sec, lp_sec

      Attribute(s):  

      Brief:  "Time Microseconds"

      Instance(s):  dcl_usec, ep_usec, lp_usec