sitelist - Site list for use by xcapcon

DESCRIPTION

sitelist is an ascii file in the pass directory, $PASSDIR, identifying the sites and their locations that are available as part of the site and target rotating lists. This data is used by xcapcon. The format of satlist is as follows:

  site_name<ws>#lat<ws>[ns]<ws>#long<ws>[ew]<ws>#target_elev

  <ws> is white space (one or more blanks)
  [ns] is a choice of n or s (latitude in degrees)
  [ew] is a choice of e or w (longitude in degrees)
  target_elev is in degrees

EXAMPLES

  SeaSpace 32.8 n 117.8 w 5
  WS	 32.23 n 106.28  w 30

In the former case, SeaSpace is the name of the site, it is at 32.8 north latitude and 117.8 west longitude. The default satellite elevation is 5 degrees . In the latter case, WS it the name of the site, it is at 32.23 north latitude and 106.28 west longitude. The default satellite elevation is 30 degrees. Note that the newsite command changes the first site's data to those values entered when running that script.

FILES

$PASSDIR/satlist

SEE ALSO

xcapcon, newsite

NOTES

The first entry gets clobbered when newsite is run.


Last Update: $Date: 1999/05/10 21:00:52 $