Skip to content

Commit

Permalink
Update transcoder name
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Oct 10, 2024
1 parent fde3875 commit 0a78c85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/iact_data/nectarcam_acada_event_decoder_r1v1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ bool NectarCam_ACADACameraEventDecoder_R1v1::decode_run_config(
return false;
}

calin_run_config->set_data_transcoder(
"calin::iact_data::unified_event_decoder::NectarCam_ACADACameraEventDecoder_R1v1");

// const data_stream_type* cta_data_stream = cta_messages.data_stream;
// const header_type* cta_run_header = cta_messages.header;
// const event_type* cta_event = cta_messages.event;
Expand Down

0 comments on commit 0a78c85

Please sign in to comment.