; ; User: copy this file to your own tgcmidl directory, and change the ; DEFSYSV definitions below to suit your environment and needs: ; ; This is user's startup.pro file containing their private setup for ; tgcmidl defaults. This file includes startup_sys, which contains ; tgcmidl system vars and .runs utility procedures at startup, before ; tgcmidl is invoked. ($TGCMIDL_DIR is defined in tgcmidl csh script) ; @$TGCMIDL_DIR/src/startup_sys.pro ; this must not be changed ; ; Define default file names and dirs: ; These are specific for each user, and may be changed before running tgcmidl ; Note tmpdir, unixdir, and mssdir should be writeable by the user, ; and are probably on "temp" disks (i.e., not below the home directory) ; ; cdfname = default netcdf input data file ; tmpdir = default directory to receive raster images, metacode or data files ; unixdir = default dir to receive new netcdf files (with unix machine name) ; mssdir = default mss dir to receive new netcdf files ; finderspec = default file specification to start file finder ; DEFSYSV,'!cdfname', "/vishnu/d/foster/tigcmdat/TIJST1.ut00.cdf" DEFSYSV,'!tmpdir', "/vishnu/d/foster/xidl" DEFSYSV,'!unixdir', "vishnu.hao:/d/foster/tigcmdat" DEFSYSV,'!mssdir', "/FOSTER/gencdf/sut" DEFSYSV,'!finderspec',"/vishnu/d/foster/tigcmdat" ; ; Additional user options for tgcmidl (may be changed before starting tgcmidl) ; wfont = font to be used for widgets ; DEFSYSV,'!wfont', '8x13bold' ;DEFSYSV,'!clrtabfile','/usr/local/pkg/idl/colors1.tbl' DEFSYSV,'!clrtabfile',"$TGCMIDL_DIR/src/colors.tbl"