Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Generally useful things

  • Open matlab on facetsrv:

Current/Old DAQ: openening matlab files for a DAQ scan

  • Find data path in elog:
  • Open matlab metadata file, go to data_struct:

FACET DAQ matlab code

  • Look here:
    Image Added

Shot IDs

  • F2_fastDAQ.m (2024, May 29):
    Image Added
  • This is how SLAC_time is computed:
    Image Added
  • Match shots:
    read these PVs and do the same calculation: PATT
  • self.pulseid_pv        = epics.PV('PATT:SYS1:1:PULSEIDBR')
  •  PATT:SYS1:1:SEC, PATT:SYS1:1:NSEC, and PATT:SYS1:1:PULSEID
  •  Read SLAC_time from the matlab file using common_index algebra:
    Image Added