From 4606f0d4665b3ff746f2c0bddd2605a8ca85fc4e Mon Sep 17 00:00:00 2001 From: NichtJens Date: Sun, 19 Oct 2025 16:10:39 +0200 Subject: [PATCH] no point in save the dap results twice --- sf_daq_broker/writer/detector_writer.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sf_daq_broker/writer/detector_writer.py b/sf_daq_broker/writer/detector_writer.py index f2c16f3..4b38c20 100644 --- a/sf_daq_broker/writer/detector_writer.py +++ b/sf_daq_broker/writer/detector_writer.py @@ -69,10 +69,6 @@ def detector_retrieve(request, output_file_detector): pedestal_run = (directory_name == "JF_pedestals") - if save_dap_results and not pedestal_run: - file_name_out = output_file_detector[:-3] + ".dap" - store_dap_info(beamline, pgroup, detector_name, det_start_pulse_id, det_stop_pulse_id, file_name_out) - convert_ju_file = any(( adc_to_energy, compression,