Skip to content

Quick Start

Create a config.yaml file with your device serial number. The configuration uses YAML format where whitespace and indentation are significant — use spaces (not tabs) and maintain consistent indentation:

device_id: CIC-2-0

cycle:
  - [ offset, 30 ]
  - [ ions, 30 ]

sinks:
  - !RecordsFile
    source: 1s
    output_folder: data/1s
  - !RecordsFile
    source: block
    output_folder: data/block

Run with:

./cic-daq

Data will be written to data/1s/ and data/block/ directories.