The MMGPS-S scheduler software adapted for the UHF survey.
- Observations start with a noise diode firing, folled by a flux calibrator and a polarisation calibrator.
- This is followed by target scans, sandwiched by a phase calibrator visit. How many targets observed before a phase calibrator is scheduled is a tunable parameter (PHASE_CALIBRATOR_CYCLE_LENGTH) in the configuration file.
- We end the observation with another visit of the polarisation and flux calibrator.
- Targets are scheduled with the constraint that their elevation at MeerKAT needs to be between 15 - 50 deg.
- Calibrators are scheduled with the constraint that their elevation at MeerKAT needs to be between 15 - 90 deg.
- For the UHF observations, gain calibrators are tagged as "polcal" to prevent APSUSE updating the gain solutions from unreliable gain targets
- Edit the config file 'uhf_schedule.cfg'.
- Update the LST time and UTC date when you want to start observing plus the total session length in hours.
- Then run the code uhf_scheduler.py.
Dependencies: Pandas, astropy, pytz, numpy