simtools-production-derive-limits#
Derives the limits for energy, radial distance, and viewcone to be used in CORSIKA simulations.
The limits are derived based on the event loss fraction specified by the user.
Command line arguments#
- event_data_file (str, required)
Path to the file containing the event data.
- loss_fraction (float, required)
Fraction of events to be lost.
Example#
Derive limits for a given file with a specified loss fraction.
simtools-production-derive-limits\\
--event_data_file path/to/event_data_file.hdf5 \\
--loss_fraction 1e-6