realfastvla / realfast

Real-time interferometric data analysis for the VLA

Home Page:http://realfast.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

need to be more resilient to missing bdfs

caseyjlaw opened this issue · comments

End of scheduling block process will trip up if a bdf never arrives. A few potential issues here:

  1. sdm timeout not working
  2. need to be able to know when bdfs will never arrive (correlator fail)
  3. be sure that we can know state of sdm when bdfs are not around for any reason.

Added a few if statements to control checking of bdfstr. Needs testing, but pretty simple.