-
Notifications
You must be signed in to change notification settings - Fork 0
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
Publish current source name(s) to status buffers #18
Comments
For now, we are extracting the target name from the CBF component's target sensor - it appears to be the most reliable so far (see f8ede2d). |
As noted elsewhere, the value of the above target sensor often seems to arrive a few seconds after the recording commences (and after the |
Returning to a per-antenna approach (dcde5d2) did not appear to help with the delay in today's commensal test. Perhaps another approach might be to wait for the target name and RA/Dec (str) values to arrive (1-3 seconds) before issuing a |
Improvements had appeared to mitigate this issue: checking the time of the last capture-start to ensure that the first target of the schedule block is paired with the first To fix this, for each |
The current source name(s) should be published to the status buffers. For initial testing, the source name to be published should be derived from the MeerKAT metadata (probably via KATPortalCleint?), but as we start to form beams off-boresight, the source names will be our own.
MeerKAT metadata includes several "target" values that are actually a multi-field custom formatted string. The timing and accuracy of these values is not clear, nor is the format completely understood by us yet (nor is the reason for inconsistencies observed in the values), but presumably there is some way to find out in a timely and accurate way which target the array is going to observe. Alternatively there may be a "source" value that would fit our needs better if only we know about it.
Suffice it to say, getting the source name reliably is currently a but of a conundrum.
The text was updated successfully, but these errors were encountered: