1 |
|
---|
2 | 1) Cree le directory "torrento" dans /exp/bao
|
---|
3 | cd /exp/bao/torrento
|
---|
4 |
|
---|
5 | 2) dans ce directory cree le directory Abell85
|
---|
6 | cd Abell85
|
---|
7 | cp /exp/bao/campagne/Abell85-Raw.tgz
|
---|
8 | tar xzf Abell85-Raw.tgz
|
---|
9 | cd ..
|
---|
10 |
|
---|
11 | 3)Telecharge depuis svn dans /exp/bao/torrento
|
---|
12 | svn co https://svn.lal.in2p3.fr/Opera/Glob/BAORadio/AmasNancay/trunk .
|
---|
13 |
|
---|
14 | 4) Build applications
|
---|
15 | mkdir Objs
|
---|
16 | source /exp/opera/campagne/setup.csh (pour initier Sophya ou alors fait ce que Reza t'a dit)
|
---|
17 | make
|
---|
18 |
|
---|
19 | 5) run
|
---|
20 | ./Objs/mergeRawOnOff -h (help/usage)
|
---|
21 |
|
---|
22 | ./Objs/mergeRawOnOff -ppfFile diffOnOffRaw (default compute mean of spectra on all cycles for Abell85)
|
---|
23 | ./Objs/mergeRawOnOff -act medianDiffOnOff -ppfFile diffOnOffRaw (median filtering + image)
|
---|
24 |
|
---|
25 | 6) Interactive ploting default settings
|
---|
26 | Dans le .Xdefaults de ton home directory il faut ajouter
|
---|
27 | ....................
|
---|
28 | PeidaInt*default*background: PeachPuff
|
---|
29 | PeidaInt*background: PeachPuff
|
---|
30 | PeidaInt*bottomShadowColor: Black
|
---|
31 | PeidaInt*default*bottomShadowColor: Black
|
---|
32 | PeidaInt*Foreground: Black
|
---|
33 | PeidaInt*default*Foreground: Black
|
---|
34 | PeidaInt*topShadowColor: White
|
---|
35 | PeidaInt*default*topShadowColor: White
|
---|
36 | PeidaInt*borderColor: Black
|
---|
37 |
|
---|
38 | PeidaInt*fontList: -*-helvetica-bold-r-normal-*-13-*-*-*-*-*-ISO8859-1
|
---|
39 | PeidaInt*default*fontList: -*-helvetica-bold-r-normal-*-13-*-*-*-*-*-ISO8859-1
|
---|
40 | # Attention, ne pas mettre de blanc a la fin du nom de fonte
|
---|
41 | PeidaInt*fontFamilyName: *-courier
|
---|
42 |
|
---|
43 | PeidaInt*XmToggleButton*selectColor: Red
|
---|
44 | .........................
|
---|
45 |
|
---|
46 | 7) On lance spiapp
|
---|
47 | spiapp -term
|
---|
48 |
|
---|
49 | 8) execution d'un script .pic
|
---|
50 | Dans la fenetre X11 taper executer plotDiffOnOff.pic
|
---|
51 | > exec plotDiffOnOff abell85 574 32 mean
|
---|
52 | 1er arg: source en minuscule
|
---|
53 | 2eme arg: le # de cycles processes
|
---|
54 | 3eme arg: le # de bin de freq. regroupes pour calcucler moyenne & sigma
|
---|
55 | 4eme arg: le type de plot
|
---|
56 |
|
---|
57 | Les args 1,2,4 definissent le nommage du fichier a charge -(celui cree par mergeRawOnOff)
|
---|
58 | Le 3eme arg est un parametre utilise par mergeRawOnOff.
|
---|
59 | ou
|
---|
60 | > exec plotDiffOnOff abell85 500 32 median
|
---|
61 |
|
---|
62 |
|
---|
63 |
|
---|