You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifevent_data.empty:
logger.info("\nNo coincident events are found. Exiting...")
sys.exit()
When coincidences are not found, a file is not created. As a result, the script job_accounting.py, used during semi-automatic analysis, indicates that the files exist (because the list_failed file in logs is also not created), but the corresponding folder is empty. We encountered a similar issue at the stereo level some time ago. For data from the second half of 2021, job_accounting reported that 1424 files exist, but the folders are empty.
The text was updated successfully, but these errors were encountered:
In the script https://github.com/cta-observatory/magic-cta-pipe/blob/master/magicctapipe/scripts/lst1_magic/lst1_magic_event_coincidence.py , a new exit code is needed in the following section (line 526-528):
When coincidences are not found, a file is not created. As a result, the script job_accounting.py, used during semi-automatic analysis, indicates that the files exist (because the list_failed file in logs is also not created), but the corresponding folder is empty. We encountered a similar issue at the stereo level some time ago. For data from the second half of 2021, job_accounting reported that 1424 files exist, but the folders are empty.
The text was updated successfully, but these errors were encountered: