|
1 | 1 | # *** hardware setup/configuration *** |
2 | 2 | run_number : # Base run number, will be automatically increased; if none is given, generate filename |
3 | | -output_folder : # Output folder for the telescope data; if none is given, the current working directory is used |
| 3 | +output_folder: '/mnt/data/testbeam/2025-06_DESY/constellation/anemone' # Name of the subfolder which will be created in order to store the telescope data |
4 | 4 | m26_configuration_file : # Configuration file for Mimosa26 sensors, default: 'm26_config/m26_threshold_8.yaml' |
5 | 5 | m26_jtag_configuration : True # Send Mimosa26 configuration via JTAG, default: True |
6 | 6 | no_data_timeout : 30 # No data timeout after which the scan will be aborted, in seconds; if 0, the timeout is disabled |
7 | 7 | scan_timeout : 0 # Timeout after which the scan will be stopped, in seconds; if 0, the timeout is disabled; use Ctrl-C to stop run |
8 | | -max_triggers : 0 # Maximum number of triggers; if 0, there is no limit on the number of triggers; use Ctrl-C to stop run |
9 | | -send_data : 'tcp://127.0.0.1:8500' # TCP address to which the telescope data is send; to allow incoming connections on all interfaces use 0.0.0.0 |
10 | | -enabled_m26_channels : # Enabled RX channels, eg. ["M26_RX1", "M26_RX2", "M26_RX6"]; default None (=all planes) |
11 | | -#output_folder: telescope_data # Name of the subfolder which will be created in order to store the telescope data |
12 | | -#filename: run_1 # Filename of the telescope data file |
| 8 | +max_triggers : 10000000 # Maximum number of triggers; if 0, there is no limit on the number of triggers; use Ctrl-C to stop run |
| 9 | +send_data : 'tcp://127.0.0.1:9500' # TCP address to which the telescope data is send; to allow incoming connections on all interfaces use 0.0.0.0 |
| 10 | +enabled_m26_channels : ["M26_RX1", "M26_RX2", "M26_RX3", "M26_RX4", "M26_RX6"] # Enabled RX channels, eg. ["M26_RX1", "M26_RX2", "M26_RX6"]; default None (=all planes) |
| 11 | +# filename: m26 # Filename of the telescope data file |
13 | 12 |
|
14 | 13 | # *** trigger configuration *** |
15 | 14 | TLU : |
|
0 commit comments