In the last weekly meeting Julian gave me a comment that M1 and M2 files may contain different sets of events even if the subrun ID is identical. Then I realized that it could affect the stereo reconstruction of MAGIC-only data, since I usually merge MAGIC DL1 files subrun-wise beforehand, but it may lose some events wrongly recognized as mono events. The best option would be to merge the files run-wise and use them for the stereo reconstruction (which takes more time per job though), and in that case the option --subrun-wise in merge_hdf_files.py is not needed anymore.
In the last weekly meeting Julian gave me a comment that M1 and M2 files may contain different sets of events even if the subrun ID is identical. Then I realized that it could affect the stereo reconstruction of MAGIC-only data, since I usually merge MAGIC DL1 files subrun-wise beforehand, but it may lose some events wrongly recognized as mono events. The best option would be to merge the files run-wise and use them for the stereo reconstruction (which takes more time per job though), and in that case the option
--subrun-wiseinmerge_hdf_files.pyis not needed anymore.