DUNE-DAQ / minidaqapp

0 stars 1 forks source link

Carloschavez/doc update #61

Closed carloschavez closed 3 years ago

carloschavez commented 3 years ago

Updates to the Documentation, in particular addressing the comments from Kurt about configuration options.

The option -t, --trigger-rate-hz FLOAT was reintroduce in python/minidaqapp/nanorc/mdapp_multiru_gen.py The interplay with option --hsi-event-period is explicit as :
hsi_event_period_rate_hz = math.floor((hsi_event_period/trigger_rate_hz)) So the documentation now says that the user should use EITHER of these options.

bieryAtFnal commented 3 years ago

Carlos, thanks for the changes. I added a few minor extra ones. When you get a chance to take a look, let me know what you think.

carloschavez commented 3 years ago

Kurt, thanks for making those changes and fixing the typos, it reads much better now.