Skip to content

Short C program to convert FASTER binary files into HDF5 format for use in Python analysis

Notifications You must be signed in to change notification settings

leenderthayen/Faster2HDF5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Short C program to convert FASTER binary files into HDF5 format for use in Python analysis

Resources

Stars

Watchers

Forks

Packages

No packages published