A copy of the IVS master schedule is kept on the pcfs machines and is used by several scripts to support observations. It is updated regularly during the year.
A copy of the text format schedule is kept in
/usr2/AuscopeUtils/schedules/master12.txt
where the 12 refers to the last two digits of the year.
The most recent version is kept at Goddard here ftp://ivs.bkg.bund.de/pub/vlbi/ivscontrol/master12.txt
Compare the top part of these files and look for a difference in the Last Updated
line. If there's a difference, update the local copy as follows:
cd /usr2/AuscopeUtils/schedules
git pull origin master
ncftpget ftp://ivs.bkg.bund.de/pub/vlbi/ivscontrol/master12.txt
git commit -m "New version, March 16 2011" master12.txt
Note the text in quotes should be changed accordingly
git push origin master
prog
and type cd /usr2; git pull origin master