You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fengine → Xengine communication about fringe boundaries
Currently, the start of observation is determined by the mcount on which GPU integration
begins (set by hera_ctl.py ). There is no communication between SNAPs and Xengines
on where the fringe stopping boundary is. The easiest way to implement this might be to
ensure that the first fringe stopping boundary is at mcount = 0 on the SNAPs. Then the
GPU mcount can be rounded to the nearest %(2**19) number.
The text was updated successfully, but these errors were encountered:
Despite having created this issue, I am not sure what this is about. Probably need a conversation between @david-macmahon and @jkocz . Assigning this issue to both of them to move this forward.
Fengine → Xengine communication about fringe boundaries
Currently, the start of observation is determined by the mcount on which GPU integration
begins (set by hera_ctl.py ). There is no communication between SNAPs and Xengines
on where the fringe stopping boundary is. The easiest way to implement this might be to
ensure that the first fringe stopping boundary is at mcount = 0 on the SNAPs. Then the
GPU mcount can be rounded to the nearest %(2**19) number.
The text was updated successfully, but these errors were encountered: