Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-20 | update zdab-cat to output 50 MHz clock time and trigger type | tlatorre | |
2019-06-20 | fix cat-grid-jobs again | tlatorre | |
2019-06-20 | update zdab-cat to emit multiple YAML documents | tlatorre | |
This commit updates zdab-cat to output each event as an individual YAML document. The advantage of this is that we can then iterate over these without loading the entire YAML document in submit-grid-jobs which means that we won't use GB of memory on the grid submission node. | |||
2019-06-20 | fix empty list at top of YAML output in zdab-cat | tlatorre | |
2019-06-19 | add data cleaning word and ftp, ftk, and rsp info to zdab-cat output | tlatorre | |
2019-06-06 | print out "loading DQXX ..." line to stderr | tlatorre | |
2019-05-24 | add a script to concatenate output from grid jobs | tlatorre | |
2019-05-24 | add a script to submit jobs to the grid | tlatorre | |
2019-05-23 | write to stdout if no output file is specified | tlatorre | |
2019-05-23 | add zdab-cat | tlatorre | |
This commit adds a new program called zdab-cat which is kind of like fit, but just produces the YAML output without actually fitting anything. |