#! /bin/csh
#
# passes      -----      Manfred Bester  10Jan95
#
# This C shell script runs SatTrack in the batch mode. 
# Examples for command line parameter sets are given below.
# The number and format of parameters specified is mandatory!
#
# Format of command line parameters:
#
# Program      Time  Ground station   Object number     Tle file  Tle    Pred     Start    Start   Time  Dur  Min   Hardcopy
#              zone                   or sat name                 type   type     date     time    int        ele
#
#                    REPLACE BLANKS WITH UNDERSCORES IN
#                    GROUND STATION AND SATELLITE NAME
#

  sattrack -b  PDT   Mt._Wilson       16609             tlex.dat  nasa   shortpr  now      now     auto  10   0     nohardcopy
  sattrack -b  PDT   Mt._Wilson       STS-63            tlex.dat  nasa   shortpr  now      now     auto  10   0     nohardcopy
  sattrack -b  PDT   Mt._Wilson       20580             tlex.dat  nasa   shortpr  now      now     auto  10   0     nohardcopy
  sattrack -b  PDT   Mt._Wilson       GRO               tlex.dat  nasa   shortpr  now      now     auto  10   0     nohardcopy

# sattrack -b  UTC   Berkeley         Cosmos_1939_R/B   tlex.dat  nasa   shortpr  10Mar94  0:0:0   auto  6    0     hardcopy
# sattrack -b  UTC   Berkeley         UARS              tlex.dat  nasa   shortpr  01Apr94  0:0:0   auto  6    0     hardcopy

# sattrack -b  CST   Houston          23025             tlex.dat  nasa   shortpr  now      now     auto  6    0     hardcopy
# sattrack -b  CST   Houston          23025             tlex.dat  nasa   longpr   now      now     10    14   30    nohardcopy

# sattrack -b  PST   Berkeley         20580             tlex.dat  nasa   shortpr  now      now     auto  6    0     hardcopy
# sattrack -b  UTC   Cologne          RS-12/13          tlex.dat  nasa   shortpr  now      now     auto  6    0     hardcopy
# sattrack -b  3     Moscow           16609             tlex.dat  nasa   shortpr  now      now     auto  6    0     hardcopy
# sattrack -b  EST   Melbourne,_FL    AO-21             tlex.dat  nasa   longpr   now      now     auto  6    25    nohardcopy

# sattrack -b  EDT   Cape_Canaveral   STS-55            sts.dat   nasa   shortpr  26Apr93  0:0:0   auto  6    0     nohardcopy
# sattrack -b  EDT   Cape_Canaveral   STS-55            sts.dat   nasa   longpr   29Apr93  7:0:0   10    0.1  0     nohardcopy

