Software Help with Software Data Processing Data Management Visualization Geodetic Utilities

Adding GT to Bernese


To install GT to be a part of the Bernese system, perform the following:

  • Start the Bernese environment.
  • Change to the $C/PGM directory.
  • Create the directory GT40 (where 40 is your current version of Bernese).
  • Change to the GT40 directory.
  • Un-tar the gt distribution tar file into this directory.
  • You will get new directories EXE and SRC. EXE will have a copy of the GT executable and SRC will have the GT source code.
  • Exit the Bernese environment.
  • Edit your LOADGPS file:
  • add after:
    #
    # ABBREVIATIONS FOR SOURCE-CODE DIRECTORIES.
    # THIS ABBREVIATION ALLOWS AN EASY CHANGE TO THE SOURCE CODE DIRECTORIES
    # ----------------------------------------------------------------------
            LA=$C/LIB/ASTLIB${VERSION}/FOR
            export LA
            LG=$C/LIB/GPSLIB${VERSION}/FOR
            export LG
            LC=$C/LIB/COMLIB${VERSION}/FOR
            export LC
            LM=$C/LIB/MENLIB${VERSION}/FOR
            export LM
            FG=$C/PGM/MAIN${VERSION}/FOR
            export FG
            FM=$C/PGM/MENU${VERSION}/FOR
            export FM
            FB=$C/PGM/BPE${VERSION}/FOR
            export FB
            I=$C/LIB/INCLIB${VERSION}/FOR
            export I
     
    the lines:
            GTSRC=$C/PGM/GT${VERSION}/SRC
            export GTSRC
     
    add after:
    #
    #  PATH TO MAIN/MENU EXECUTABLES.
    #  (THE SAME PATH HAS TO BE DEFINED IN THE MENU PANELS.)
    #  YOU MAY USE YOUR OWN PATH FOR THE EXECUTABLES. THIS IST USEFULL IF
    #  YOU WANT TO SEPERATE THE SOURCE CODE AND THE EXECUTABLES.
    #  E.G YOU MAY USE $XG FOR MAIN AND $XM FOR PANEL PROGRAMS
    #  -------------------------------------------------------------------
            XM=$C/PGM/MENU${VERSION}/EXE
            export XM
            XG=$C/PGM/MAIN${VERSION}/EXE
            export XG
            XB=$C/PGM/BPE${VERSION}/EXE
            export XB
     
    the lines:
            XGT=$C/PGM/GT${VERSION}/EXE
            export XGT
    #
    # SET THE XFILESEARCH PATH FOR GT SO THAT THE APP-DEFAULTS FILE
    # WILL BE FOUND
    #
    XFILESEARCHPATH=${GTSRC}/%T/%N%S:${XFILESEARCHPATH}
    export XFILESEARCHPATH
    
    
  • Start the Bernese environment with the LOADGPS NEW command.
  • Copy the following files in $C/PGM/GT40/SRC/bernese to $X/EXE:

  •     CGT
        GT
        GT_APPLY
  • You are done!
  •  

    Last modified: 2019-12-24  02:29:44  America/Denver