(ms, which_band)
| 1352 | |
| 1353 | |
| 1354 | def fix_efield_phase(ms, which_band): |
| 1355 | ms.get_efield(which_band, False) |
| 1356 | ms.mode_solver.fix_field_phase() |
| 1357 | |
| 1358 | |
| 1359 | def apply_band_func_thunk(ms, band_func, which_band, eval_thunk): |
nothing calls this directly
no test coverage detected