Skip to content

kirbyherm/setFileDumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###
# program to convert set file to ascii or root files
# \author C. R. Thornsberry
# \date May 18th, 2016
# \contributors W. J. Ong and K. Hermansen
# \date Aug 19th, 2020
###



To compile: 
$ mkdir build
$ cd build
$ cmake ../ 
$ make

To run:
$ ./set2ascii --var [varFile] --set [setFile] --num [numOfModules]
(root file converter is untested)

set2ascii outputs a params.dat file with all the settings

parser.py theoretically could parse the params files, but needs additional
    files listing DDAS params and whether they are bit/val


About

program to dump out DDAS .set file parameters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published