realfastvla / realfast

Real-time interferometric data analysis for the VLA
http://realfast.io
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

need to be more resilient to missing bdfs #46

Closed caseyjlaw closed 7 years ago

caseyjlaw commented 7 years ago

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.

caseyjlaw commented 7 years ago

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