amptek
borealis.detector.amptek
Created on Tue Mar 23 18:54:19 2021.
@author: A. Vancraeyenest
AmptekCdTe123(alias='Amptek-CdTe 123')
Bases: Detector
Interface for CdTe X-123 detector from Amptek.
Initialise the detector.
Source code in borealis/detector/amptek.py
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | |
acquisition(acquisition_time)
Start an acquisition and return corresponding Spectrum object.
Source code in borealis/detector/amptek.py
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | |
stop()
Close the connection to the detector and free resources.
Source code in borealis/detector/amptek.py
76 77 78 | |
Status(raw_status)
Status object for AmptekCdTe123.
Source code in borealis/detector/amptek.py
366 367 368 369 370 371 | |