FCStatusDecoder
assumes a single FC card, errors if multiple cards
#8
Labels
bug
Something isn't working
FCStatusDecoder
assumes a single FC card, errors if multiple cards
#8
I've been working with the decoders to validate the FC and ORCA files being created to ensure no data is lost, and the
FCStatusDecoder
errors at these lines when there are multiple cards being logged.legend-daq2lh5/src/daq2lh5/fc/fc_status_decoder.py
Lines 78 to 86 in f32428e
This is reproducible with, e.g., the tst file
l200-p04-r006-tst-20230510T101033Z_FCIO_1.fcio
, using the below code:which errors at the quoted lines, due to each value being either a list of lists or a list.
The text was updated successfully, but these errors were encountered: