Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1 KB

README.md

File metadata and controls

25 lines (18 loc) · 1 KB

FAST2HDF5 Converter program

alt text alt text alt text

Purpose

Contributors:

Simple C program to convert file types.

Uses the fasterac library, written by LPC Caen, to extract both ADC and Counter data from .faster files generated by a MOSAHR motherboard (http://www.faster.in2p3.fr). It then writes this data to an HDF5 file. For each FASTER channel, a Detector group is constructed, container two tables: ADC and Counter. The group has the FASTER label as an attribute.

Compilation options

h5cc -o fast2hdf5 -lfasterac -std=c11 fast2hdf5.c

Dependencies