Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 474 Bytes

header_math.rst

File metadata and controls

19 lines (12 loc) · 474 Bytes

Header Math

This module is dedicated to trace header calculations.

header math window

Use ComboBox to choose trace header that should be edited.

In LineEdit type a mathematical function using Matlab syntax for vectors.

Select From trace and To trace LineEdits before displaying values in the table.

Examples:

  1. compute CDP_X: (SRCX+GRPX)./2
  2. make DSREG (offsets) absolute: abs(DSREG)