-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change name of input pulse series #240
Comments
If we want it to be compatible with the alerts from the past we should implement it in a way that can look for an alert for both |
Yes, but this fallback logic needs be implemented individually in each reco module because they all read from The fastest option for a temporary solution is replacing this:
and have a tag of the scanner ready to run on a new alert if it comes. |
I created the branch |
I think changing it in Do we know how it behaves for replayed past alerts? It might be that with the new realtime software replayed old alerts will have |
The pulse series name is frozen in the IceTray serialized data blob part of the JSON, so this will not be backwards compatible. It should be possible on the other hand to map the realtime data "version" string (that it's in the input JSON) to the appropriate pulse series name, instead of having it fixed. |
after decoding the json blob, could have a conditional rename of the frame object. |
The new pole data format replaces
SplitUncleanedInIcePulses
withSplitInIcePulses
. The former is still somewhat hardcoded in Skymap Scanner.It is VERY URGENT to support this because we may be soon left without a working scanner for the incoming alerts.
The text was updated successfully, but these errors were encountered: