Proton Calorimetry/Equipment: Difference between revisions

From PBTWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
== [[/Caen Detector Emulator|Caen Detector Emulator]] ==
== [[/Caen Detector Emulator|Caen Detector Emulator]] ==


The [Caen DT5800D Detector Emulator] provides the capability for emulating the output of an arbitrary detector system.   
The [http://www.caen.it/csite/CaenProd.jsp?idmod=837&parent=59 Caen DT5800D Detector Emulator] provides the capability for emulating the output of an arbitrary detector system.   


More details can be found on the [[/Caen Detector Emulator|Caen Detector Emulator]] page.
More details can be found on the [[/Caen Detector Emulator|Caen Detector Emulator]] page.

Revision as of 16:03, 26 June 2017

This page contains information on the various pieces of experimental equipment that form the Proton Calorimetry detector setup.

Caen Detector Emulator

The Caen DT5800D Detector Emulator provides the capability for emulating the output of an arbitrary detector system.

More details can be found on the Caen Detector Emulator page.

LeCroy Scope Trace Conversion: Binary to ASCII

To convert .trc binary data to .txt data that is formatted similarly to the output files from a CAEN DT5751 digitiser:

  1. Copy contents of /unix/pbt/aknoetze/ConversionScripts to a new directory.
  2. Open trc2txt.py in a text editor.
    1. Change path to directory containing .trc data files by editing variable dirpath
    2. Change number of decimal points for each column by editing: np.savetxt(..., fmt=‘...’,...)
  3. Run trc2txt.py

Converted .txt files will be in the copied directory NEWASCII. These new files will possess the same file names as the original .txt files.

To concatenate the new data files together into one single file, while in the directory NEWASCII,type:

cat *.txt > OutputFileName.txt