(ms, which_band)
| 1347 | |
| 1348 | |
| 1349 | def fix_dfield_phase(ms, which_band): |
| 1350 | ms.get_dfield(which_band, False) |
| 1351 | ms.mode_solver.fix_field_phase() |
| 1352 | |
| 1353 | |
| 1354 | def fix_efield_phase(ms, which_band): |
nothing calls this directly
no test coverage detected