-
Notifications
You must be signed in to change notification settings - Fork 11
at_cid
Tote Hughes edited this page Sep 23, 2015
·
5 revisions
The at_cid.py
acceptance test checks the QIE card's CID rotation using the uHTR SPY function.
To run this acceptance test, run
python at_cid.py -t [teststand_name]
where [teststand_name]
represents the name of the teststand as recorded in teststands.txt
(the default is 904at
).
Each time you run the test, the following items are written to the data/at_results/[unique_id]/at_cid/yymmdd_hhmmss
directory:
-
yymmdd_hhmmss_cid.png
- An image containing the following:- A histogram for each QIE's CID rotation error rate for each clock phase setting. (24 histograms total)
-
yymmdd_hhmmss_cid.root
- A ROOT file containing the above histograms.
- teststand - The teststand class
- tests.acceptance - The acceptance test class