pub fn flag_baseline_view_to_flagmask(
    aoflagger: &CxxAOFlagger,
    baseline_flag_view: ArrayView2<'_, bool>
) -> UniquePtr<CxxFlagMask>
Expand description

Create an aoflagger CxxFlagMask for a from the given flag array view

Assumptions

  • flag array view is [timestep][channel] for one baseline
  • flagmask is timesteps wide, and channels high