#! /bin/csh
#
# transits      -----      Manfred Bester  21Nov94
#
# 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  PST   Mt._Wilson       16609             tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  sattrack -b  PST   Mt._Wilson       Kvant-1           tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  sattrack -b  PST   Mt._Wilson       20580             tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  sattrack -b  PST   Mt._Wilson       UARS              tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  sattrack -b  PST   Mt._Wilson       GRO               tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  sattrack -b  PST   Mt._Wilson       SeaSat_1          tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  sattrack -b  PST   Mt._Wilson       Cosmos_2082_R     tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  sattrack -b  PST   Mt._Wilson       Cosmos_2219_R     tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  sattrack -b  PST   Mt._Wilson       Cosmos_2227_R     tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  sattrack -b  PST   Mt._Wilson       Cosmos_2237_R     tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  sattrack -b  PST   Mt._Wilson       Cosmos_2263_R     tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  sattrack -b  PST   Mt._Wilson       ERS-1_R/B         tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  sattrack -b  PST   Mt._Wilson       MOS-1B_R/B        tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  sattrack -b  PST   Mt._Wilson       Feng_Yun1-2       tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy

