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
In the config file, I specified
[event]
irfs = P8R3_SOURCE_V3
evclass = 128
evtype =3
but it uses P8R3_SOURCE_V2 irf and gives a warning in the gtsrcmap that a newer version of irf is available.
As far as I can see, this come from utils.py line 385 classirf = classirfs[evtclass]+"_V2". Should I simply change "_V2" to "_V3" or I am doing something else wrong?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
In the config file, I specified
[event]
irfs = P8R3_SOURCE_V3
evclass = 128
evtype =3
but it uses P8R3_SOURCE_V2 irf and gives a warning in the gtsrcmap that a newer version of irf is available.
As far as I can see, this come from utils.py line 385 classirf = classirfs[evtclass]+"_V2". Should I simply change "_V2" to "_V3" or I am doing something else wrong?
Thanks in advance
The text was updated successfully, but these errors were encountered: