Mar. 5, 2021

From epsciwiki
Revision as of 13:10, 11 March 2021 by Gurjyan (talk | contribs) (→‎Minutes:)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Connection Info:

This meeting scheduled via Zoom. Join link should be in your calendar.


Agenda:

  1. Announcements
  2. Update on tests @ JLab
  3. Update on TriDAS commitments
  4. Introduction of Laura Cappelli (new TriDAS post-doc @ Bologna)
  5. Tentative roadmap and milestone
  6. a.o.b

Useful References


Minutes:

Attendees: Tommaso C., Carmelo P., Marco B.,Francesco G., B. Raydo, Sergey B., David L., Carl T., Vardan G.

    • Announcements
    • Update on tests @ JLab
      • Discussed VTP data format (presented below)
      • VTP source is also available
      • Discussed ERSAP VTP SRO components lates benchmark results

VTP frame header typedef struct {

unsigned int source_id;
unsigned int total_length;
unsigned int payload_length;
unsigned int compressed_length;
unsigned int magic;
unsigned int format_version;
unsigned int flags;
unsigned long long record_counter;
unsigned long long ts_sec;
unsigned long long ts_nsec;

}

Payload 9 word payload header, where first word is a tag and 8 following words contain length and a pointer to 8 FADC slots information.