*********************************************************************** * skedf.ctl - sked/drudg program control file * * This file is free-field except for section names which must begin * in column 1 with a $. Either upper or lower case is OK for section * names. Remember that path and file names in Unix are case-sensitive. * Some sections are used by sked, some by drudg, and some by both. * Edit or un-comment the lines that you need. * * sked and drudg read two versions of this file. The first version is * the system control file which is read from a path specified at * compile time. The second version is read from the user's local area. * Any items in the local area control file override those in the * system control file. *********************************************************************** * $mysql host localhost user oper password aim!burst!shower!0 database vlbi port 0 flag 0 $catalogs * Note: The $catalogs section is used by sked but not by drudg. * Please do not edit the first word on the line because these are key words. * ***** OBSOLETE ********************* * Catalog program path: * Enter here the absolute path where the java catalog class files reside. * Example: program /box3/skedv/catalogues parameter /box3/skedv/parameters ****** END OBSOLETE *************** * master /500/oper/master * * Default catalog directory. If absent, assume full path. cat_dir /space/sked/sked_cat * Enter on the next lines the paths for sked's catalog files. * Examples: source source.cat.geodetic.good hdpos hdpos.cat flux flux.cat comments flux.cat.comments antenna antenna.cat position position.cat equip equip.cat mask mask.cat loif loif.cat freq freq.cat modes modes.cat rx rx.cat tracks tracks.cat rec rec.cat modes_description modes_description.cat * CAN also give full path name for a catalog, EG: *source /home/ftp/pub/sked/catalogs/source.geodetic_2007apr.cat *flux /home/ftp/pub/sked/catalogs/flux.geodetic_2007apr.cat * $schedules * Enter the path name for schedule (.skd) files. If not specified, * the default is null, i.e. use the local directory. Both sked and * drudg look for schedules in this path. * Example: */home/jmg/schedules/ */usr2/prog/ * $snap * Enter the path name for reading or writing SNAP (.snp) files. If * not specified, the default is null, i.e. use the local directory. * This is used by drudg. * Example: */usr2/sched/ * $proc * Enter the path name for writing procedure (.prc) files. If not specified, * the default is null, i.e. use the local directory. * This is used by drudg. * Example: */usr2/proc/ $scratch * Enter the path name for temporary files. If not specified, the default * is null, i.e. the files will be written into the local directory. * This is used by both sked and drudg. /tmp/ * $print * Printer type: * Enter the printer type for drudg. If not specified, default is laser. * Recognized names: laser, epson, epson24. * This can be changed interactively with option 9. * Examples: * printer laser * printer epson * printer epson24 * * Printer type: * Enter any command strings or scripts to be used for printing in * portrait or landscape. The key words "landscape" and "portrait" * indicate the orientation. Following the key word, all characters * on the line (including blanks) are read as the command. * If no commands or scripts are specified, drudg defaults to embedding * escape sequences for the output desired into the file and uses * the system command "recode latin1:ibmpc" piped to "lpr" to print * the temporary file. * Examples: * This example is for a laser printer, 6 lines/inch, 10 char/inch: *portrait lpr -ofp10 -olpi6 $* * This example is the same as above but for landscape: *landscape lpr -ofp10 -o1pi6 -olandscape $* * These examples are the same as above but for a smaller font: *portrait lpr -ofp16.66 -olpi6 $* *landscape lpr -ofp16.66 -o1pi6 -olandscape $* *portrait