alpha-g-analysis 0.5.9

Analysis binaries for the ALPHA-g experiment
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# `alpha-g-sequencer`

The `alpha-g-sequencer` program will produce a CSV file with all the 
sequencer data of a run.

The CSV data will have the following three-line header:

```
# <package_name> <package_version>
# <cli_arguments>
serial_number,midas_timestamp,header,xml
```

Note that the `header` and `xml` fields are arbitrary UTF-8 strings i.e. they
can contain line breaks, commas, quotes, etc. These fields are enclosed in
double quotes and any double quotes within the field are escaped with another
double quote.