!  Primary Stations Catalog for SCHED.
!
!     Do not modify the standard copy of stations.dat directly.  It is 
!     the combination of a number of "Master" files.  See proceedure 
!     Update to see what is involved.  Users making a special version
!     can modify stations.dat at will.
!
!  INPUT PARAMETERS:
!      Parm   Note  Description
!     STATION    3  Station name.
!     STCODE        Station code.  Usually 2 letters.  Used for scheduling.
!     DBNAME     1  Station name in VLBA correlator and geodetic station lists.
!     DBCODE     1  Station code used in VLBA correlator data base.
!     FRAME         Source of the solution providing station coordinates.
!     CONTROL       Type of control file.
!     DAR           Type of data aquisition rack.
!     DISK          Type of disk system like MARK5A. Can have tape and disk.
!     RECORDER      Type of tape recorder.
!     NDRIVES       Number of recorders at the site.
!     NHEADS        Number of recording head stacks on each recorder.
!     ELEV       2  Site elevation above mean sea level or geocentric radius.
!     LAT        2  Station latitude.
!     LONG       2  Station longitude.
!     ZALIM         Zenith angle limit.
!     X          2  Station X coordinate.
!     Y          2  Station Y coordinate.
!     Z          2  Station X coordinate.
!     DXDT          Rate of change of X coordinate (continental drift).
!     DYDT          Ditto for Y coordinate.
!     DZDT          Ditto for Z coordinate.
!     EPOCH         Time of zero offset from X,Y,Z.
!     DESCRIP       Any text.
!     NDRIVES       The number of tape drives at the station.
!     HOR_AZ        A list of azimuths at which the horizon is measured.
!     HOR_EL        The horizon elevation at the above azimuths.
!     MOUNT         The mount type as used by SCHED.
!     AXISTYPE   1  The mount type according to the VLBA correlator database.
!     AXISOFF       The offset between the axes.
!     AX1LIM        Slew limits for first axis for several regions.
!     AX2LIM        Slew limits for the second axis in the same regions.
!     AX1RATE       The first axis slew rate.
!     AX2RATE       The second axis slew rate.
!     AX1ACC        Acceleration in deg/s/s, first axis
!     AX2ACC        Acceleration in deg/s/s, second axis
!     TSETTLE       Extra time required for source change beyond dist/rate.
!     MINSETUP      Minimum time between scans when using DWELL.
!  
!   NOTES:
!     1.  These items appear redundant with STCODE, STATION, and MOUNT, but
!         reflect the contents of the VLBA correlator data base which can
!         be, and often is, different from what is used in SCHED for 
!         scheduling.  Often this difference reflects the refusal by the
!         array schedulers to specify before observe time which specific 
!         antenna is going to be used for single dish observations at places 
!         like the VLA and Westerbork.  Therefore STCODE does not contain
!         this information.  But the correlator must know and has separate
!         database entries for each pad (gets which was used from the log).
!         AXISTYPE is there as a consistency check.  SCHED users do not 
!         need to specify DBCODE, DBNAME, or AXISTYPE if providing their 
!         own catalog for SCHED.
!     2.  At least one of (ELEV, LAT, LONG) or (X, Y, Z) must be provided.
!         It is a bad idea to provide both.  SCHED will calculate the 
!         missing one from the one provided.  Note if ELEV is large, 
!         (ELEV, LAT, LONG) are treated as geocentric.  If it is small,
!         they are treated as geodetic.
!     3.  *** WARNING: SCHED uses the first 4 characters in many places 
!         to detect a true VLBA station.  Those characters should only be VLBA
!         if all the hardware all the way up the antenna is VLBA type.
!
!  ------------------------------------------------------------------
!   HISTORY  (rather incomplete)
!
!  May. 12, 1989 - VLBA stations updated to VLBA Memo 644 (done later?)
!  Feb.  3, 1994 - Update to Barry Clark station codes.
!  Jan.  5, 1993 - New station codes and SN50 control.
!                  Codes are the ones recommended by Porcas except for
!                  a few single letter codes and a few 3 letter codes for DSN.
!  Dec.  5, 1994 - Remove HCRK control type.  
!  Jan. 17, 1995 - Added VLBA horizon information (150K limit). RCW 
!  Nov. 18, 1995   Added VLBA mount information. RCW
!  Feb. 15, 1996 - Add slew information for many sites. RCW
!                - Make station names consistent with pc-sched and sked. RCW
!                - pc-sched and sked catalogs don't agree on all parameters.
!                - This whole area needs help.
!  Dec.  2, 1996 - Add some Japanese stations.  Note in last months various
!                  parameters like DAR, RECORDER etc were added.
!  Mar. 14, 1997 - Merge with "huibstat.dat" to include VEX and 
!                  Mark IV info. RCW.  Huibstat.dat from Huib vanLangevelde.
!  Mar. 25, 1997 - Incorporate changes to EVN etc stations from Huib.
!  Mar. 25, 1997 - Split into rcwstat.dat and huibstat.dat for maintenance.
!                  From now on, stations.dat is the two catted together.
!                  Do not modify it directly.
!  Oct.     1997 - More splits - to stations_APT.dat, stations_DSN.dat,
!                  stations_US.dat, stations_geodesy.dat, stations_EVN.dat,
!                  and stations_mm.dat.
!  Nov.  5, 1997 - Add some S2 entries for Green Bank, Arecibo ...
!  Feb. 25, 1998 - Setting up to get station locations from correlator 
!                  data base.
!  --            - Probably did not document a bunch of changes.
!  Jan. 23, 2001 - Point ARECIBO position to locations.dat.  RCW
!  Apr. 23, 2001 - More Arecibo information prior to test.  RCW.
!  Oct. 15,16 2001 - Fix some Arecibo stuff.
!  Dec. 28, 2001 - Increase TSETTLE from 2 to 6 sec for VLBA based on
!                  experience with 7mm Phase referencing.  RCW
!  Apr. 26, 2002 - GBT slew rates.  Other GBT and Arec stuff changed
!                  earlier.  RCW
!  Feb. 22, 2003 - Accelerations.  Start Mark 5.
!  Apr. 03, 2003 - MINSETUP added.
!  Apr. 04, 2003 - VLBA TSETTLE reduced to 4 compensating for 
!                  acceleration time.
!  May. 04, 2004 - GBT TSETTLE set to 20 after BK100 experience.
!  Nov. 08, 2006 - Switching most stations to Mark5.
!  Dec. 04, 2006 - Add Westford.
!
!

!  VERSION is the date and time when this catalog was
!  assembled from the master subcatalogs.
 
 VERSION = "2006Dec04-17:14:51"

!

!  =====================================================================
!  The following entries in the SCHED stations catalog are for EVN
!  antennas.
!  These stations are maintained in file stations_EVN.dat.
!  =====================================================================
!
!  Stations below are maintained by Huib van Langevelde.
!  Stations below are maintained by Cormac Reynolds from 30Nov00.
!
!    Do not modify stations.dat directly.  It is a combination of
!    rcwstat.dat and huibstat.dat and any changes would be lost at the
!    next update.
!
!  231097: Sh elevation limits
!  211097: updates by Phil Edwards VSOG (hart_S2, Shang_s2)
!  170997: changed to stations_EVN.dat (added Hart and Puschino)
!  300797: latest version when starting numbering.
!  250298: get positions from VLBA correlator data base (RCW).
!  110599: Hart to MkIV (Huib) added comments from Quick 220699
!  280300: Urumqi is a MkIV (soon)
!  280300: Remove comma after Urumqi and set EB to 20 deg/min az.
!  301100: Responsibility for maintenance passed to Cormac Reynolds.
!  050701: TSETTLE for Ef changed from 2 to 15 secs.
!  021001: NHEADS=2 for ONSALA60 and EFLSBERG
!  031001: NBBC=8 for Mh (until replacements arrive).
!  220102: recorder=VLBA4 for SH/YB
!  030402: Update for 2 head recording, ShUrHhMcWbJbNtYbCmOnRo. Update JB1
!       slew rates.
!  140502: Cm DBNAME changed to match new locations.dat name.
!  140903: Added accelerations for Ef,Cm,Jb1,Jb2,Mc,Mh,Hh
!  260903: Added accelerations for Tr
!  070104: Added acc for Wb
!  230905: Tsettle for Jb2 from 20 to 2 secs (email from Gunn)
!  270905: Shanghai reduced to 8 BBCs (email from An Tao)
!  151105: Added DISK=MARK5A and MEDIADEF=DISK for EVN stations. Updated Torun
!       TSETTLE (email from Borkowski)
!  221105: Update Shanghai (email from An Tao)
!  251105: Update Metsahovi (email Mujunen)
!  080206: Onsala horizon
!  061120: Added Mark5 for Eb and a few geodetics
!  061122: EB_VLBA ndrives=2 and change Defford to a VLBA4
!  ------------------------------------------------------------------
!  *************  WARNING  *******************
!   SCHED uses the first 4 characters in many places to detect
!   a true VLBA station.  Those characters should only be VLBA
!   if all the hardware all the way up the antenna is VLBA type.
!
!  ------------------------------------------------------------------
!
  STATION=EB_VLBA   STCODE=Eb  CONTROL=VLBA
    !   Note use "EFLSBERG" for the Mark III/IV system.
    DBNAME = EFLSBERG
    MOUNT=ALTAZ AX1RATE=25 AX2RATE=15 AX1LIM=34,480 AX2LIM=9,89
    TSETTLE=9  DAR=VLBA  RECORDER=VLBA  NDRIVES=2  NHEADS=1 NBBC=8
    AX1ACC=0.02 AX2ACC=0.02
    DISK=MARK5A MEDIADEF=DISK
    !   Horizon of April 1979, trees in az 230-260 have grown since then..
    !   From Dave Graham email of Nov 18, 1996.
    HOR_AZ =   0, 10, 20, 30, 40, 50, 60, 70, 80, 90,100,110,120,130,
             140,145,150,155,190,195,200,210,220,245,255,260,270,280,
             290,300,310,320,330,340,350,360
    HOR_EL =  10, 11, 13, 15, 17, 17, 15, 13, 12, 11, 11, 11, 11, 11,
              10,  9,  8,  7,  7,  8,  9, 10, 10, 10, 11, 12, 12, 13,
              13, 12, 11, 11, 10,  9, 10, 10
   / 
!
  STATION=CAMBG32M  STCODE=Cm  CONTROL=VEX
!   CR changed DAR 12Jan01, changed Recorder 03Apr02.
    ! slew rates updated from P. Burgess (CR 3Aug2003, see: 
    ! newton.jb.man.ac.uk/slews.htm)
    DBNAME = CAMB32
    MOUNT=ALTAZ AX1RATE=40 AX2RATE=20 AX1ACC=0.026 AX2ACC=0.0225
    AX1LIM=270,685 AX2LIM=2,89
    TSETTLE=10 DAR=VLBA4  RECORDER=VLBA4  NDRIVES=1  NHEADS=2 NBBC=8
    DISK=MARK5A MEDIADEF=DISK
   /

  STATION=EFLSBERG      STCODE=Ef  CONTROL=VEX
    !  This is for Mark III/IV.  Use EB_VLBA for the VLBA terminal.
    !  Uses Ef station code preferred by e-mail Dave Graham 26/11/96
    !  acceleration from Graham Aug03
    DBNAME = EFLSBERG
    MOUNT=ALTAZ AX1RATE=25 AX2RATE=15 AX1LIM=34,480 AX2LIM=9,89
    TSETTLE=9 DAR=MKIV   RECORDER=VLBA4   NDRIVES=1  NHEADS=2 NBBC=14
    AX1ACC=0.02 AX2ACC=0.02
    DISK=MARK5A MEDIADEF=DISK
    !   Horizon of April 1979, trees in az 230-260 have grown since then..
    !   From Dave Graham email of Nov 18, 1996.
    HOR_AZ =   0, 10, 20, 30, 40, 50, 60, 70, 80, 90,100,110,120,130,
             140,145,150,155,190,195,200,210,220,245,255,260,270,280,
             290,300,310,320,330,340,350,360
    HOR_EL =  10, 11, 13, 15, 17, 17, 15, 13, 12, 11, 11, 11, 11, 11,
              10,  9,  8,  7,  7,  8,  9, 10, 10, 10, 11, 12, 12, 13,
              13, 12, 11, 11, 10,  9, 10, 10
   / 
  STATION=JODRELL1   STCODE=Jb  CONTROL=VEX
    DBNAME = JODLMKI
    ! slew rates updated from P. Burgess (CR 3Aug2003, see: 
    ! newton.jb.man.ac.uk/slews.htm)
    MOUNT=ALTAZ AX1RATE=15 AX2RATE=10 AX1ACC=0.026 AX2ACC=0.023
    AX1LIM=-85,325 AX2LIM=3,89
    TSETTLE=10 DAR=MKIV   RECORDER=MKIV   NDRIVES=1  NHEADS=2 NBBC=14
    MAXSRCHR=12.0
    DISK=MARK5A MEDIADEF=DISK
   / 
  STATION=JODRELL2   STCODE=Jb  CONTROL=VEX
    ! slew rates updated from P. Burgess (CR 3Aug2003, see: 
    ! newton.jb.man.ac.uk/slews.htm)
    DBNAME = JB_Mk_2
    MOUNT=ALTAZ AX1RATE=20.0 AX2RATE=20.0 AX1ACC=0.034 AX2ACC=0.022
    AX1LIM=-90,330 AX2LIM=1,90
    TSETTLE=2 DAR=MKIV   RECORDER=MKIV   NDRIVES=1  NHEADS=2 NBBC=14
    DISK=MARK5A MEDIADEF=DISK
   / 
!
!  To use the Jodrell dishes on the Cm VLBA DAR:
!
  STATION=JB1_VLBA   STCODE=Jv  CONTROL=VEX
    DBNAME = JODLMKI
    MOUNT=ALTAZ AX1RATE=15 AX2RATE=10 AX1ACC=0.026 AX2ACC=0.023
    AX1LIM=-85,325 AX2LIM=3,89
    TSETTLE=2 DAR=VLBA4   RECORDER=VLBA4   NDRIVES=1  NHEADS=2 NBBC=14
    MAXSRCHR=12.0
    DISK=MARK5A MEDIADEF=DISK
   / 
  STATION=JB2_VLBA   STCODE=Jv  CONTROL=VEX
    DBNAME = JB_Mk_2
    MOUNT=ALTAZ AX1RATE=20.0 AX2RATE=20.0 AX1ACC=0.034 AX2ACC=0.022
    AX1LIM=-90,330 AX2LIM=1,90
    TSETTLE=2 DAR=VLBA4   RECORDER=VLBA4   NDRIVES=1  NHEADS=2 NBBC=8
    DISK=MARK5A MEDIADEF=DISK
   / 
  STATION=MEDICINA  STCODE=Mc  CONTROL=VEX
!   huib: latest axis information from 96 TWG in Bologna
! CR: updated from Orlati 8Aug03
    DBNAME = MEDICINA
    MOUNT=ALTAZ AX1RATE=45 AX2RATE=30 AX1ACC=0.82 AX2ACC=0.31
    AX1LIM=270,810 AX2LIM=5,88.5
    TSETTLE=3 DAR=MKIV   RECORDER=MKIV   NDRIVES=1  NHEADS=2 NBBC=14
    DISK=MARK5A MEDIADEF=DISK
   / 

  STATION=NOTO      STCODE=Nt  CONTROL=VEX 
    DBNAME = NOTO
    MOUNT=ALTAZ AX1RATE=43 AX2RATE=30 AX1LIM=-87,450 AX2LIM=5,85.0
    TSETTLE=2 DAR=VLBA4  RECORDER=VLBA4  NDRIVES=1  NHEADS=2 NBBC=14
    DISK=MARK5A MEDIADEF=DISK
    ! added horizon limits April 2003
    HOR_AZ = 0,  10, 30, 70, 100, 120, 150, 180, 300, 310, 360
    HOR_EL = 8,   7,  6,  9, 6.5,   5,   6,   5,    5, 6.5, 7.5
! email update Cassaro April 2003 (CR 1May03)
   / 
  STATION=NOTO_S2   STCODE=Nt  CONTROL=VEX 
    DBNAME = NOTO
    MOUNT=ALTAZ AX1RATE=43 AX2RATE=30 AX1LIM=-87,450 AX2LIM=5,85.0
    TSETTLE=2 DAR=VLBAG  RECORDER=S2  NDRIVES=8  NHEADS=1 NBBC=14
    ! added horizon limits April 2003
    HOR_AZ = 0,  10, 30, 70, 100, 120, 150, 180, 300, 310, 360
    HOR_EL = 8,   7,  6,  9, 6.5,   5,   6,   5,    5, 6.5, 7.5
! email update Cassaro April 2003 (CR 1May03)
   / 
  STATION=ONSALA60    STCODE=On  CONTROL=VEX 
    DBNAME = ONSALA60
    MOUNT=ALTAZ AX1RATE=144 AX2RATE=60 AX1LIM=270,810 AX2LIM=5,88
    TSETTLE=2 DAR=MKIV   RECORDER=MKIV   NDRIVES=1  NHEADS=2 NBBC=14
    DISK=MARK5A MEDIADEF=DISK
   / 
  STATION=ONSALA85    STCODE=On  CONTROL=VEX  ZALIM=88.000 
    DBNAME = ONSALA85
    MOUNT=EQUAT AX1RATE=18 AX2RATE=20 AX1LIM=-12,12 AX2LIM=-40,88
    TSETTLE=2 DAR=MKIV   RECORDER=MKIV   NDRIVES=1  NHEADS=2 NBBC=14
    DISK=MARK5A MEDIADEF=DISK
    HOR_AZ = 0
    HOR_EL = 6.0
   / 

  STATION=TORUN     STCODE=Tr  CONTROL=VEX
    ! CR: Slew updated from K.Borkowski, 2003Sep26.
    DBNAME = TORUN
    MOUNT=ALTAZ AX1LIM=-80,440 AX2LIM=3,93 
    AX1RATE=30 AX2RATE=16 AX1ACC=0.05 AX2ACC=0.03
    TSETTLE=5 DAR=VLBA4  RECORDER=VLBA4  NDRIVES=1  NHEADS=2 NBBC=8
    DISK=MARK5A MEDIADEF=DISK
!   Use tsettle=15 if the goofy 40s one is retracted.
    HOR_AZ = 0,360  HOR_EL = 2,2  !  Horizon not blocked to this limit
   / 
  STATION=TORUN_V     STCODE=Tr  CONTROL=VEX
    ! CR: Slew updated from K.Borkowski, 2003Sep26.
    DBNAME = TORUN
    MOUNT=ALTAZ AX1LIM=-80,440 AX2LIM=3,93 
    AX1RATE=30 AX2RATE=16 AX1ACC=0.05 AX2ACC=0.03
    TSETTLE=5 DAR=VLBA  RECORDER=VLBA  NDRIVES=1  NHEADS=1 NBBC=8
    DISK=MARK5A MEDIADEF=DISK
!   Use tsettle=15 if the goofy 40s one is retracted.
    HOR_AZ = 0,360  HOR_EL = 2,2  !  Horizon not blocked to this limit
   / 

  STATION=WSTRBORK  STCODE=Wb  CONTROL=VEX
!   updated 26Aug03 by Foley (CR: 7Jan04)
    DBNAME = WB_Tied
    MOUNT=EQUAT AX1RATE=18 AX2RATE=18 AX1ACC=0.1 AX2ACC=0.1
    AX1LIM=-6.0,6.0 AX2LIM=-38,90
    TSETTLE=10  DAR=MKIV   RECORDER=MKIV   NDRIVES=1  NHEADS=2 NBBC=14
    DISK=MARK5A MEDIADEF=DISK
   / 
  STATION=YEBES       STCODE=Yb   CONTROL=VEX
!   Recorder and NHEADs updated from Pablo Vicente, Feb 2002 (CR 3Apr02)
    DBNAME = YEBES
    MOUNT=ALTAZ  AX1LIM=-354,354 AX2LIM=10,89.9 AX1RATE=60 AX2RATE=60
    TSETTLE=15 DAR=VLBA4  RECORDER=VLBA4  NDRIVES=1  NHEADS=2 NBBC=14
    DISK=MARK5A MEDIADEF=DISK
   /

  STATION=YEBES40M       STCODE=Ys   CONTROL=VEX
! AGP: May 2008 - New station YEBES40M
! New Azimuth limits from P.de Vicente   (AGP 31Oct08)
    DBNAME = YEBES40M
    MOUNT=ALTAZ  AX1LIM=-60,420 AX2LIM=5,88 AX1RATE=60 AX2RATE=60
    TSETTLE=15 DAR=VLBA4  ! RECORDER=VLBA4  NDRIVES=1  NHEADS=2
    NBBC=14 DISK=MARK5A MEDIADEF=DISK ! Actually Mark5B
!   Station has 14 BBCs on VLBA4 rack + VSI-H + Mark5B
   /


  STATION=VERAMZSW  STCODE=Vm  CONTROL=VEX
    DBNAME = VERAMZSW
    MOUNT=ALTAZ AX1RATE=126 AX2RATE=126 AX1ACC=2.10 AX2ACC=2.10   
   ! rate in deg/min, acceralation in deg/s/s
    AX1LIM=-90,450 AX2LIM=5,85
   TSETTLE=10 DAR=VLBA4  RECORDER=VLBA4  NDRIVES=1  NHEADS=2 NBBC=14
!    TSETTLE=10 DAR=VERA  RECORDER=VERA  NDRIVES=1  NHEADS=1 NBBC=16
    DISK=MARK5A MEDIADEF=DISK
/

  STATION=YAMAGU32  STCODE=Ym  CONTROL=VEX
    DBNAME = YAMAGU32
    MOUNT=ALTAZ AX1RATE=15 AX2RATE=15 AX1ACC=0.25 AX2ACC=0.25
   ! rate in deg/min, acceralation in deg/s/s
    AX1LIM=2,358 AX2LIM=5,85
   TSETTLE=10 DAR=VLBA4  RECORDER=VLBA4  NDRIVES=1  NHEADS=2 NBBC=14
!    TSETTLE=10 DAR=VERA  RECORDER=VERA  NDRIVES=1  NHEADS=1 NBBC=16
    DISK=MARK5A MEDIADEF=DISK
/




!  =====================================================================
!  The following entries in the SCHED stations catalog are stations that
!  are members of the Asia Pacific Telescope.  
!  These stations are maintained in file stations_APT.dat.
!  =====================================================================
!  2004 July 29 - ATNF broken out.  See ../Master_ATNF.   RCW.

!
!  From Victor Migenes Nov 96   34m antenna  
  STATION=KASHIM34  STCODE=Ks  CONTROL=VSOP  
    DBNAME = KASHIM34
    MOUNT=ALTAZ AX1RATE=40 AX2RATE=45 ax1lim=90,630 AX2LIM=7,88
    TSETTLE=20  DAR=VSOP  RECORDER=VSOP NDRIVES=1 NHEADS=1 
   /
!  From Victor Migenes Nov 96    6m antenna   
  STATION=KAGOSIMA  STCODE=Kg  CONTROL=VSOP  
    MOUNT=ALTAZ AX1RATE=60 AX2RATE=60 ax1lim=270,810 AX2LIM=10,88
    X=-3537007.8900  Y=4140258.0200  Z=3309951.0700 
    TSETTLE=2  DAR=VSOP  RECORDER=VSOP NDRIVES=1 NHEADS=1 
   /
!  From Victor Migenes Nov 96    10m antenna   
  STATION=MIZNA010  STCODE=Mz  CONTROL=VSOP  
    DBNAME = MIZNAO10
    MOUNT=ALTAZ AX1RATE=180 AX2RATE=180 ax1lim=-87,447 AX2LIM=3,88
    TSETTLE=2  DAR=VSOP  RECORDER=VSOP NDRIVES=1 NHEADS=1 
   /
!  Victor Migenes  Nov 96 gave XYZ.  Also gave AX1LIM=270,810.
  STATION=NOBEYA45  STCODE=Nb  CONTROL=SNAP 
    MOUNT=ALTAZ AX1RATE=18 AX2RATE=18 AX1LIM=120,690 AX2LIM=11,80
    X=-3871023.4900  Y=3428106.8000  Z=3724039.5000
    TSETTLE=20  DAR=MKIII  RECORDER=MKIII  NDRIVES=1  NHEADS=1 NBBC=14
   / 
!  Usuda info from Phil Edwards 15jun99.  
!  Based on email from Kenta Fujisawa.

  STATION=USUDAS2   STCODE=Ud  CONTROL=VEX
    DBNAME = USUDA_64
    DAR=NONE  RECORDER=S2  NDRIVES=8  NHEADS=1 NBBC=4
    MOUNT=ALTAZ  AX1RATE=18  AX2RATE=18   AX1LIM=-90,450  AX2LIM=7.6,85
    TSETTLE=20

    HOR_AZ =   0,  5, 10, 15, 20,120,125,130,135,140,145,150,155,160,
             165,170,175,185,190,195,200,205,210,215,220,255,260,270,
             275,280,285,290,295,300,305,310,315,320,325,330,335,340,
             345,350,355,360
    HOR_EL = 7.6,7.6,7.6,7.6,7.6,7.6,7.6,7.6,  8,  9, 10, 10, 10, 10,
              10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12,
              12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12,
              12, 11, 10, 10
  /
  STATION=USUDAVS   STCODE=Ud  CONTROL=VSOP
    DBNAME = USUDA_64
    DAR=VSOP  RECORDER=VSOP NDRIVES=1 NHEADS=1
    MOUNT=ALTAZ  AX1RATE=18  AX2RATE=18   AX1LIM=-90,450  AX2LIM=7.6,85
    TSETTLE=20

    HOR_AZ =   0,  5, 10, 15, 20,120,125,130,135,140,145,150,155,160,
             165,170,175,185,190,195,200,205,210,215,220,255,260,270,
             275,280,285,290,295,300,305,310,315,320,325,330,335,340,
             345,350,355,360
    HOR_EL = 7.6,7.6,7.6,7.6,7.6,7.6,7.6,7.6,  8,  9, 10, 10, 10, 10,
              10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12,
              12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12,
              12, 11, 10, 10
  /
  STATION=USUDAVL STCODE=Ud  CONTROL=VEX
    DBNAME = USUDA_64
    DAR=VLBAG  RECORDER=VLBA  NDRIVES=1  NHEADS=1 NBBC=14
    MOUNT=ALTAZ  AX1RATE=18  AX2RATE=18   AX1LIM=-90,450  AX2LIM=7.6,85
    TSETTLE=20

    HOR_AZ =   0,  5, 10, 15, 20,120,125,130,135,140,145,150,155,160,
             165,170,175,185,190,195,200,205,210,215,220,255,260,270,
             275,280,285,290,295,300,305,310,315,320,325,330,335,340,
             345,350,355,360
    HOR_EL = 7.6,7.6,7.6,7.6,7.6,7.6,7.6,7.6,  8,  9, 10, 10, 10, 10,
              10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12,
              12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12,
              12, 11, 10, 10
  /
!  
