source: BAORadio/AmasNancay/howto.txt @ 675

Last change on this file since 675 was 673, checked in by campagne, 12 years ago
File size: 2.1 KB
Line 
1
21) Cree le directory "torrento" dans /exp/bao
3cd /exp/bao/torrento
4
52) dans ce directory cree le directory Abell85
6cd Abell85
7cp /exp/bao/campagne/Abell85-Raw.tgz
8tar xzf Abell85-Raw.tgz
9cd ..
10
113)Telecharge depuis svn dans /exp/bao/torrento
12svn co https://svn.lal.in2p3.fr/Opera/Glob/BAORadio/AmasNancay/trunk .
13
144) Build applications
15mkdir Objs
16source /exp/opera/campagne/setup.csh (pour initier Sophya ou alors fait ce que Reza t'a dit)
17make
18
195) 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
256) Interactive ploting default settings
26Dans le .Xdefaults de ton home directory il faut ajouter
27....................
28PeidaInt*default*background:                 PeachPuff
29PeidaInt*background:                         PeachPuff
30PeidaInt*bottomShadowColor:                  Black
31PeidaInt*default*bottomShadowColor:          Black
32PeidaInt*Foreground:                         Black
33PeidaInt*default*Foreground:                 Black
34PeidaInt*topShadowColor:                     White
35PeidaInt*default*topShadowColor:             White
36PeidaInt*borderColor:                        Black
37
38PeidaInt*fontList:           -*-helvetica-bold-r-normal-*-13-*-*-*-*-*-ISO8859-1
39PeidaInt*default*fontList:    -*-helvetica-bold-r-normal-*-13-*-*-*-*-*-ISO8859-1
40# Attention, ne pas mettre de blanc a la fin du nom de fonte
41PeidaInt*fontFamilyName:   *-courier
42
43PeidaInt*XmToggleButton*selectColor:                  Red
44.........................
45
467) On lance spiapp
47spiapp -term
48
498) execution d'un script .pic
50Dans la fenetre X11 taper executer plotDiffOnOff.pic
51> exec plotDiffOnOff abell85 574 32 mean
521er arg: source en minuscule
532eme arg: le # de cycles processes
543eme arg: le # de bin de freq. regroupes pour calcucler moyenne & sigma
554eme arg: le type de plot
56
57Les args 1,2,4 definissent le nommage du fichier a charge -(celui cree par mergeRawOnOff)
58Le 3eme arg est un parametre utilise par mergeRawOnOff.
59ou
60> exec plotDiffOnOff abell85 500 32 median
61
62
63
Note: See TracBrowser for help on using the repository browser.