Skip to content
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

daily_ringmap fails if kotekan-ringmap is still in the process of filling frequencies #154

Open
anjakefala opened this issue May 15, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@anjakefala
Copy link
Contributor

kotekan-ringmap doesn't provide a fixed-length array until it has filled in all of the frequencies. This will be particularly relevant close to restarts.

The analyzer assumes a fixed-length array:

May 15 03:00:16 marimba dias[27687]: ValueError: operands could not be broadcast together with shapes (4982,) (4981,)
May 15 03:00:16 marimba dias[27687]:     t_offset = time["ctime"] - common_time["ctime"]

The analyzer should chop off the difference and still produce a comparable output after restarts.

Relevant to: #153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant