#include <gpiv-trig.h>
Data Fields | |
RTIME | cam_acq_period |
RTIME | laser_trig_pw |
RTIME | time2laser |
RTIME | dt |
enum GpivTimingMode | mode |
gint | cycles |
RTIME | increment |
Used for triggering camera and light source (mostly a double-cavity Nd/YAGG laser) and defining separation time between the frames of a PIV image pair etc. The parameters might be loaded from the configuration resources, with gpiv_scan_resourcefiles() or with gpiv_scan_parameter().
Definition at line 136 of file gpiv-trig.h.
camera acquisition period time in ns (period)
Definition at line 137 of file gpiv-trig.h.
laser trigger pulse width in ns (tp)
Definition at line 138 of file gpiv-trig.h.
time from laser trigger->Hi (tl) until laser pulse: 0.19 ms in ns
Definition at line 139 of file gpiv-trig.h.
RTIME __GpivTrigTime::dt |
time between 2 laser exposures in ns
Definition at line 140 of file gpiv-trig.h.
operating mode (indefinite/interrupt/definite)
Definition at line 141 of file gpiv-trig.h.
number of cycles, equal to the number of image pairs to be recorded
Definition at line 142 of file gpiv-trig.h.
increment in dt (ms)
Definition at line 143 of file gpiv-trig.h.