(ms, which_band)
| 1337 | |
| 1338 | |
| 1339 | def fix_hfield_phase(ms, which_band): |
| 1340 | ms.get_hfield(which_band, False) |
| 1341 | ms.mode_solver.fix_field_phase() |
| 1342 | |
| 1343 | |
| 1344 | def fix_bfield_phase(ms, which_band): |
nothing calls this directly
no test coverage detected