production_scale_events#
Application to run the StatisticalErrorEvaluator and interpolate results.
This application evaluates statistical uncertainties from DL2 MC event files based on input parameters like zenith angles and offsets, and can perform interpolation for a specified grid point.
Command line arguments#
- base_path (str, required)
Path to the directory containing the DL2 MC event file for interpolation.
- zeniths (list of int, required)
List of zenith angles to consider.
- offsets (list of int, required)
List of offsets in degrees.
- interpolate (bool, optional)
If set, performs interpolation for a specific grid point.
- query_point (list of int, optional)
Grid point for interpolation (energy, azimuth, zenith, NSB, offset).
Example#
To evaluate statistical uncertainties and perform interpolation, run the command line script:
simtools-production-scale-events --base_path tests/resources/production_dl2_fits/ \
--zeniths 20 52 40 60 --offsets 0 --interpolate --query_point 1 180 30 0 0 \
--science_case 1 --metrics_file "path/to/metrics.yaml"
The output will display the scaled events for the specified grid point.