stereo_reconstruction#
- magicctapipe.scripts.stereo_reconstruction(input_file, output_dir, config, magic_only_analysis=False)[source]#
Processes DL1 events and reconstructs the geometrical stereo parameters with more than one telescope information.
- Parameters:
- input_file
str Path to an input DL1 data file
- output_dir
str Path to a directory where to save an output DL1-stereo data file
- config
dict Configuration file for the stereo LST + MAGIC analysis, i.e. config_stereo.yaml
- magic_only_analysisbool, optional
If True, it reconstructs the stereo parameters using only MAGIC events
- input_file