mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-09-02 13:10:42 +02:00
consistent TODO
This commit is contained in:
committed by
Auf keinen Fall Jens
parent
f2c6551233
commit
fa99428ee0
@@ -12,7 +12,7 @@ from sf_daq_broker.detector.detector_config import configured_detectors_for_beam
|
||||
from sf_daq_broker.utils import get_writer_request
|
||||
|
||||
PEDESTAL_FRAMES=3000
|
||||
# TODO : put in in config
|
||||
#TODO: put in in config
|
||||
DIR_NAME_RUN_INFO = "run_info"
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
@@ -107,7 +107,7 @@ def postprocess_raw(
|
||||
else:
|
||||
batch_ind = index[batch_range]
|
||||
|
||||
# TODO: avoid unnecessary buffers
|
||||
#TODO: avoid unnecessary buffers
|
||||
read_buffer_view = read_buffer[: len(batch_ind)]
|
||||
out_buffer_view = out_buffer[: len(batch_ind)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user