table.pl - Produces the table to be used for daily calibration.
table.pl --month month [--year year] [--(no)xpdf] [--output filename] [--help]
This script produces the file table.pdf containing the table to be used for daily calibration. Eclipses times are read from the orbit file and range changes from the log files. If uncal_mmdd.txt exists for the given month, then the uncal interval times used for spacecraft offset in range two are also included.
The month. One or two digits. Mandatory argument.
The year. One or two digits. Default is the current year.
Show the result with xpdf viewer. Default is yes. To disable, negate the option with --noxpdf
Specify the output file. If the '.pdf' extension is not given, it will be automatically aded. Default is $FGMROOT/tmp/table.pdf .
Prints a brief help message.
Root for the FGM calibration directory structure. Default to /home/FGM/ if not set.
$FGMROOT/log/atorb/stef.cl - orbit file
$FGMROOT/log/cd_log/$yy_$mm/C$sc_$yy$mm??_B.NSlog - log files
$FGMROOT/cfg/uncal_yymm.txt - uncal intervals
table.pdf - output
Dragos Constantinescu <d.constantinescu@tu-bs.de>