gammasim / simtools

Tools and applications for the Simulation System of the CTA Observatory.
https://gammasim.github.io/simtools
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Address warning messages in running prod6 sims. #890

Open GernotMaier opened 4 months ago

GernotMaier commented 4 months ago

Command: simtools-simulate-prod --config tests/integration_tests/config/simulate_prod_gamma_20_deg.yml

This is possibly related to incomplete or wrong prod6 parameters.

The following warnings are given by sim_telarray:

Warning: trigger window does not cover full readout window.
(F)ADC data is simulated for a readout window of up to 73.2 ns,
trigger conditions in a 73.2 ns window starting 2.9 ns before (F)ADC data.

Warnings from corsika:


...
sh: line 1: ps: command not found
...
 Warning: CORSIKA producing only photons in the range 240 to 700 nm
 but telescope 1 has sensitivity from 260 to 769 nm.
 Extending the range to 240 to 769 nm would imply 1.0228 times bigger bunches.
 No such correction is implemented (but could be done unless CEFFIC or CERWLEN are used).
 The impact on the signal though is expected to be negligible. No problem
...
orelgueta commented 2 weeks ago

From a quick check,

orelgueta commented 2 weeks ago

Oh and the ps error should also be considered. Can be solved by installing procps in the docker image. I suggest we do it because it provides valuable information in the log file (or we come up with a different approach for the same functionality).