#!/bin/sh  
# \
  exec oagwish "$0" "$@"

#
# $Log: not supported by cvs2svn $
# Revision 1.2  2003/12/09 18:04:59  shang
# replaced APSBoosterPlaneObritConfig by APSBoosterPlaneOrbitConfig
#
# Revision 1.1  2002/10/04 00:29:24  shang
# first version of booster orbit correction configuration
#
# first version, Hairong Shang


set auto_path [linsert $auto_path 0 /usr/local/oag/apps/lib/$env(HOST_ARCH)]
set auto_path [linsert $auto_path 0 /usr/local/oag/lib_patch/$env(HOST_ARCH)]
APSDebugPath

wm geometry . +10+10

set args $argv
set tabList {"Horizontal" "Vertical"}
set widgetIndex {0 1}

APSApplication . -name BTSOrbitCorrectionConfig -version 1 \
  -overview {This application allows configuration of booster.  You may choose the lattice, which monitors and correctors to use, and restrict your choices to only good components.}

APSBTSOrbitConfig .bts -parent .userFrame  -fileFrame 1 -rootname bts
