source: Sophya/trunk/AddOn/TAcq/veriftag.pic

Last change on this file was 3560, checked in by ansari, 17 years ago

Ajout script .pic (.cc) de lecture fichier texte des entete (HDR:TimeTag/FrameCounter) fait par cmv+reza 15dec08, Reza 03/01/2009

File size: 706 bytes
Line 
1
2setaxesatt "font=times,bold,20 fixedfontsize"
3set dirc1 /Raid/Dec15_c1_20MHz
4set dirc2 /Raid/Dec15_c2_20MHz
5
6set dirc1 /Raid/Dec15_c1_2_clkext_20MHz/
7set dirc2 /Raid/Dec15_c2_2_clkext_20MHz/
8
9set dirc1 /Raid/Dec15_c1b_20MHz/
10set dirc2 /Raid/Dec15_c2b_20MHz/
11
12set dirc1 /Raid/Dec15_c1_2b_clkext_20MHz/
13set dirc2 /Raid/Dec15_c2_2b_clkext_20MHz/
14
15set n 0
16
17defscript rdtt
18 del xdtt$n
19 c++args $dirc1/HDRfits$n.txt $dirc2/HDRfits$n.txt
20 c++execfrf veriftag.cc
21 openppf xdtt.ppf
22 rename xdtt xdtt$n
23endscript
24
25rdtt
26
27n/plot xdtt$n.tt1-tt2%tt1 ! ! "nsta marker=plus,5"
28n/plot xdtt$n.fc1-fc2%fc1 ! ! "nsta marker=plus,5"
29
30n/plot xdtt$n.(tt1-tt2)/(fc1-fc2)%fc1 fabs(fc1-fc2)>0.1 ! "nsta marker=plus,5"
Note: See TracBrowser for help on using the repository browser.