Differences between revisions 3 and 4
Revision 3 as of 2014-10-31 11:43:39
Size: 1833
Comment:
Revision 4 as of 2014-10-31 11:50:44
Size: 1837
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
pour changer le signe, commenter dans "nikel_API.cpp" (test_nikel.xcodeproj) 1) To change the signe of the dIdQ angle:

C
omment in "nikel_API.cpp" (test_nikel.xcodeproj)
Line 28: Line 30:
'''ATTENTION!!! : this is already done, it is supposed to work.'''
Line 29: Line 32:
pour aller plus vite changer dans "restaure.c" 2) To go faster for frequency sweep.
Line 31: Line 34:
#define _duree_mesure 10 // a changer pour aller plus vite
#define _duree_mesure 3 // pour aller plus vite
Go to xcode "restaure.c"

#define _duree_mesure 10 // to be changed to go faster
#define _duree_mesure 3 // to be changed to go faster
Line 35: Line 40:
pour tuner plus vite changer dans "tuning_cmd" (acqui.xcodeproj) 2) To go faster with the tuning procedure.
Line 37: Line 42:
#define _attente 80 // nombre de mesures , on aller vite, on pourrait mettre 40 pour aller plus vite !!!!
#define _attente 40 // nombre de mesures , on pourrait mettre 40 pour aller plus vite !!!!
#define _moyennage 20 // nombre de mesure !!!
Go to "tuning_cmd" (acqui.xcodeproj)

#define _attente 80 // Number of measurements. We should change to 40 to go faster
#define _moyennage 20 // Number of measurements.

MiniMac1 192.168.1.33 NIKEL, antenna, elvin (window ssh on sami, archeops crtbt01), message

MiniMac2 192.168.1.35 Acquisition, lecture (files on sami et mac, compressed)

MiniPC 192.168.1.31 Cryostat

Sami 192.168.1.32 Elvin (NIKA_Lib/Acquisition/NikaElvin/.nika_elvin) , pipeline

archeops8 192.168.1.8 Skype and varia, internet, remote windows etc. VNC on minimacs etc.

archeops9 192.168.1.9 Acquisition, tuning (da mandare sul 35), hysto

archeops10 192.168.1.10 Acquisition, Lecture, Trace. For interactive monitoring. DO NOT FREQUENCY SWEEP.

Param. Define a run10.txt from run9.txt, commit and update on all Macs. Make sure you launch all the acquisitions with the same run10.txt param. Use the "restore tones" window. Doing very strange things in any case. Andrea explained that the shift for the 1mm is twice the real shift that is shown in the "hysto" (?).

Always verify the lecture errors, check in case the ethernet connections.

From NIKA switch in the computers room two cables to the control room. A yellow one to archeops10, another to a switch.

Change of the acquisition software parameters

1) To change the signe of the dIdQ angle:

Comment in "nikel_API.cpp" (test_nikel.xcodeproj) #define _signe_dIdQ_plus //#define _signe_dIdQ_plus

ATTENTION!!! : this is already done, it is supposed to work.

2) To go faster for frequency sweep.

Go to xcode "restaure.c"

#define _duree_mesure 10 // to be changed to go faster #define _duree_mesure 3 // to be changed to go faster

2) To go faster with the tuning procedure.

Go to "tuning_cmd" (acqui.xcodeproj)

#define _attente 80 // Number of measurements. We should change to 40 to go faster #define _moyennage 20 // Number of measurements.

Debrifing Andrea-Martino-Alessandro (last edited 2014-11-06 09:10:15 by NikaBolometer)