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
For the spe file, I would always use the get resource path here getting the path from importlib resources instead of trying first to search for the path in the config file.
It happens to me that the path in the lstchain config used for DL1 production was defined as "lstchain/data/SinglePhE_ResponseInPhE_expo2Gaus.dat" which does not define the absolute path, hence failing.
The text was updated successfully, but these errors were encountered:
cta-lstchain/lstchain/image/modifier.py
Lines 526 to 531 in cfd9a7f
For the spe file, I would always use the get resource path here getting the path from importlib resources instead of trying first to search for the path in the config file.
It happens to me that the path in the lstchain config used for DL1 production was defined as
"lstchain/data/SinglePhE_ResponseInPhE_expo2Gaus.dat"
which does not define the absolute path, hence failing.The text was updated successfully, but these errors were encountered: