User Tools

Site Tools


operations:documentation.ivs.commentsfile

This wiki is not maintained! Do not use this when setting up AuScope experiments!

This is an old revision of the document!


Prepare the comments file and transfer the logs

  • Prepare the comments file for the log/end email:
    • First, check the paper logs (if any) for any comments or notes.
    • As observer on ops-serv2, run comments.sh and it will show you some log extracts and get you to check it's all correct. Afterwards, it will save the end message as /vlbobs/ivs/logs/<experiment name><station id>.comments
  • Next, run flogit_auscope.pl and follow the instructions. When it asks for a comments file, enter e.g.
    *r /vlbobs/ivs/logs/<experiment name>yg.comments

    . It will handle the FTP transfer and send a stop message.

Getting the weather data

The following will produce formatted output to go at the end of a log file

on ops-serv2:

cd /vlbobs/ivs/Yg/
scp -r -P 26 "observer@59.167.111.242:Met_data/* ./Met_data/
cd Met_data

This does the formatting. It's grepping for days 202 and 203 whiche were the days of the experiment.

strings mets_2011_07* | egrep '(202|203)' | awk '{printf "%s.%s.%s:%s:00.00#wx#/WX/ %s, %s, %s\n",$2,$3,$4,$5,$6,$8,$7}' > r4492yg.log.wx
/home/www/auscope/opswiki/data/attic/operations/documentation.ivs.commentsfile.1319611032.txt.gz · Last modified: 2011/12/07 05:30 (external edit)