From 680009a3249eb3d071bf8af544564ebb81dfe319 Mon Sep 17 00:00:00 2001 From: Thomas Owen James <tjames@cmd-scouting-ctrlhub.dyndns.cern.ch> Date: Tue, 13 Sep 2022 21:02:09 +0200 Subject: [PATCH] tidied up etc/scdaq/scdaq.conf --- etc/scdaq/scdaq.conf | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/etc/scdaq/scdaq.conf b/etc/scdaq/scdaq.conf index 1f7dfb65..63fabdf3 100644 --- a/etc/scdaq/scdaq.conf +++ b/etc/scdaq/scdaq.conf @@ -10,20 +10,14 @@ # "filedma" for reading from file and simulating DMA # "micronDMA" for PICO driver - input:wzdma - # Settings for Micron board only - loadBitFile:yes - # ONLY for Micron Board/DMA, must be in tgz format, produced by pico utility package_flash - bitFileName:micron_bitfile_path - ## Settings for DMA input # DMA device @@ -65,7 +59,7 @@ enable_stream_processor:yes # Note: When changing the processing type, change also "output_filename_prefix" # in the file output section. # -processor_type:GMT +#processor_type:GMT # Enable software zero-supression doZS:yes @@ -76,9 +70,9 @@ doZS:yes ## ################################################################################ -output_filename_prefix:scout_GMT +#output_filename_prefix:scout_GMT -output_filename_base:/fff/BU0/ramdisk/scdaq +#output_filename_base:/fff/BU0/ramdisk/scdaq max_file_size:8589934592 @@ -110,9 +104,9 @@ quality_cut:12 threads:8 # verbosity level, currently supports 0 and 1 -verbosity:1 +verbosity:0 # N orbits to store to each file # Configured to store fixed number of orbits per file when nOrbitsPerFile > 1 # Set to 0 to use fixed file size instead -nOrbitsPerFile:0 +nOrbitsPerFile:1000000 -- GitLab